X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fprefpanels.css;h=4b8640551ab3fd04f11d33db12da8d5461239be7;hp=21ee7e9d080dca9d203556e61bd91fd9f7e283c1;hb=d84b9613e1a1e1e6892338ba0df362fd68886085;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/communicator/prefpanels.css b/EarlyBlue/communicator/prefpanels.css index 21ee7e9d..4b864055 100644 --- a/EarlyBlue/communicator/prefpanels.css +++ b/EarlyBlue/communicator/prefpanels.css @@ -35,34 +35,54 @@ * * ***** END LICENSE BLOCK ***** */ +/* ==== prefpanels.css ================================================== + == Styles used by all preference panels in the Communicator suite. + ====================================================================== */ + @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/******* SmartBrowsing **********/ +/* ::::: Themes ::::: */ +#skinsTree { + height: 80px; +} -#disabledDomains { - max-height: 15em; +*|*.themesLink { + margin-left: 5px; + text-decoration: underline; + color: blue; + cursor: pointer; } -/******* Themes ****************/ -#skinsTree { - height : 80px; -} +*|*.themesLink:active { + color: red; +} #previewImageContainer { - overflow: hidden; - height: 92px; - background-color: #000000; - padding: 2px; + padding: 1px; + height: 92px; +/* background-color: #000000; */ } #previewImage { - max-width: 387px; + max-width: 355px; + min-width: 355px; + max-height: 85px; + min-height: 85px; +} + +/* ::::: Fonts ::::: */ + +#sizeVar, +#sizeMono { + width: 4em; +} + +.prefpanel-font-list { + -moz-box-flex: 1; } -/** - * File icon (32x32) - **/ -.file-icon-large - { - list-style-image : url("chrome://communicator/skin/content-large.gif"); - } +/* ::::: Mouse Wheel ::::: */ + +#mouseWheelMode { + width: 9em; +}