EarlyBlue 2.0a1 -> 2.0a2 changes, communicator/ and global/ changes
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 14 Dec 2008 20:20:03 +0000 (21:20 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 14 Dec 2008 20:20:03 +0000 (21:20 +0100)
19 files changed:
EarlyBlue/chrome.manifest
EarlyBlue/communicator/brand.css
EarlyBlue/communicator/button.css
EarlyBlue/communicator/certError.css [new file with mode: 0644]
EarlyBlue/communicator/icons/communicatoricons-small.png [new file with mode: 0644]
EarlyBlue/communicator/icons/communicatoricons.png
EarlyBlue/global/autocomplete.css
EarlyBlue/global/commonDialog.css [new file with mode: 0644]
EarlyBlue/global/formatting.css [deleted file]
EarlyBlue/global/global.css
EarlyBlue/global/groupbox.css
EarlyBlue/global/notification.css
EarlyBlue/global/numberbox.css
EarlyBlue/global/popup.css
EarlyBlue/global/scrollbars.css
EarlyBlue/global/spinbuttons.css
EarlyBlue/global/textbox.css
EarlyBlue/global/wizard.css
EarlyBlue/messenger-newsblog/feed-subscriptions.css [new file with mode: 0644]

index 1b6719bfb0cddeff7b6184a2606a2161efd718f4..0122ea4a58c9fb9e458e839ea628b631db4f1252 100644 (file)
@@ -1,6 +1,7 @@
 skin global EarlyBlue global/
 skin mozapps EarlyBlue mozapps/
 skin messenger EarlyBlue messenger/
+skin messenger-newsblog EarlyBlue messenger-newsblog/
 skin communicator EarlyBlue communicator/
 skin help EarlyBlue help/
 skin navigator EarlyBlue navigator/
index c2d4ce79abcd397a2978c9a1f529352f60b93685..2927ce5aa78ac924b2a054a71a9cdfb58f4e7717 100644 (file)
@@ -64,7 +64,7 @@
 window[chromehidden~="toolbar"] #navigator-throbber,
 toolbar[mode="text"] #navigator-throbber,
 toolbar[mode="icons"] #navigator-throbber,
-#navigator-throbber[toolbarmode="small"] {
+toolbar[iconsize="small"] #navigator-throbber {
   margin: 0 2px 0 1px;
   list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
 }
@@ -72,6 +72,6 @@ toolbar[mode="icons"] #navigator-throbber,
 window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
 toolbar[mode="text"] #navigator-throbber[busy="true"],
 toolbar[mode="icons"] #navigator-throbber[busy="true"],
-#navigator-throbber[toolbarmode="small"][busy="true"] {
+toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
 }
index 3844f1eb276860e48a1c4d145a85555d8e85b663..14ade4e506c15b312d57d2ef6af5f9bbe5154133 100644 (file)
 
 toolbar[mode="text"] .toolbarbutton-1,
 toolbar[mode="icons"] .toolbarbutton-1,
-.toolbarbutton-1[toolbarmode="small"],
+toolbar[iconsize="small"] .toolbarbutton-1,
 toolbar[mode="text"] .toolbarbutton-menubutton-button,
 toolbar[mode="icons"] .toolbarbutton-menubutton-button,
