Bug 1200073 - Use extra space before the computed view checkbox so it's not touching the sibling text input. r=pbrosset

This commit is contained in:
Brian Grinstead 2015-10-16 15:36:54 -07:00
parent 28cbfd6342
commit 79abdad7da

View File

@ -20,6 +20,12 @@ body {
height: 100%;
}
#browser-style-checkbox {
/* Bug 1200073 - extra space before the browser styles checkbox so
they aren't squished together in a small window. */
-moz-margin-start: 5px;
}
#propertyContainer {
-moz-user-select: text;
overflow: auto;