update LCARStrek for 2.0a1, part3: messenger
[themes.git] / LCARStrek / global / dialog.css
index d59206d9c530421fe01f2631ac08a7851e1500ab..98612ebc3a311e8c7a6189f068e092c176685fe0 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * The Initial Developer of the Original Code is
  * Netscape Communications Corporation.
  * Portions created by the Initial Developer are Copyright (C) 1999
  * the Initial Developer. All Rights Reserved.
 
 /* ::::: dialog ::::: */
 
-dialog { 
-  padding: 8px 10px 10px 8px;
+dialog {
+  padding-top: 8px;
+  padding-bottom: 10px;
+  -moz-padding-start: 8px;
+  -moz-padding-end: 10px;
 }
 
 /* ::::: dialog buttons ::::: */
 
 .dialog-button {
 /*  font: menu; */
+  margin-top: 5px;
 }
 
 /* ::::: dialog header ::::: */
@@ -90,5 +94,5 @@ dialogheader {
 }
 
 .header-large > .dialogheader-description {
-  margin-left: 12px !important;
+  -moz-margin-start: 12px !important;
 }