49d85dbe0f
- Only show first pane (without Sharing pane) if no files or files aren't included - Update authorship checkbox to reflect file include setting to avoid confusion - Clarify in intro text that license applies to files, not notes -- notes here are no different than notes in any public library, so it's sort of up to the user to clarify those if they're substantial enough for it to matter - Adjust alignment of authorship checkbox if more than one line
20 lines
328 B
CSS
20 lines
328 B
CSS
groupbox {
|
|
padding: 0;
|
|
}
|
|
|
|
groupbox > .groupbox-body {
|
|
-moz-appearance: none;
|
|
}
|
|
|
|
checkbox, description, groupbox > .groupbox-body, radio, div:not(.license-more-info), label {
|
|
font-size: small;
|
|
}
|
|
|
|
a {
|
|
color: -moz-nativehyperlinktext;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#confirm-authorship-checkbox {
|
|
-moz-box-align: baseline;
|
|
}
|