X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FaccountCentral.css;h=9993ecadfcadd23bfea27db5c03f169ebbafee36;hp=8b339f5d649349414432a7f768ed834896a09693;hb=60dec8431150c5a789253633038bbf1654aa4ebf;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/messenger/accountCentral.css b/EarlyBlue/messenger/accountCentral.css index 8b339f5d..9993ecad 100644 --- a/EarlyBlue/messenger/accountCentral.css +++ b/EarlyBlue/messenger/accountCentral.css @@ -35,20 +35,30 @@ * * ***** 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; } @@ -76,15 +86,15 @@ font-size: 15px; } +/* ::::: links ::::: */ + .acctCentralLinkText { - cursor:pointer; + cursor: pointer; color: #336699; - text-decoration: normal; + text-decoration: none; } .acctCentralLinkText:hover { color: #6699FF; text-decoration: underline; } - -