-.toolbarbutton-menubutton-button[toolbarmode="small"] {
+toolbar[iconsize="small"] .toolbarbutton-menubutton-button {
   min-width: 0px;
   min-height: 0px;
 }
@@ -88,7 +88,7 @@ toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker {
 }
 
 toolbar[mode="icons"] .toolbarbutton-menubutton-dropmarker,
-.toolbarbutton-1[toolbarmode="small"] > .toolbarbutton-menubutton-dropmarker {
+toolbar[iconsize="small"] .toolbarbutton-menubutton-dropmarker {
   padding: 0px 1px 13px 1px;
 }
 
@@ -99,8 +99,8 @@ toolbar[mode="text"] .toolbarbutton-1[type="menu-button"][open="true"] > .toolba
 
 toolbar[mode="icons"] .toolbarbutton-1[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
 toolbar[mode="icons"] .toolbarbutton-1[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker,
-.toolbarbutton-1[toolbarmode="small"][type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
-.toolbarbutton-1[toolbarmode="small"][type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
   padding: 1px 0px 12px 2px;
 }
 
@@ -109,7 +109,7 @@ toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker[disabled="true"] {
 }
 
 toolbar[mode="icons"] .toolbarbutton-menubutton-dropmarker[disabled="true"],
-.toolbarbutton-1[toolbarmode="small"] > .toolbarbutton-menubutton-dropmarker[disabled="true"] {
+toolbar[iconsize="small"] .toolbarbutton-menubutton-dropmarker[disabled="true"] {
   padding: 0px 1px 13px 1px !important;
 }
 
@@ -122,6 +122,17 @@ toolbar[mode="text"] .toolbarbutton-text {
   padding: 4px 0;
 }
 
+toolbar[mode="text"] .toolbarbutton-1,
+toolbar[mode="text"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
+  -moz-box-orient: horizontal;
+}
+
+toolbar[labelalign="end"] .toolbarbutton-1,
+toolbar[labelalign="end"] .toolbarbutton-1 > .toolbarbutton-menubutton-button,
+toolbar[labelalign="end"] .toolbarbutton-1 > hbox > vbox {
+  -moz-box-orient: horizontal;
+}
+
 /* ::::: standard toolbar buttons ::::: */
 
 .button-toolbar {
diff --git a/EarlyBlue/communicator/certError.css b/EarlyBlue/communicator/certError.css
new file mode 100644 (file)
index 0000000..32b5895
--- /dev/null
@@ -0,0 +1,109 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * 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
+ * Mozilla Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2008
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   William Price <bugzilla@mob.rice.edu>
+ *   Steven Garrity <steven@silverorange.com>
+ *   Henrik Skupin  <mozilla@hskupin.info>
+ *   Johnathan Nightingale <johnath@mozilla.com>
+ *
+ * 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 ***** */
+
+
+html {
+  background: #CCD0DD;
+}
+
+body {
+  margin: 0;
+  padding: 0 1em;
+  color: #000000;
+  font: 12px helvetica,arial,tahoma,sans-serif;
+}
+
+h1 {
+  margin: 0 0 .6em 0;
+  border-bottom: 1px solid #666699;
+  font-size: 160%;
+}
+
+h2 {
+  font-size: 130%;
+}
+
+#errorPageContainer {
+  position: relative;
+  min-width: 13em;
+  max-width: 52em;
+  margin: 4em auto;
+  border: 2px solid #FFFFCC;
+  -moz-border-radius: 10px;
+  padding: 3em;
+  -moz-padding-start: 30px;
+  background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #9999CC;
+  -moz-background-origin: content;
+}
+
+body[dir="rtl"] #errorPageContainer {
+  background-position: right 0;
+}
+
+#errorTitle {
+  -moz-margin-start: 80px;
+}
+
+#errorLongContent {
+  -moz-margin-start: 80px;
+}
+
+#technicalContent > h2, #expertContent > h2 {
+  cursor: pointer;
+  padding-left: 20px;
+  position: relative;
+  left: -20px;
+  background: url("chrome://global/skin/tree/twisty-open-selected.gif") left center no-repeat;
+}
+
+#technicalContent[collapsed] > h2,
+#expertContent[collapsed] > h2 {
+  background-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
+}
+
+#technicalContent[collapsed] > p,
+#expertContent[collapsed] > div {
+  display: none;
+}
+
+#technicalContentText {
+  overflow: auto;
+  white-space: pre-wrap;
+}
diff --git a/EarlyBlue/communicator/icons/communicatoricons-small.png b/EarlyBlue/communicator/icons/communicatoricons-small.png
new file mode 100644 (file)
index 0000000..92354f0
Binary files /dev/null and b/EarlyBlue/communicator/icons/communicatoricons-small.png differ
index 36f904658077eaaec1a23b35f6eb7d2f44a7caff..6c8487ecc64f760a9800d7ff11c7e8233f3fb8d9 100644 (file)
Binary files a/EarlyBlue/communicator/icons/communicatoricons.png and b/EarlyBlue/communicator/icons/communicatoricons.png differ
index c66d50acbbdedc999742b45abdabd6462be43585..0811c6cb413fb69ee383d687b90b2d1d25d61f89 100644 (file)
 
 /* ::::: autocomplete ::::: */
 
