From: robert Date: Mon, 13 Oct 2003 11:43:28 +0000 (+0000) Subject: updating firebird support to trunk, adding missed files X-Git-Tag: EarlyBlue-2.0a1~72 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=613daf44f803febb8f13cb8e08f43e09d27bfee2;ds=sidebyside updating firebird support to trunk, adding missed files --- diff --git a/LCARStrek/browser/aboutDialog.css b/LCARStrek/browser/aboutDialog.css new file mode 100644 index 00000000..9707405d --- /dev/null +++ b/LCARStrek/browser/aboutDialog.css @@ -0,0 +1,35 @@ +#aboutDialog { + padding: 0px 0px 10px 0px; +} + +#clientBox { + background-color: #000000; + color: #FFCF00; +} + +#brandName { + font-weight: bold; font-size: larger; +} + +#detailsBox { + padding: 8px 10px 10px 8px; +} + +#userAgent { + margin: 3px 5px; + background-color: #000000; + color: #FF9F00; + padding: 1px 0px 1px 2px; + -moz-appearance: none; + border: none; +} + +#copyright { + color: #9C9CFF; + text-decoration: underline; +} + +#groove { + margin-top: 0px; +} + diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index e6b58966..64642973 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -22,6 +22,8 @@ * Joe Hewitt (hewitt@netscape.com) * Jason Kersey (kerz@netscape.com) * Pierre Chanial (chanial@noos.fr) + * Dean Tessman (dean_tessman@hotmail.com) + * Robert Kaiser (kairo@kairo.at) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or @@ -325,6 +327,36 @@ toolbar[mode="text"] .toolbarbutton-text { list-style-image: url("chrome://browser/skin/icons/history-disabled.gif"); } +#cut-button { + list-style-image: url("chrome://browser/skin/icons/cut.gif"); +} +#cut-button:hover { + list-style-image: url("chrome://browser/skin/icons/cut-hover.gif"); +} +#cut-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/cut-disabled.gif"); +} + +#copy-button { + list-style-image: url("chrome://browser/skin/icons/copy.gif"); +} +#copy-button:hover { + list-style-image: url("chrome://browser/skin/icons/copy-hover.gif"); +} +#copy-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/copy-disabled.gif"); +} + +#paste-button { + list-style-image: url("chrome://browser/skin/icons/paste.gif"); +} +#paste-button:hover { + list-style-image: url("chrome://browser/skin/icons/paste-hover.gif"); +} +#paste-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/paste-disabled.gif"); +} + /* ::::: small primary toolbar buttons ::::: */ @@ -438,6 +470,68 @@ toolbar[iconsize="small"] #history-button[disabled="true"] { list-style-image: url("chrome://browser/skin/icons/history-small-disabled.gif"); } +toolbar[iconsize="small"] #cut-button { + list-style-image: url("chrome://browser/skin/icons/cut-small.gif"); +} +toolbar[iconsize="small"] #cut-button:hover { + list-style-image: url("chrome://browser/skin/icons/cut-small-hover.gif"); +} +toolbar[iconsize="small"] #cut-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/cut-small-disabled.gif"); +} + +toolbar[iconsize="small"] #copy-button { + list-style-image: url("chrome://browser/skin/icons/copy-small.gif"); +} +toolbar[iconsize="small"] #copy-button:hover { + list-style-image: url("chrome://browser/skin/icons/copy-small-hover.gif"); +} +toolbar[iconsize="small"] #copy-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/copy-small-disabled.gif"); +} + +toolbar[iconsize="small"] #paste-button { + list-style-image: url("chrome://browser/skin/icons/paste-small.gif"); +} +toolbar[iconsize="small"] #paste-button:hover { + list-style-image: url("chrome://browser/skin/icons/paste-small-hover.gif"); +} +toolbar[iconsize="small"] #paste-button[disabled="true"] { + list-style-image: url("chrome://browser/skin/icons/paste-small-disabled.gif"); +} + + +/* Smaller padding on small toolbar buttons */ + +toolbar[iconsize="small"] .toolbarbutton-1 { + padding: 2px; +} + +toolbar[iconsize="small"] .toolbarbutton-1:hover:active, +toolbar[iconsize="small"] .toolbarbutton-1[open="true"] { + padding: 3px 1px 1px 3px; +} + +toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"], +toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover, +toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover:active, +toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"][open="true"] { + padding: 2px; +} + +toolbar[iconsize="small"] .toolbarbutton-1[checked="true"] { + padding: 3px 1px 1px 3px !important; +} + +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"], +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover, +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active, +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"], +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"], +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover, +toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover:active { + padding: 0; +} /* ::::: fullscreen window controls ::::: */ @@ -516,6 +610,10 @@ statusbarpanel#statusbar-display { list-style-image: url("chrome://browser/skin/icons/search-bar.gif"); } +#miSearchModeFind { + list-style-image: url("chrome://browser/skin/icons/search-bar.gif"); +} + /* ::::: autocomplete ::::: */ .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) { @@ -596,6 +694,16 @@ statusbarpanel#statusbar-display { padding: 0px 3px 0px 3px; } +#page-theme-button { + display: none; +} + +#page-theme-button[themes] { + display: -moz-box; + list-style-image: url("chrome://browser/skin/icons/page-themes.gif"); + padding: 0px 3px 0px 3px; +} + /* ::::: throbber ::::: */ #navigator-throbber { @@ -641,3 +749,15 @@ toolbarbutton.chevron { toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { display: none; } + +toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { + display: -moz-box; +} + +toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text { + display: none; +} + +#sidebar-throbber[loading="true"] { + list-style-image: url(chrome://global/skin/icons/loading.gif); +} diff --git a/LCARStrek/browser/browser.xml b/LCARStrek/browser/browser.xml index d18cdc26..111c17f5 100644 --- a/LCARStrek/browser/browser.xml +++ b/LCARStrek/browser/browser.xml @@ -9,7 +9,7 @@ + extends="chrome://global/content/widgets/toolbarbutton.xml#menu-button"> diff --git a/LCARStrek/browser/icons/copy-disabled.gif b/LCARStrek/browser/icons/copy-disabled.gif new file mode 100644 index 00000000..f78d6be0 Binary files /dev/null and b/LCARStrek/browser/icons/copy-disabled.gif differ diff --git a/LCARStrek/browser/icons/copy-hover.gif b/LCARStrek/browser/icons/copy-hover.gif new file mode 100644 index 00000000..fc86908d Binary files /dev/null and b/LCARStrek/browser/icons/copy-hover.gif differ diff --git a/LCARStrek/browser/icons/copy-small-disabled.gif b/LCARStrek/browser/icons/copy-small-disabled.gif new file mode 100644 index 00000000..ce382316 Binary files /dev/null and b/LCARStrek/browser/icons/copy-small-disabled.gif differ diff --git a/LCARStrek/browser/icons/copy-small-hover.gif b/LCARStrek/browser/icons/copy-small-hover.gif new file mode 100644 index 00000000..4731334d Binary files /dev/null and b/LCARStrek/browser/icons/copy-small-hover.gif differ diff --git a/LCARStrek/browser/icons/copy-small.gif b/LCARStrek/browser/icons/copy-small.gif new file mode 100644 index 00000000..5a1646a3 Binary files /dev/null and b/LCARStrek/browser/icons/copy-small.gif differ diff --git a/LCARStrek/browser/icons/copy.gif b/LCARStrek/browser/icons/copy.gif new file mode 100644 index 00000000..85fae09f Binary files /dev/null and b/LCARStrek/browser/icons/copy.gif differ diff --git a/LCARStrek/browser/icons/cut-disabled.gif b/LCARStrek/browser/icons/cut-disabled.gif new file mode 100644 index 00000000..de590c50 Binary files /dev/null and b/LCARStrek/browser/icons/cut-disabled.gif differ diff --git a/LCARStrek/browser/icons/cut-hover.gif b/LCARStrek/browser/icons/cut-hover.gif new file mode 100644 index 00000000..733b1e4e Binary files /dev/null and b/LCARStrek/browser/icons/cut-hover.gif differ diff --git a/LCARStrek/browser/icons/cut-small-disabled.gif b/LCARStrek/browser/icons/cut-small-disabled.gif new file mode 100644 index 00000000..39e50cc3 Binary files /dev/null and b/LCARStrek/browser/icons/cut-small-disabled.gif differ diff --git a/LCARStrek/browser/icons/cut-small-hover.gif b/LCARStrek/browser/icons/cut-small-hover.gif new file mode 100644 index 00000000..c036e12d Binary files /dev/null and b/LCARStrek/browser/icons/cut-small-hover.gif differ diff --git a/LCARStrek/browser/icons/cut-small.gif b/LCARStrek/browser/icons/cut-small.gif new file mode 100644 index 00000000..99d09246 Binary files /dev/null and b/LCARStrek/browser/icons/cut-small.gif differ diff --git a/LCARStrek/browser/icons/cut.gif b/LCARStrek/browser/icons/cut.gif new file mode 100644 index 00000000..fb51467c Binary files /dev/null and b/LCARStrek/browser/icons/cut.gif differ diff --git a/LCARStrek/browser/icons/page-themes.gif b/LCARStrek/browser/icons/page-themes.gif new file mode 100644 index 00000000..d4022ad4 Binary files /dev/null and b/LCARStrek/browser/icons/page-themes.gif differ diff --git a/LCARStrek/browser/icons/paste-disabled.gif b/LCARStrek/browser/icons/paste-disabled.gif new file mode 100644 index 00000000..a7ad1fef Binary files /dev/null and b/LCARStrek/browser/icons/paste-disabled.gif differ diff --git a/LCARStrek/browser/icons/paste-hover.gif b/LCARStrek/browser/icons/paste-hover.gif new file mode 100644 index 00000000..a5b5bd08 Binary files /dev/null and b/LCARStrek/browser/icons/paste-hover.gif differ diff --git a/LCARStrek/browser/icons/paste-small-disabled.gif b/LCARStrek/browser/icons/paste-small-disabled.gif new file mode 100644 index 00000000..1f0a27ff Binary files /dev/null and b/LCARStrek/browser/icons/paste-small-disabled.gif differ diff --git a/LCARStrek/browser/icons/paste-small-hover.gif b/LCARStrek/browser/icons/paste-small-hover.gif new file mode 100644 index 00000000..861ed5e3 Binary files /dev/null and b/LCARStrek/browser/icons/paste-small-hover.gif differ diff --git a/LCARStrek/browser/icons/paste-small.gif b/LCARStrek/browser/icons/paste-small.gif new file mode 100644 index 00000000..2eace38c Binary files /dev/null and b/LCARStrek/browser/icons/paste-small.gif differ diff --git a/LCARStrek/browser/icons/paste.gif b/LCARStrek/browser/icons/paste.gif new file mode 100644 index 00000000..ee27b721 Binary files /dev/null and b/LCARStrek/browser/icons/paste.gif differ diff --git a/LCARStrek/browser/pref/advanced.gif b/LCARStrek/browser/pref/advanced.gif new file mode 100644 index 00000000..06f41e5b Binary files /dev/null and b/LCARStrek/browser/pref/advanced.gif differ diff --git a/LCARStrek/browser/pref/downloads.gif b/LCARStrek/browser/pref/downloads.gif new file mode 100644 index 00000000..8c855959 Binary files /dev/null and b/LCARStrek/browser/pref/downloads.gif differ diff --git a/LCARStrek/browser/pref/fonts.gif b/LCARStrek/browser/pref/fonts.gif deleted file mode 100644 index 92eea532..00000000 Binary files a/LCARStrek/browser/pref/fonts.gif and /dev/null differ diff --git a/LCARStrek/browser/pref/pref.css b/LCARStrek/browser/pref/pref.css index c4f1ce60..191bab65 100644 --- a/LCARStrek/browser/pref/pref.css +++ b/LCARStrek/browser/pref/pref.css @@ -37,13 +37,6 @@ # ***** 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; } @@ -81,36 +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; -} +#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; + -moz-border-radius: 3px; } -/* Themes/Extensions Items */ .themesLink { margin-left: 0px; text-decoration: underline; @@ -121,22 +101,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; -} diff --git a/LCARStrek/browser/pref/proxies.gif b/LCARStrek/browser/pref/proxies.gif deleted file mode 100644 index aae993c3..00000000 Binary files a/LCARStrek/browser/pref/proxies.gif and /dev/null differ diff --git a/LCARStrek/browser/pref/themes.gif b/LCARStrek/browser/pref/themes.gif index 06f41e5b..b3cdb87a 100644 Binary files a/LCARStrek/browser/pref/themes.gif and b/LCARStrek/browser/pref/themes.gif differ diff --git a/LCARStrek/communicator/cookie/status-cookie.gif b/LCARStrek/communicator/cookie/status-cookie.gif new file mode 100644 index 00000000..b207b425 Binary files /dev/null and b/LCARStrek/communicator/cookie/status-cookie.gif differ diff --git a/LCARStrek/communicator/cookie/taskbar-cookie.gif b/LCARStrek/communicator/cookie/taskbar-cookie.gif new file mode 100644 index 00000000..0d1cfd08 Binary files /dev/null and b/LCARStrek/communicator/cookie/taskbar-cookie.gif differ diff --git a/LCARStrek/contents.rdf b/LCARStrek/contents.rdf index f8bf4318..cb3e4b2f 100644 --- a/LCARStrek/contents.rdf +++ b/LCARStrek/contents.rdf @@ -26,6 +26,7 @@ + @@ -41,4 +42,5 @@ --> + diff --git a/LCARStrek/editor/icons/copy-disabled.gif b/LCARStrek/editor/icons/copy-disabled.gif new file mode 100644 index 00000000..4f186074 Binary files /dev/null and b/LCARStrek/editor/icons/copy-disabled.gif differ diff --git a/LCARStrek/editor/icons/copy-hover.gif b/LCARStrek/editor/icons/copy-hover.gif new file mode 100644 index 00000000..403f9293 Binary files /dev/null and b/LCARStrek/editor/icons/copy-hover.gif differ diff --git a/LCARStrek/editor/icons/copy.gif b/LCARStrek/editor/icons/copy.gif new file mode 100644 index 00000000..126d6d36 Binary files /dev/null and b/LCARStrek/editor/icons/copy.gif differ diff --git a/LCARStrek/editor/icons/cut-disabled.gif b/LCARStrek/editor/icons/cut-disabled.gif new file mode 100644 index 00000000..c89d16f5 Binary files /dev/null and b/LCARStrek/editor/icons/cut-disabled.gif differ diff --git a/LCARStrek/editor/icons/cut-hover.gif b/LCARStrek/editor/icons/cut-hover.gif new file mode 100644 index 00000000..165122d9 Binary files /dev/null and b/LCARStrek/editor/icons/cut-hover.gif differ diff --git a/LCARStrek/editor/icons/cut.gif b/LCARStrek/editor/icons/cut.gif new file mode 100644 index 00000000..ff69138b Binary files /dev/null and b/LCARStrek/editor/icons/cut.gif differ diff --git a/LCARStrek/editor/icons/form-disabled.gif b/LCARStrek/editor/icons/form-disabled.gif new file mode 100644 index 00000000..5f4b2d83 Binary files /dev/null and b/LCARStrek/editor/icons/form-disabled.gif differ diff --git a/LCARStrek/editor/icons/form-hover.gif b/LCARStrek/editor/icons/form-hover.gif new file mode 100644 index 00000000..efa37dfc Binary files /dev/null and b/LCARStrek/editor/icons/form-hover.gif differ diff --git a/LCARStrek/editor/icons/form.gif b/LCARStrek/editor/icons/form.gif new file mode 100644 index 00000000..8c77d03c Binary files /dev/null and b/LCARStrek/editor/icons/form.gif differ diff --git a/LCARStrek/editor/icons/notpinned-disabled.gif b/LCARStrek/editor/icons/notpinned-disabled.gif new file mode 100644 index 00000000..3818df54 Binary files /dev/null and b/LCARStrek/editor/icons/notpinned-disabled.gif differ diff --git a/LCARStrek/editor/icons/notpinned-hover.gif b/LCARStrek/editor/icons/notpinned-hover.gif new file mode 100644 index 00000000..fb70eff4 Binary files /dev/null and b/LCARStrek/editor/icons/notpinned-hover.gif differ diff --git a/LCARStrek/editor/icons/notpinned.gif b/LCARStrek/editor/icons/notpinned.gif new file mode 100644 index 00000000..f7856df7 Binary files /dev/null and b/LCARStrek/editor/icons/notpinned.gif differ diff --git a/LCARStrek/editor/icons/paste-disabled.gif b/LCARStrek/editor/icons/paste-disabled.gif new file mode 100644 index 00000000..8851b0d1 Binary files /dev/null and b/LCARStrek/editor/icons/paste-disabled.gif differ diff --git a/LCARStrek/editor/icons/paste-hover.gif b/LCARStrek/editor/icons/paste-hover.gif new file mode 100644 index 00000000..8e0d8174 Binary files /dev/null and b/LCARStrek/editor/icons/paste-hover.gif differ diff --git a/LCARStrek/editor/icons/paste.gif b/LCARStrek/editor/icons/paste.gif new file mode 100644 index 00000000..a121b7b5 Binary files /dev/null and b/LCARStrek/editor/icons/paste.gif differ diff --git a/LCARStrek/editor/icons/pinned-disabled.gif b/LCARStrek/editor/icons/pinned-disabled.gif new file mode 100644 index 00000000..b9c2497f Binary files /dev/null and b/LCARStrek/editor/icons/pinned-disabled.gif differ diff --git a/LCARStrek/editor/icons/pinned-hover.gif b/LCARStrek/editor/icons/pinned-hover.gif new file mode 100644 index 00000000..54dd2596 Binary files /dev/null and b/LCARStrek/editor/icons/pinned-hover.gif differ diff --git a/LCARStrek/editor/icons/pinned.gif b/LCARStrek/editor/icons/pinned.gif new file mode 100644 index 00000000..bf6401b3 Binary files /dev/null and b/LCARStrek/editor/icons/pinned.gif differ diff --git a/LCARStrek/mozapps/downloads/unknownContentType.css b/LCARStrek/mozapps/downloads/unknownContentType.css new file mode 100644 index 00000000..8411b1cc --- /dev/null +++ b/LCARStrek/mozapps/downloads/unknownContentType.css @@ -0,0 +1,18 @@ + +#from { + margin-top: 1px; +} + +#location { + font-weight: bold; +} + +#contentTypeImage { + margin: 0px 5px 0px 0px; +} + +.small-indent { + margin-left: 15px; + margin-right: 15px; +} + diff --git a/LCARStrek/mozapps/pref/check.gif b/LCARStrek/mozapps/pref/check.gif new file mode 100755 index 00000000..9801968a Binary files /dev/null and b/LCARStrek/mozapps/pref/check.gif differ diff --git a/LCARStrek/mozapps/pref/dot.gif b/LCARStrek/mozapps/pref/dot.gif new file mode 100755 index 00000000..ae3d21f1 Binary files /dev/null and b/LCARStrek/mozapps/pref/dot.gif differ diff --git a/LCARStrek/mozapps/pref/pref.css b/LCARStrek/mozapps/pref/pref.css new file mode 100644 index 00000000..f61f191c --- /dev/null +++ b/LCARStrek/mozapps/pref/pref.css @@ -0,0 +1,102 @@ +/* +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# Version: MPL 1.1/GPL 2.0/LGPL 2.1 +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Original Code is Mozilla.org Code. +# +# The Initial Developer of the Original Code is +# Doron Rosenberg. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Ben Goodger (Original Author) +# Robert Kaiser +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 2 or later (the "GPL"), or +# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +# in which case the provisions of the GPL or the LGPL are applicable instead +# of those above. If you wish to allow use of your version of this file only +# under the terms of either the GPL or the LGPL, and not to allow others to +# use your version of this file under the terms of the MPL, indicate your +# decision by deleting the provisions above and replace them with the notice +# and other provisions required by the GPL or the LGPL. If you do not delete +# the provisions above, a recipient may use your version of this file under +# the terms of any one of the MPL, the GPL or the LGPL. +# +# ***** END LICENSE BLOCK ***** +*/ + +.listBox { + -moz-border-radius: 3px; + margin: 2px 2px; + border: 1px solid #9C9CFF; + background-color: #000000; +} + +.indent { + margin-left: 23px; + margin-right: 23px; +} + +.small-indent { + margin-left: 15px; +} + +.uniWidthButton { + min-width: 8em; +} + +/** Privacy/Advanced Panels Expander Boxes **/ +.settingsBox { + margin: 2px; + padding: 2px; +} + +#fileExtension { + width: 5em; +} + +#fileExtension.pluginsList { + width: 5.5em; +} + +#typeIcon, +.extensionChildren::-moz-tree-image(fileExtension), +.pluginTypesChildren::-moz-tree-image(fileExtension) { + margin: 0px 5px 0px 0px; +} + +.pluginTypesChildren::-moz-tree-image(pluginEnabled) { + margin: 0px 5px 0px 0px; + list-style-image: url(chrome://mozapps/skin/pref/dot.gif); +} + +.pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) { + margin: 0px 5px 0px 0px; + list-style-image: url(chrome://mozapps/skin/pref/check.gif); +} + +.biggerIndent { + margin-left: 28px; +} + +#typeField { + font-weight: bold; +} + +#defaultAppName { + margin-left: 6px !important; +} +