update communicator in both themes to be OK with a manual diff check
[themes.git] / LCARStrek / messenger / accountCentral.css
index fe16d50035a2ec38c2df2eb98208adf457be1c4b..15f621081a9cdc665065a314d79fd6e25329955c 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-/* ===== accountCentral.css ==========================================
-  == Styles for the Messenger Account Central panel.
-  ======================================================================= */
-
 @import url("chrome://messenger/skin/");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+/* ===== accountCentral.css ==========================================
+  == Styles for the Messenger Account Central panel.
+  ======================================================================= */
+
 #acctCentralGrid {
   background-color: #000000;
 }
 
+separator {
+  height: 5px;
+}
+
+separator.thin {
+  height: 15px;
+}
+
+/* ::::: rows ::::: */
+
 #acctCentralHeaderRow {
-  margin: 5px 5px 5px 5px;
+  margin: 5px;
   background-color: #FF9F00;
-  -moz-border-radius: 10px;
+  border-radius: 10px;
   color: #000000;
   font-weight: bold;
   font-size: 20px;
 }
 
 .acctCentralRow {
-  margin-left: 20px;
+  -moz-margin-start: 20px;
 }
 
 .acctCentralRowTitleBox {
 /*  border-bottom: 1px solid #9C9CFF; */
   background-color: #9C9CFF;
   padding-top: 3px;
-  -moz-border-radius: 7px;
+  border-radius: 7px;
   color: #000000;
 }
 
 .acctCentralTitleRow {
-  margin-left: 10px;
+  -moz-margin-start: 10px;
   font-weight: bold;
   font-size: 15px;
 }
   font-size: 15px;
 }
 
+/* ::::: links ::::: */
+
 .acctCentralLinkText {
   cursor: pointer;
   color: #008484;
-  padding: 0px 5px 0px 5px;
-  -moz-border-radius: 3px;
-  text-decoration: normal;
+  padding: 0px 5px;
+  border-radius: 3px;
+  text-decoration: none;
 }
 
 .acctCentralLinkText:hover {