X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpref%2Fpref.css;h=ffa5c4a0aebd56c0403d871ba82dc2aac699fa90;hp=c4f1ce60691f4948974286a7c3ecc210d5bfe7de;hb=6831f2a08a96b0ec398ba88793203d36392b4fd3;hpb=acb0e9b83147c1f564a31120cd1a06b186214934 diff --git a/LCARStrek/browser/pref/pref.css b/LCARStrek/browser/pref/pref.css index c4f1ce60..ffa5c4a0 100644 --- a/LCARStrek/browser/pref/pref.css +++ b/LCARStrek/browser/pref/pref.css @@ -37,15 +37,9 @@ # ***** END LICENSE BLOCK ***** */ -.listBox { - -moz-border-radius: 3px; - margin: 2px 2px; - border: 1px solid #9C9CFF; - background-color: #000000; -} - .buttonBox { - margin: 0px 3px 0px 0px !important; + margin: 0 !important; + -moz-margin-end: 3px !important; } .buttonBoxButton { @@ -81,38 +75,25 @@ #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; -} +#catAdvancedButton { list-style-image: url("chrome://browser/skin/pref/advanced.gif"); } -.uniWidthButton { - min-width: 8em; -} - -/** 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: #E7ADE7; + color: #000000; + border: 1px solid #9C9CFF; + border-radius: 3px; } -/* Themes/Extensions Items */ .themesLink { - margin-left: 0px; + -moz-margin-start: 0px; text-decoration: underline; color: blue; cursor: pointer; @@ -121,22 +102,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 #9C9CFF; -} - -.extensionInfoArea { - background-color: #000000 !important; - height: 10em; -}