sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle
[themes.git] / EarlyBlue / communicator / profile / profile.css
index 8cc66928409c41ab2b420961cd6c116127e19128..5622686acf3029701ba6e45822bb10900c3fe13b 100644 (file)
@@ -6,12 +6,8 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-window.dialog {
-  padding: 0;
-}
-
 treechildren::-moz-tree-image {
 treechildren::-moz-tree-image {
-  -moz-margin-end: 2px;
+  margin-inline-end: 2px;
   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
 }
 
   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
 }
 
@@ -20,31 +16,17 @@ treechildren::-moz-tree-image(rowMigrate-no) {
 }
 
 /* profile selection dialog */
 }
 
 /* profile selection dialog */
-html#intro {
-  width: 17em;
-}
-
-box#managebuttons > button {
-  min-width: 8em;
-}
 
 
-/* display area */
-box#contentarea {
-  border-top: 2px groove #CCCCCC;
-  border-bottom: 2px groove #CCCCCC;
-  padding: 7px;
+/* Override global.css */
+hbox.wizard-box {
+  padding: 10px 10px 10px 10px;
 }
 
 }
 
-/* top border on status area */
-box#wizardButtons {
-  padding-top: 1px;
-  padding-bottom: 1px;
+#intro,
+#label {
+  width: 17em;
 }
 
 }
 
-box.selection {
-  margin-top: 4px;
+#managebuttons > button {
+  min-width: 8em;
 }
 }
-
-description.error {
-  color: #FF0000;
-}
\ No newline at end of file