X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fbrowser%2Fpref%2Fpref.css;h=d8f316c2816e3b0cee14f3dadafb003000350dd1;hp=b7b518862fe37d0fb9a54842a82ddcb1ae7a79fa;hb=02920d2b69ae86d5762a1874ba85d273c38bac75;hpb=55cca60c2c12260759091800d9b926b4055d1f7b diff --git a/EarlyBlue/browser/pref/pref.css b/EarlyBlue/browser/pref/pref.css index b7b51886..d8f316c2 100644 --- a/EarlyBlue/browser/pref/pref.css +++ b/EarlyBlue/browser/pref/pref.css @@ -37,14 +37,9 @@ # ***** END LICENSE BLOCK ***** */ -.listBox { - margin: 2px 2px; - border: 1px inset #CCD0DD; - background-color: #FFFFFF; -} - .buttonBox { - margin: 0px 3px 0px 0px !important; + margin: 0 !important; + -moz-margin-end: 3px !important; } .buttonBoxButton { @@ -79,38 +74,23 @@ #catGeneralButton { list-style-image: url("chrome://browser/skin/pref/general.gif"); } #catPrivacyButton { list-style-image: url("chrome://browser/skin/pref/privacy.gif"); } #catFeaturesbutton { list-style-image: url("chrome://browser/skin/pref/features.gif"); } +#catDownloadsButton { list-style-image: url("chrome://browser/skin/pref/downloads.gif"); } #catThemesButton { list-style-image: url("chrome://browser/skin/pref/themes.gif"); } #catExtButton { list-style-image: url("chrome://browser/skin/pref/extensions.gif"); } -#catFontsButton { list-style-image: url("chrome://browser/skin/pref/fonts.gif"); } -#catProxiesButton { list-style-image: url("chrome://browser/skin/pref/proxies.gif"); } -#catDownloadsButton { list-style-image: url("chrome://browser/skin/icons/downloads.gif"); } - -.indent { - margin-left: 23px; - margin-right: 23px; -} - -.uniWidthButton { - min-width: 8em; -} +#catAdvancedButton { list-style-image: url("chrome://browser/skin/pref/advanced.gif"); } -/** Privacy Panel Expander Box **/ -#privacyCategories { +expander { margin: 2px; - padding: 2px; -} - -.settingsContainer { - padding: 2px 0px 3px 15px; + border: 1px solid transparent; } -.expanderButton { - cursor: pointer; +#privacyCategories > expander[open="true"] { + background-color: #CCD0DD; + border: 1px solid #9999CC; } -/* Themes/Extensions Items */ .themesLink { - margin-left: 0px; + -moz-margin-start: 0px; text-decoration: underline; color: blue; cursor: pointer; @@ -119,22 +99,3 @@ .themesLink:active { color: red; } - -#previewImageContainer { - height: 93px; - padding: 1px; -} - -#previewImage { - /* remember: width/height includes border, so 2px bigger for a 1px border */ - max-width: 357px; - min-width: 357px; - max-height: 87px; - min-height: 87px; - border: 1px solid #666699; -} - -.extensionInfoArea { - background-color: #FFFFFF !important; - height: 10em; -}