updating firebird support to trunk
authorrobert <robert>
Mon, 13 Oct 2003 11:22:18 +0000 (11:22 +0000)
committerrobert <robert>
Mon, 13 Oct 2003 11:22:18 +0000 (11:22 +0000)
35 files changed:
EarlyBlue/browser/aboutDialog.css [new file with mode: 0644]
EarlyBlue/browser/browser.css
EarlyBlue/browser/browser.xml
EarlyBlue/browser/icons/copy-disabled.gif [new file with mode: 0644]
EarlyBlue/browser/icons/copy-small-disabled.gif [new file with mode: 0644]
EarlyBlue/browser/icons/copy-small.gif [new file with mode: 0644]
EarlyBlue/browser/icons/copy.gif [new file with mode: 0644]
EarlyBlue/browser/icons/cut-disabled.gif [new file with mode: 0644]
EarlyBlue/browser/icons/cut-small-disabled.gif [new file with mode: 0644]
EarlyBlue/browser/icons/cut-small.gif [new file with mode: 0644]
EarlyBlue/browser/icons/cut.gif [new file with mode: 0644]
EarlyBlue/browser/icons/page-themes.gif [new file with mode: 0644]
EarlyBlue/browser/icons/paste-disabled.gif [new file with mode: 0644]
EarlyBlue/browser/icons/paste-small-disabled.gif [new file with mode: 0644]
EarlyBlue/browser/icons/paste-small.gif [new file with mode: 0644]
EarlyBlue/browser/icons/paste.gif [new file with mode: 0644]
EarlyBlue/browser/pref/advanced.gif [new file with mode: 0644]
EarlyBlue/browser/pref/downloads.gif [new file with mode: 0644]
EarlyBlue/browser/pref/fonts.gif [deleted file]
EarlyBlue/browser/pref/pref.css
EarlyBlue/browser/pref/proxies.gif [deleted file]
EarlyBlue/browser/pref/themes.gif
EarlyBlue/communicator/cookie/status-cookie.gif [new file with mode: 0644]
EarlyBlue/communicator/cookie/taskbar-cookie.gif [new file with mode: 0644]
EarlyBlue/contents.rdf
EarlyBlue/editor/icons/form-disabled.gif [new file with mode: 0644]
EarlyBlue/editor/icons/form.gif [new file with mode: 0644]
EarlyBlue/editor/icons/notpinned-disabled.gif [new file with mode: 0644]
EarlyBlue/editor/icons/notpinned.gif [new file with mode: 0644]
EarlyBlue/editor/icons/pinned-disabled.gif [new file with mode: 0644]
EarlyBlue/editor/icons/pinned.gif [new file with mode: 0644]
EarlyBlue/mozapps/downloads/unknownContentType.css [new file with mode: 0644]
EarlyBlue/mozapps/pref/check.gif [new file with mode: 0644]
EarlyBlue/mozapps/pref/dot.gif [new file with mode: 0755]
EarlyBlue/mozapps/pref/pref.css [new file with mode: 0644]

