sync both themes with toolkit winstripe changes of 13 cycle
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
index 868a43b930a36206389bb64ccccf14a7b0c0497b..86655e179c7632cf055f686d40a1b44db4ae0486 100644 (file)
@@ -901,15 +901,25 @@ setting[first-row="true"] {
   margin-top: 2em;
 }
 
+setting {
+  -moz-box-align: start;
+}
+
+.preferences-alignment {
+  min-height: 30px;
+  -moz-box-align: center;
+}
+
 .preferences-description {
   font-size: 90.9%;
   color: #808080;
   margin-top: -2px;
   -moz-margin-start: 2em;
+  white-space: pre-wrap;
 }
 
-setting[type="string"] > .setting-input > textbox {
-  -moz-box-flex: 1;
+.preferences-description:empty {
+  display: none;
 }
 
 setting[type="radio"] > radiogroup {