update both themes to toolkit winstripe changes up to 2010-04-12 and try to get resiz...
[themes.git] / EarlyBlue / mozapps / pref / pref.css
index cac386ffd716e9d655920972edd7107d91d41ec9..8998d071b2c802161c9d5692d78e87c9a9578f6c 100644 (file)
 */
 
 .listBox {
-  margin: 2px 2px;
+  margin: 2px;
   border: 1px inset #CCD0DD;
   background-color: #FFFFFF;
 }
 
 .indent {
-  margin-left: 23px;
-  margin-right: 23px;
+  -moz-margin-start: 23px;
+  -moz-margin-end: 23px;
 }
 
 .small-indent {
-  margin-left: 15px; 
+  -moz-margin-start: 15px;
 }
 
 .uniWidthButton {
 }
 
 #fileExtension {
-  width: 5em; 
+  width: 5em;
 }
 
 #fileExtension.pluginsList {
-  width: 5.5em; 
+  width: 5.5em;
 }
 
-#typeIcon, 
+#typeIcon,
 .extensionChildren::-moz-tree-image(fileExtension),
 .pluginTypesChildren::-moz-tree-image(fileExtension) {
-  margin: 0px 5px 0px 0px;
+  margin: 0;
+  -moz-margin-end: 5px;
 }
 
 .pluginTypesChildren::-moz-tree-image(pluginEnabled) {
-  margin: 0px 5px 0px 0px;
-  list-style-image: url(chrome://mozapps/skin/pref/dot.gif);  
+  margin: 0;
+  -moz-margin-end: 5px;
+  list-style-image: url("chrome://mozapps/skin/pref/dot.gif");
 }
 
 .pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
-  margin: 0px 5px 0px 0px;
-  list-style-image: url(chrome://mozapps/skin/pref/check.gif);  
+  margin: 0;
+  -moz-margin-end: 5px;
+  list-style-image: url("chrome://mozapps/skin/pref/check.gif");
 }
 
 .biggerIndent {
-  margin-left: 28px; 
+  -moz-margin-start: 28px;
 }
 
 #typeField {
-  font-weight: bold; 
+  font-weight: bold;
 }
 
 #defaultAppName {
-  margin-left: 6px !important; 
+  -moz-margin-start: 6px !important;
 }
-