-textbox {
+/* .padded is used by autocomplete widgets that don't have an icon. Gross. -dwh */
+textbox:not(.padded) {
   cursor: default;
   padding: 0px;
 }
 
-/* Used by autocomplete widgets that don't have an icon. Gross. -dwh */
-textbox.padded {
-  padding-top: 1px;
-  padding-bottom: 1px;
-  -moz-padding-start: 2px;
-  -moz-padding-end: 0px;
+textbox[nomatch="true"][highlightnonmatches="true"] {
+  color: red;
 }
 
 .autocomplete-textbox-container {
   -moz-box-align: center;
 }
 
-textbox[nomatch="true"][highlightnonmatches="true"] {
-  color: red;
+textbox:not(.padded) .textbox-input-box {
+  margin: 0 3px;
 }
 
 .textbox-input-box {
-  margin: 0 3px;
   -moz-box-align: center;
 }
 
diff --git a/EarlyBlue/global/commonDialog.css b/EarlyBlue/global/commonDialog.css
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/EarlyBlue/global/formatting.css b/EarlyBlue/global/formatting.css
deleted file mode 100644 (file)
index af97776..0000000
+++ /dev/null
@@ -1,214 +0,0 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * 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 "Classic" theme of mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * the Mozilla Organization.
- * Portions created by the Initial Developer are Copyright (C) 1998-2001
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *   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 ***** */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* inset areas */
-
-.inset {
-  border: 1px inset #CCD0DD;
-  margin: 0px 5px 5px 5px;
-}
-
-.box-inset {
-  margin: 2px 4px;
-  border: 1px inset #CCD0DD;
-  background-color: #FFFFFF;
-  color: #000000;
-}
-
-/* formatting */
-.groove-top {
-  border-top: 2px groove #CCD0DD;
-}
-
-.groove-right {
-  border-right: 2px groove #CCD0DD;
-}
-
-.groove-left {
-  border-left: 2px groove #CCD0DD;
-}
-
-.groove-bottom {
-  border-bottom: 2px groove #CCD0DD;
-}
-
-.outset {
-  border: 1px outset #CCD0DD;
-}
-
-.outset-top-bottom {
-  border-top: 1px outset #CCD0DD;
-  border-bottom: 1px outset #CCD0DD;
-}
-
-/** separator rules **/
-/* standard separators */
-separator, separator[orient="horizontal"] {
-  height: 1.5em;
-}
-
-separator[orient="vertical"] {
-  width: 1.5em;
-}
-
-/* thinner separators (50% size) */
-separator.thin, separator.thin[orient="horizontal"] {
-  height: 0.5em;
-}
-
-separator.thin[orient="vertical"] {
-  width: 0.5em;
-}
-
-/* groove separators (50% size) */
-separator.groove,
-separator.groove[orient="horizontal"] {
-  border-top: 2px groove #CCD0DD;
-  height: 0px;
-  margin-top: 0.4em;
-  margin-bottom: 0.4em;
-}
-
-separator.groove[orient="vertical"] {
-  border-left: 2px groove #CCD0DD;
-  margin-left: 0.4em;
-  margin-right: 0.4em;
-}
-
-/* groove separators (0 padding, for dividing effects) */
-separator.groove-thin {
-  border-top: 2px groove #CCD0DD;
-  height: 0px;
-}
-
-separator[orient="vertical"].groove-thin {
-  border-left: 2px groove #CCCCCC;
-}
-
-/** text formatting rules **/
-/** Reduced Margin for some UI **/
-.small-margin {
-  margin: 0px 1px;
-}
-
-.plain {
-  margin: 0px !important;
-  border: none;
-  padding: 0px;
-}
-
-label[disabled="true"] {
-  color: #9999CC;
-}
-
-description, label {
-  cursor: default;
-  margin: 1px 3px;
-}
-
-description {
-/*  margin: 1px 5px 4px 5px; */
-}
-
-label {
-/*
-  margin-top: 1px;
-  margin-bottom: 2px;
-  -moz-margin-start: 6px;
-  -moz-margin-end: 5px;
-*/
-}
-
-.header {
-  font-weight: bold;
-}
-
-.larger-text {
-  font-size: larger;
-}
-
-.smaller-text {
-  font-size: smaller;
-}
-
-.monospace {
-  font-family: monospace;
-}
-
-.indent {
-/*  margin-left: 23px; */
-  margin-left: 15px;
-}
-
-.box-padded  {
-  padding: 5px;
-}
-
-.spaced {
-  margin: 1px 3px;
-}
-
-.wizard-box {
-  padding: 15px 35px 10px 35px;
-}
-
-.caption-text {
-  margin: 0px 2px 0px 1px !important;
-}
-
-/* class for text with a 'link' appearance */
-.text-link {
-  color: blue;
-  text-decoration: underline;
-  cursor: pointer;
-}
-
-.text-link:focus {
-  color: red;
-  /* Don't specify the outline-color, we should always use initial value. */
-  outline: 1px dotted;
-}
-
-.text-link:hover:active {
-  color: red;
-}
-
-.text-link[visited="true"] {
-  color: purple;
-}
index 1077ca50052b4bcaa8f2b7641624215241d9e34d..35c1ebdf7d0a65e70c3b9a39149051f1650317c1 100644 (file)
@@ -42,8 +42,6 @@
 /* all localizable skin settings shall live here */
 @import url("chrome://global/locale/intl.css");
 
-@import url("chrome://global/skin/formatting.css");
-
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ::::: XBL bindings ::::: */
@@ -87,10 +85,6 @@ window.dialog {
   padding: 8px 10px 10px 8px;
 }
 
-[wait-cursor] {
-  cursor: wait !important;
-}
-
 /* ::::: alert icons :::::*/
 
 .message-icon,
@@ -151,20 +145,147 @@ statusbarpanel {
   padding: 0px;
 }
 
-.statusbarpanel-iconic,  .statusbarpanel-iconic-text, .statusbarpanel-menu-iconic {
-  padding: 0px 1px 0px 1px;
+.statusbarpanel-iconic,
+.statusbarpanel-iconic-text,
+.statusbarpanel-menu-iconic {
+  padding: 0px 1px;
 }
 
 resizer[dir="bottomright"] {
   cursor: se-resize;
 }
 
-/* ::::: miscellaneous ::::: */
-
+window:not([active="true"]) menubar > menu {
+  color: #808080;
+}
 .toolbar-focustarget {
   -moz-user-focus: ignore !important;
 }
 
+/* ::::: miscellaneous formatting ::::: */
+
+.inset {
+  border: 1px inset #CCD0DD;
+  /* margin: 0px 5px 5px 5px; */
+}
+
+.outset {
+  border: 1px outset #CCD0DD;
+}
+
+/* separators */
+separator:not([orient="vertical"]) {
+  height: 1.5em;
+}
+
+separator[orient="vertical"] {
+  width: 1.5em;
+}
+
+separator.thin:not([orient="vertical"]) {
+  height: 0.5em;
+}
+
+separator.thin[orient="vertical"] {
+  width: 0.5em;
+}
+
+separator.groove:not([orient="vertical"]) {
+  border-top: 2px groove #CCD0DD;
+  height: 0px;
+  margin-top: 0.4em;
+  margin-bottom: 0.4em;
+}
+
+separator.groove[orient="vertical"] {
+  border-left: 2px groove #CCD0DD;
+  margin-left: 0.4em;
+  margin-right: 0.4em;
+}
+
+/* groove separators (0 padding, for dividing effects) */
+separator.groove-thin {
+  border-top: 2px groove #CCD0DD;
+  height: 0px;
+}
+
+separator[orient="vertical"].groove-thin {
+  border-left: 2px groove #CCD0DD;
+}
+
+.small-margin {
+  margin: 0px 1px;
+}
+
+.plain {
+  margin: 0px !important;
+  border: none;
+  padding: 0px;
+}
+
+description, label  {
+  cursor: default;
+  margin: 1px 3px;
+}
+
+label[disabled="true"] {
+  color: #808080;
+}
+
+description {
+/*  margin-bottom: 4px; */
+}
+
+.tooltip-label {
+  margin: 0px;
+}
+
+.header {
+  font-weight: bold;
+}
+
+.monospace {
+  font-family: monospace;
+}
+
+.indent {
+/*  margin-left: 23px; */
+  margin-left: 15px;
+}
+
+.box-padded {
+  padding: 5px;
+}
+
+.spaced {
+  margin: 1px 3px;
+}
+
+.wizard-box {
+  padding: 15px 35px 10px 35px;
+}
+
+.text-link {
+  color: blue;
+  text-decoration: underline;
+  cursor: pointer;
+}
+
+.text-link:focus {
+  color: red;
+  /* Don't specify the outline-color, we should always use initial value. */
+  outline: 1px dotted;
+}
+
+.text-link:hover:active {
+  color: red;
+}
+
+.text-link[visited="true"] {
+  color: purple;
+}
+
 /* :::::: autoscroll popup ::::: */
 
 #autoscroller {
index 9a2e487a50484ec7e2402e247f3a35710852b318..bb305cd018c91afdcc04269d8ea0266f7d90d723 100644 (file)
@@ -58,3 +58,10 @@ caption {
   padding: 0px 3px;
   background-color: #CCD0DD;
 }
+
+.caption-text {
+  margin-top: 0;
+  margin-bottom: 0;
+  -moz-margin-start: 1px;
+  -moz-margin-end: 2px;
+}
index 8c1a6aaf17dc5e12aaa1a57d64d3048f15412880..0e079cb997d2199b3b21320bdd0c069fe72b72bd 100644 (file)
@@ -38,10 +38,6 @@ notification[type="critical"] .messageImage {
   -moz-margin-start: 5px;
 }
 
-.messageButton {
-  margin: 0px 5px 0px 5px;
-}
-
 .messageCloseButton {
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
   padding: 4px 2px;
index eceb6ed126ccf8a654177577135787bf6b1fe951..41fc4cd73dc7a72b0f991383ef18804568c5fd02 100644 (file)
@@ -54,9 +54,24 @@ html|*.numberbox-input {
 .numberbox-input-box {
   -moz-box-align: center;
   cursor: text;
-  margin-right: -1px;
   border: 1px inset #CCD0DD;
+  border-right-width: 0px;
   padding: 1px;
   background-color: #FFFFFF;
   color: #000000;
 }
+
+textbox[type="number"] > spinbuttons {
+  border: 1px inset #CCD0DD;
+  border-left-width: 0px;
+}
+
+textbox[type="number"][focused="true"] > .numberbox-input-box,
+textbox[type="number"][focused="true"] > spinbuttons {
+  border-color: #6699CC;
+}
+
+textbox[type="number"][disabled="true"] > .numberbox-input-box,
+textbox[type="number"][disabled="true"] > spinbuttons {
+  border-color: #666699;
+}
index 00233295dee846ed690026942815ed765eec0980..1661efb5c5b21a13bec2c001dc28271c12186e66 100644 (file)
@@ -61,12 +61,6 @@ tooltip {
   max-width: 40em;
 }
 
-.tooltip-label {
-  border: 0px;
-  padding: 0px;
-  margin: 0px !important;
-}
-
 tooltip[titletip="true"] {
   /* See bug 32157 comment 128
    * margin: -2px 0px 0px -3px;
index dd46d0bec4483623088d47d613bce5f5998a6c54..706410fb5aa8fc6cf622733933c9ab287c4f6a12 100644 (file)
@@ -202,7 +202,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
 
   html|div scrollbarbutton,
   html|div scrollbarbutton[active="true"] {
-    background: -moz-Dialog no-repeat 0px 1px;
+    background: -moz-Dialog no-repeat 50% 50%;
     min-width: 16px;
     min-height: 16px;
   }
@@ -212,7 +212,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
     -moz-border-right-colors: ThreeDShadow -moz-Dialog;
     -moz-border-bottom-colors: ThreeDShadow -moz-Dialog;
     -moz-border-left-colors: ThreeDShadow -moz-Dialog;
-    background-position: 1px 2px;
+    background-position: 60% 60%;
   }
 
   /* ..... increment .... */
index dc36d195a578ac17af6a5a591c409849c69a095d..2354176ccf43839fb8785ded22a09587b65cb5e2 100644 (file)
@@ -43,8 +43,8 @@ spinbuttons {
 }
 
 .spinbuttons-button {
-  min-width: 1px;
-  min-height: 1px;
+  min-width: 9px;
+  min-height: 9px;
   margin: 0 !important;
   border: 1px outset #CCD0DD;
   background-color: #CCD0DD;
index 9f425592683f1cc84342907403ba58fca0bfa7f7..10d5aba47e6fd04f405ec03dd685b2b7d837a8cf 100644 (file)
@@ -48,7 +48,8 @@ textbox {
   cursor: text;
   margin: 2px 3px;
   border: 1px inset #CCD0DD;
-  padding: 1px 0px 1px 2px;
+  padding: 1px 0px;
+  -moz-padding-start: 2px;
   background-color: #FFFFFF;
   color: #000000;
   min-height: 19px;
@@ -105,7 +106,7 @@ textbox.plain {
   margin: 0px !important;
   border: none !important;
   outline: none !important;
-  background-color: inherit !important;
+  background-color: transparent;
   color: inherit !important;
   min-height: 0px;
 }
index 8315937c04e0158ce1d69c7ecbdd01b44a728454..f96cd99c4ee0872ee986356227a0eda27b3c05dd 100644 (file)
@@ -77,11 +77,11 @@ wizard[branded="true"] .wizard-header-icon {
   margin: 10px;
 }
 
-.wizard-button[wizardbutton="finish"],
-.wizard-button[wizardbutton="next"] {
-  -moz-margin-start: -1px !important;
+.wizard-button[dlgtype="finish"],
+.wizard-button[dlgtype="next"] {
+  -moz-margin-start: 0px !important;
 }
 
-.wizard-button[wizardbutton="back"] {
+.wizard-button[dlgtype="back"] {
   -moz-margin-end: 0px !important;
 }
diff --git a/EarlyBlue/messenger-newsblog/feed-subscriptions.css b/EarlyBlue/messenger-newsblog/feed-subscriptions.css
new file mode 100644 (file)
index 0000000..29d0098
--- /dev/null
@@ -0,0 +1,66 @@
+/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
+ * ***** BEGIN LICENSE BLOCK *****
+ * 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 Thunderbird RSS Subscription CSS
+ *
+ * The Initial Developer of the Original Code is
+ * The Mozilla Foundation.
+ * Portions created by the Initial Developer are Copyright (C) 2005
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Scott MacGregor <mscott@mozilla.org>
+ *
+ * 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 ****** */
+
+/* ::::: Feed Subscription UI icons :::::: */
+
+#contentPane {
+  padding: 14px;
+}
+
+#subscriptionChildren::-moz-tree-image(folderNameCol) {
+  margin-right: 2px;
+  list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png");
+}
+
+#subscriptionChildren::-moz-tree-image(folderNameCol, container) {
+  list-style-image: url("chrome://messenger/skin/icons/folder-closed.png");
+}
+
+#subscriptionChildren::-moz-tree-image(folderNameCol, container, open) {
+  list-style-image: url("chrome://messenger/skin/icons/folder-open.png");
+}
+
+#rssFeedInfoBox {
+  border: 1px solid #666699;
+  margin: 4px;
+  padding: 0px;
+}
+
+#backgroundBox {
+  background-color: #DDDDDD;
+}