diff --git a/EarlyBlue/browser/aboutDialog.css b/EarlyBlue/browser/aboutDialog.css
new file mode 100644 (file)
index 0000000..1c7401b
--- /dev/null
@@ -0,0 +1,35 @@
+#aboutDialog {
+  padding: 0px 0px 10px 0px;
+}
+
+#clientBox {
+  background-color: #FFFFFF;
+  color: #000000;
+}
+
+#brandName {
+  font-weight: bold; font-size: larger;
+} 
+
+#detailsBox {
+  padding: 8px 10px 10px 8px;
+}
+
+#userAgent {
+  margin: 3px 5px;
+  background-color: #FFFFFF;
+  color: #000000;
+  padding: 1px 0px 1px 2px;
+  -moz-appearance: none;
+  border: none;
+}
+
+#copyright {
+  color: blue;
+  text-decoration: underline;
+}
+
+#groove {
+  margin-top: 0px;
+}
+
index 7bf8cfc1e058e50da209677a71a5faa4795b1d8a..9d56a9d5c88164733045fcbc4353ed112f1eab1d 100644 (file)
@@ -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
@@ -267,6 +269,27 @@ 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[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[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[disabled="true"] {
+  list-style-image: url("chrome://browser/skin/icons/paste-disabled.gif");
+}
+
 
 /* ::::: small primary toolbar buttons ::::: */
 
@@ -347,6 +370,59 @@ 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[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[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[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 ::::: */
 
@@ -415,6 +491,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) {
@@ -497,6 +577,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 {
@@ -542,3 +632,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);
+}
index 59744ee1aa68871fce4910cc1cd489e5814e64e5..be92c1110584bbc306c3dfbfcb7288ee592129d5 100644 (file)
@@ -9,7 +9,7 @@
   <!-- :::/ widgets \ ::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
 
   <binding id="toolbar-menu-button" display="xul:menu"
-           extends="chrome://global/content/bindings/toolbarbutton.xml#menu-button">
+           extends="chrome://global/content/widgets/toolbarbutton.xml#menu-button">
     <content>
       <children includes="observes|template|menupopup|tooltip"/>
       <xul:stack class="box-inherit toolbarbutton-menubutton-stack" flex="1">
diff --git a/EarlyBlue/browser/icons/copy-disabled.gif b/EarlyBlue/browser/icons/copy-disabled.gif
new file mode 100644 (file)
index 0000000..0e5dd1c
Binary files /dev/null and b/EarlyBlue/browser/icons/copy-disabled.gif differ
diff --git a/EarlyBlue/browser/icons/copy-small-disabled.gif b/EarlyBlue/browser/icons/copy-small-disabled.gif
new file mode 100644 (file)
index 0000000..d0566b9
Binary files /dev/null and b/EarlyBlue/browser/icons/copy-small-disabled.gif differ
diff --git a/EarlyBlue/browser/icons/copy-small.gif b/EarlyBlue/browser/icons/copy-small.gif
new file mode 100644 (file)
index 0000000..84b8e44
Binary files /dev/null and b/EarlyBlue/browser/icons/copy-small.gif differ
diff --git a/EarlyBlue/browser/icons/copy.gif b/EarlyBlue/browser/icons/copy.gif
new file mode 100644 (file)
index 0000000..174d9af
Binary files /dev/null and b/EarlyBlue/browser/icons/copy.gif differ
diff --git a/EarlyBlue/browser/icons/cut-disabled.gif b/EarlyBlue/browser/icons/cut-disabled.gif
new file mode 100644 (file)
index 0000000..108f71b
Binary files /dev/null and b/EarlyBlue/browser/icons/cut-disabled.gif differ
diff --git a/EarlyBlue/browser/icons/cut-small-disabled.gif b/EarlyBlue/browser/icons/cut-small-disabled.gif
new file mode 100644 (file)
index 0000000..d7cffe6
Binary files /dev/null and b/EarlyBlue/browser/icons/cut-small-disabled.gif differ
diff --git a/EarlyBlue/browser/icons/cut-small.gif b/EarlyBlue/browser/icons/cut-small.gif
new file mode 100644 (file)
index 0000000..4b20614
Binary files /dev/null and b/EarlyBlue/browser/icons/cut-small.gif differ
diff --git a/EarlyBlue/browser/icons/cut.gif b/EarlyBlue/browser/icons/cut.gif
new file mode 100644 (file)
index 0000000..c30d7db
Binary files /dev/null and b/EarlyBlue/browser/icons/cut.gif differ
diff --git a/EarlyBlue/browser/icons/page-themes.gif b/EarlyBlue/browser/icons/page-themes.gif
new file mode 100644 (file)
index 0000000..00758e6
Binary files /dev/null and b/EarlyBlue/browser/icons/page-themes.gif differ
diff --git a/EarlyBlue/browser/icons/paste-disabled.gif b/EarlyBlue/browser/icons/paste-disabled.gif
new file mode 100644 (file)
index 0000000..5b3f649
Binary files /dev/null and b/EarlyBlue/browser/icons/paste-disabled.gif differ
diff --git a/EarlyBlue/browser/icons/paste-small-disabled.gif b/EarlyBlue/browser/icons/paste-small-disabled.gif
new file mode 100644 (file)
index 0000000..4d5c609
Binary files /dev/null and b/EarlyBlue/browser/icons/paste-small-disabled.gif differ
diff --git a/EarlyBlue/browser/icons/paste-small.gif b/EarlyBlue/browser/icons/paste-small.gif
new file mode 100644 (file)
index 0000000..b02ba04
Binary files /dev/null and b/EarlyBlue/browser/icons/paste-small.gif differ
diff --git a/EarlyBlue/browser/icons/paste.gif b/EarlyBlue/browser/icons/paste.gif
new file mode 100644 (file)
index 0000000..b525c6e
Binary files /dev/null and b/EarlyBlue/browser/icons/paste.gif differ
diff --git a/EarlyBlue/browser/pref/advanced.gif b/EarlyBlue/browser/pref/advanced.gif
new file mode 100644 (file)
index 0000000..2322237
Binary files /dev/null and b/EarlyBlue/browser/pref/advanced.gif differ
diff --git a/EarlyBlue/browser/pref/downloads.gif b/EarlyBlue/browser/pref/downloads.gif
new file mode 100644 (file)
index 0000000..270af04
Binary files /dev/null and b/EarlyBlue/browser/pref/downloads.gif differ
diff --git a/EarlyBlue/browser/pref/fonts.gif b/EarlyBlue/browser/pref/fonts.gif
deleted file mode 100644 (file)
index 7038aef..0000000
Binary files a/EarlyBlue/browser/pref/fonts.gif and /dev/null differ
index b7b518862fe37d0fb9a54842a82ddcb1ae7a79fa..eae897ae4a67a01b2c7de40d434713acafccabf1 100644 (file)
 # ***** END LICENSE BLOCK *****
 */
 
-.listBox {
-  margin: 2px 2px;
-  border: 1px inset #CCD0DD;
-  background-color: #FFFFFF;
-}
-
 .buttonBox {
   margin: 0px 3px 0px 0px !important;
 }
 #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;
   text-decoration: underline;
 .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;
-}
diff --git a/EarlyBlue/browser/pref/proxies.gif b/EarlyBlue/browser/pref/proxies.gif
deleted file mode 100644 (file)
index c1bb152..0000000
Binary files a/EarlyBlue/browser/pref/proxies.gif and /dev/null differ
index 2322237bda9df5c94546be9ef19c4693dd374ae8..7d2916f11a56591449f0ace70fffc9381f76ea3a 100644 (file)
Binary files a/EarlyBlue/browser/pref/themes.gif and b/EarlyBlue/browser/pref/themes.gif differ
diff --git a/EarlyBlue/communicator/cookie/status-cookie.gif b/EarlyBlue/communicator/cookie/status-cookie.gif
new file mode 100644 (file)
index 0000000..21850c8
Binary files /dev/null and b/EarlyBlue/communicator/cookie/status-cookie.gif differ
diff --git a/EarlyBlue/communicator/cookie/taskbar-cookie.gif b/EarlyBlue/communicator/cookie/taskbar-cookie.gif
new file mode 100644 (file)
index 0000000..25eabe4
Binary files /dev/null and b/EarlyBlue/communicator/cookie/taskbar-cookie.gif differ
index b881898198bac4d9ec9232bd72fd6e216407d203..36a5a4f00fda2e7fb3112643ecf3d66386a40f5f 100644 (file)
@@ -26,6 +26,7 @@
         <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5:chatzilla"/>
         <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5:inspector"/>
         <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5:browser"/>
+        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.5:mozapps"/>
       </RDF:Seq>
     </chrome:packages>
   </RDF:Description>
@@ -41,4 +42,5 @@
 -->
   <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5:inspector" chrome:skinVersion="1.5"/>
   <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5:browser" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.5:mozapps" chrome:skinVersion="1.5"/>
 </RDF:RDF>
diff --git a/EarlyBlue/editor/icons/form-disabled.gif b/EarlyBlue/editor/icons/form-disabled.gif
new file mode 100644 (file)
index 0000000..02d6dab
Binary files /dev/null and b/EarlyBlue/editor/icons/form-disabled.gif differ
diff --git a/EarlyBlue/editor/icons/form.gif b/EarlyBlue/editor/icons/form.gif
new file mode 100644 (file)
index 0000000..904114a
Binary files /dev/null and b/EarlyBlue/editor/icons/form.gif differ
diff --git a/EarlyBlue/editor/icons/notpinned-disabled.gif b/EarlyBlue/editor/icons/notpinned-disabled.gif
new file mode 100644 (file)
index 0000000..13e1800
Binary files /dev/null and b/EarlyBlue/editor/icons/notpinned-disabled.gif differ
diff --git a/EarlyBlue/editor/icons/notpinned.gif b/EarlyBlue/editor/icons/notpinned.gif
new file mode 100644 (file)
index 0000000..937a6a9
Binary files /dev/null and b/EarlyBlue/editor/icons/notpinned.gif differ
diff --git a/EarlyBlue/editor/icons/pinned-disabled.gif b/EarlyBlue/editor/icons/pinned-disabled.gif
new file mode 100644 (file)
index 0000000..a98b2b7
Binary files /dev/null and b/EarlyBlue/editor/icons/pinned-disabled.gif differ
diff --git a/EarlyBlue/editor/icons/pinned.gif b/EarlyBlue/editor/icons/pinned.gif
new file mode 100644 (file)
index 0000000..d6abacd
Binary files /dev/null and b/EarlyBlue/editor/icons/pinned.gif differ
diff --git a/EarlyBlue/mozapps/downloads/unknownContentType.css b/EarlyBlue/mozapps/downloads/unknownContentType.css
new file mode 100644 (file)
index 0000000..8411b1c
--- /dev/null
@@ -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/EarlyBlue/mozapps/pref/check.gif b/EarlyBlue/mozapps/pref/check.gif
new file mode 100644 (file)
index 0000000..0d51063
Binary files /dev/null and b/EarlyBlue/mozapps/pref/check.gif differ
diff --git a/EarlyBlue/mozapps/pref/dot.gif b/EarlyBlue/mozapps/pref/dot.gif
new file mode 100755 (executable)
index 0000000..ae3d21f
Binary files /dev/null and b/EarlyBlue/mozapps/pref/dot.gif differ
diff --git a/EarlyBlue/mozapps/pref/pref.css b/EarlyBlue/mozapps/pref/pref.css
new file mode 100644 (file)
index 0000000..cac386f
--- /dev/null
@@ -0,0 +1,101 @@
+/*
+# -*- 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 <ben@netscape.com> (Original Author)
+#   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
+# 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 {
+  margin: 2px 2px;
+  border: 1px inset #CCD0DD;
+  background-color: #FFFFFF;
+}
+
+.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; 
+}
+