Merge branch 'master' of linz:/srv/git/themes
[themes.git] / EarlyBlue / messenger / accountCentral.css
index 8b339f5d649349414432a7f768ed834896a09693..3e6654d59a5fe28bd155265596dd1c0bbd40c6cb 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;
+  margin: 5px;
   background-color: #666699;
   color: #FFFFFF;
   font-weight: bold;
@@ -57,7 +67,7 @@
 }
 
 .acctCentralRow {
-  margin-left: 20px;
+  -moz-margin-start: 20px;
 }
 
 .acctCentralRowTitleBox {
@@ -67,7 +77,7 @@
 }
 
 .acctCentralTitleRow {
-  margin-left: 10px;
+  -moz-margin-start: 10px;
   font-weight: bold;
   font-size: 15px;
 }
   font-size: 15px;
 }
 
+/* ::::: links ::::: */
+
 .acctCentralLinkText {
-  cursor:pointer;
+  cursor: pointer;
   color: #336699;
-  text-decoration: normal;
+  text-decoration: none;
 }
 
 .acctCentralLinkText:hover {
   text-decoration: underline;
 }
 
+/* ::::: row icons ::::: */
+/* XXX: to be implemented in this theme!
+#ReadMessages {
+  list-style-image: url("chrome://messenger/skin/icons/acct-read.png");
+}
+
+#ComposeMessage {
+  list-style-image: url("chrome://messenger/skin/icons/acct-compose.png");
+}
+
+#SubscribeNewsgroups {
+  list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png");
+}
+
+#SubscribeImapFolders {
+  list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png");
+}
+
+#SubscribeRSS {
+  list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png");
+}
+
+#SearchMessages {
+  list-style-image: url("chrome://messenger/skin/icons/acct-search.png");
+}
+
+#AccountSettings {
+  list-style-image: url("chrome://messenger/skin/icons/acct-prefs.png");
+}
 
+#CreateAccount {
+  list-style-image: url("chrome://messenger/skin/icons/acct-newaccount.png");
+}
+
+#CreateFilters {
+  list-style-image: url("chrome://messenger/skin/icons/acct-filters.png");
+}
+
+#OfflineSettings {
+  list-style-image: url("chrome://messenger/skin/icons/acct-prefs.png");
+}
+
+#JunkSettingsMail {
+  list-style-image: url("chrome://messenger/skin/icons/acct-filters.png");
+}
+
+#JunkSettingsNews {
+  list-style-image: url("chrome://messenger/skin/icons/acct-filters.png");
+}
+*/