Skip to content
Snippets Groups Projects
Commit 53bbfe1b authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #2340363: Styling for issue comment attribution

parent 11e49369
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ input[type="radio"] { ...@@ -39,6 +39,7 @@ input[type="radio"] {
} }
} }
.fieldset-description,
.description { .description {
color: darken($grey, 20%); color: darken($grey, 20%);
font-size: 0.8125em; font-size: 0.8125em;
......
...@@ -278,6 +278,50 @@ table.nodechanges-file-changes { ...@@ -278,6 +278,50 @@ table.nodechanges-file-changes {
} }
} }
fieldset.group-issue-attribution {
&:not(.filter-wrapper):not(.vertical-tabs-pane):not(#edit-advanced) {
background: none;
}
padding: 0;
html.js & legend {
display: none;
}
.organization, .customer {
background: $pale-yellow;
padding: 0.3em;
border-radius: 5px;
}
.field-name-field-attribute-contribution-to,
.field-name-field-for-customer {
background: $pale-yellow;
padding: 1em;
border-radius: 0.5em;
position: absolute; // Stay with flow for top, JS sets left.
margin-top: 0.8em;
box-shadow: 0 0 20px nth($greys, 12);
&:after { // Arrow
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: $pale-yellow;
border-width: 1em;
margin-left: -1em;
}
}
.all-me {
display: block;
}
.fieldset-description {
float: left; // Pull out of flow so bubbles stick to "Attribute this contribution to" line.
}
}
#drupalorg-issue-credit-form { #drupalorg-issue-credit-form {
#edit-message { #edit-message {
width: 100%; width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment