sync both themes with toolkit winstripe changes of 13 cycle
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index e7e951a78c21e0e07658476f63317d2bc43a93b8..676aaadbb8541682d0c55f2ee4bd399b7ef165c3 100644 (file)
@@ -853,15 +853,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 {