X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FaccountCentral.css;h=5fbc8f13f5888bd3df3e6fa4bbe0254a6b2642b9;hp=8b339f5d649349414432a7f768ed834896a09693;hb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/messenger/accountCentral.css b/EarlyBlue/messenger/accountCentral.css index 8b339f5d..5fbc8f13 100644 --- a/EarlyBlue/messenger/accountCentral.css +++ b/EarlyBlue/messenger/accountCentral.css @@ -35,18 +35,28 @@ * * ***** 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; @@ -76,8 +86,10 @@ font-size: 15px; } +/* ::::: links ::::: */ + .acctCentralLinkText { - cursor:pointer; + cursor: pointer; color: #336699; text-decoration: normal; } @@ -86,5 +98,3 @@ color: #6699FF; text-decoration: underline; } - -