updating EarlyBlue skin; should almost be 0.8 now ;-)
[themes.git] / EarlyBlue / messenger / accountCentral.css
index 8b339f5d649349414432a7f768ed834896a09693..5fbc8f13f5888bd3df3e6fa4bbe0254a6b2642b9 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: #CCD0DD;
 }
 
+separator {
+  height: 5px;
+}
+
+separator.thin {
+  height: 15px;
+}
+
+/* ::::: rows ::::: */
+
 #acctCentralHeaderRow {
   margin: 5px 5px 5px 5px;
   background-color: #666699;
   font-size: 15px;
 }
 
+/* ::::: links ::::: */
+
 .acctCentralLinkText {
-  cursor:pointer;
+  cursor: pointer;
   color: #336699;
   text-decoration: normal;
 }
@@ -86,5 +98,3 @@
   color: #6699FF;
   text-decoration: underline;
 }
-
-