update both themes for suite default theme changes up to 2010-06-19
authorRobert Kaiser <robert@notebook.(none)>
Sun, 4 Jul 2010 19:20:10 +0000 (21:20 +0200)
committerRobert Kaiser <robert@notebook.(none)>
Sun, 4 Jul 2010 19:20:10 +0000 (21:20 +0200)
14 files changed:
EarlyBlue/communicator/viewSourceOverlay.css [new file with mode: 0644]
EarlyBlue/global/findBar.css
EarlyBlue/global/icons/find.png [new file with mode: 0644]
EarlyBlue/global/icons/wrap.png [new file with mode: 0644]
EarlyBlue/messenger/addressbook/cardDialog.css
EarlyBlue/messenger/mailWindow1.css
EarlyBlue/messenger/primaryToolbar.css
LCARStrek/communicator/viewSourceOverlay.css [new file with mode: 0644]
LCARStrek/global/findBar.css
LCARStrek/global/icons/find.png [new file with mode: 0644]
LCARStrek/global/icons/wrap.png [new file with mode: 0644]
LCARStrek/messenger/addressbook/cardDialog.css
LCARStrek/messenger/mailWindow1.css
LCARStrek/messenger/primaryToolbar.css

diff --git a/EarlyBlue/communicator/viewSourceOverlay.css b/EarlyBlue/communicator/viewSourceOverlay.css
new file mode 100644 (file)
index 0000000..30ac736
--- /dev/null
@@ -0,0 +1,47 @@
+/* ***** 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 SeaMonkey internet suite code.
+ *
+ * The Initial Developer of the Original Code is
+ * Mozilla Foundation.
+ * Portions created by the Initial Developer are Copyright (C) 2010
+ * 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 ***** */
+
+/* make findbar appear above content */
+#appcontent {
+  -moz-box-direction: reverse;
+}
+
+/* style findbar for being on top */
+#FindToolbar {
+  border-bottom: 1px solid #666699;
+  border-top: 1px solid transparent;
+}
index de6783c71da44596c4c9dfc4c60e49184f7d9a8c..4090c12e57d6c75b5c44121c7c3334d74af27088 100644 (file)
@@ -13,28 +13,22 @@ findbar {
 /* find-next button */
 
 .findbar-find-next {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -moz-image-region: rect(0px 16px 16px 0px);
-  */
 }
 
 /* find-previous button */
 
 .findbar-find-previous {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -moz-image-region: rect(0px 32px 16px 16px);
-  */
 }
 
 /* highlight button */
 
 .findbar-highlight {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -moz-image-region: rect(0px 48px 16px 32px);
-  */
 }
 
 .find-status-icon {
@@ -54,9 +48,7 @@ findbar {
 }
 
 .find-status-icon[status="notfound"] {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/notfound.png");
-  */
 }
 
 .findbar-textbox[status="notfound"] {
@@ -70,7 +62,5 @@ findbar {
 }
 
 .find-status-icon[status="wrapped"] {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/wrap.png");
-  */
 }
diff --git a/EarlyBlue/global/icons/find.png b/EarlyBlue/global/icons/find.png
new file mode 100644 (file)
index 0000000..3cc1e57
Binary files /dev/null and b/EarlyBlue/global/icons/find.png differ
diff --git a/EarlyBlue/global/icons/wrap.png b/EarlyBlue/global/icons/wrap.png
new file mode 100644 (file)
index 0000000..0bfad48
Binary files /dev/null and b/EarlyBlue/global/icons/wrap.png differ
index ed661dc315832ad3e33cdb0f095ae8051482d901..285e542faac8cfb069e8ff425240cbbc9e3779ce 100644 (file)
   width: 42ch;
 }
 
+.CardEditLabel {
+  text-align: end;
+}
+
 .PhoneEditWidth {
   width: 24ch;
 }
index d8d8b8e79bf3982aaf71fde2a03dbdcec042a4c8..6027feff262db87b5e2b91f281279629b07ffda4 100644 (file)
   height: 0px;
 }
 
-/* XXX bug 313731 buttons are taller than menulists */
-
-#msgLocationToolbar > #searchBox[collapsed="true"] {
-  visibility: hidden;
-}
-
 #locationIcon {
   list-style-image: none;
 }
 
-#locationFolders {
-  width: 20em;
-}
-
 /* ..... folder pane adjustments ..... */
 
 .folderview-cycler > .toolbarbutton-text {
index 9376bc6649634c9d1863e35486c7029f99f8c4b4..e05e132b8ad209be8c451ef88ae92b856adc7f9e 100644 (file)
@@ -173,6 +173,27 @@ toolbarpaletteitem > #button-delete {
   -moz-image-region: rect(252px 50px 273px 25px);
 }
 
+#locationFolders {
+  width: 22em;
+}
+
+toolbarpaletteitem[place="palette"] > #folder-location-container > #locationFolders {
+  max-width: 11em;
+}
+
+toolbarpaletteitem[place="palette"] > #search-container > #searchInput {
+  max-width: 11em;
+}
+
+toolbarpaletteitem[place="palette"] > #mailviews-container > #viewPicker {
+  max-width: 11em;
+}
+
+#viewPickerPopup > menuitem > .menu-iconic-left,
+#viewPickerPopup > menu > menupopup > menuitem > .menu-iconic-left {
+  display: -moz-box !important;
+}
+
 /* ::::: small primary toolbar buttons ::::: */
 
 toolbar[iconsize="small"] > #button-getmsg,
diff --git a/LCARStrek/communicator/viewSourceOverlay.css b/LCARStrek/communicator/viewSourceOverlay.css
new file mode 100644 (file)
index 0000000..f45e226
--- /dev/null
@@ -0,0 +1,47 @@
+/* ***** 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 SeaMonkey internet suite code.
+ *
+ * The Initial Developer of the Original Code is
+ * Mozilla Foundation.
+ * Portions created by the Initial Developer are Copyright (C) 2010
+ * 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 ***** */
+
+/* make findbar appear above content */
+#appcontent {
+  -moz-box-direction: reverse;
+}
+
+/* style findbar for being on top */
+#FindToolbar {
+  border-top: none;
+  border-bottom: 3px solid #000000;
+}
index c7f3cf64cdbf9571d6cfd7ace55f01673edaabb6..72174e9bc2843b253882fe91235c9bd15a6bb16c 100644 (file)
@@ -5,7 +5,7 @@
 }
 
 findbar {
-  border-top: 1px solid #666699;
+  border-top: 1px solid #000000;
   border-bottom: 1px solid transparent;
   min-width: 1px;
 }
@@ -13,28 +13,22 @@ findbar {
 /* find-next button */
 
 .findbar-find-next {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -moz-image-region: rect(0px 16px 16px 0px);
-  */
 }
 
 /* find-previous button */
 
 .findbar-find-previous {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -moz-image-region: rect(0px 32px 16px 16px);
-  */
 }
 
 /* highlight button */
 
 .findbar-highlight {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/find.png");
   -moz-image-region: rect(0px 48px 16px 32px);
-  */
 }
 
 .find-status-icon {
@@ -54,9 +48,7 @@ findbar {
 }
 
 .find-status-icon[status="notfound"] {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/notfound.png");
-  */
 }
 
 .findbar-textbox[status="notfound"] {
@@ -70,7 +62,5 @@ findbar {
 }
 
 .find-status-icon[status="wrapped"] {
-  /* XXX: look into this when we support FF
   list-style-image: url("chrome://global/skin/icons/wrap.png");
-  */
 }
diff --git a/LCARStrek/global/icons/find.png b/LCARStrek/global/icons/find.png
new file mode 100644 (file)
index 0000000..f0c7bed
Binary files /dev/null and b/LCARStrek/global/icons/find.png differ
diff --git a/LCARStrek/global/icons/wrap.png b/LCARStrek/global/icons/wrap.png
new file mode 100644 (file)
index 0000000..de4f35f
Binary files /dev/null and b/LCARStrek/global/icons/wrap.png differ
index ed661dc315832ad3e33cdb0f095ae8051482d901..285e542faac8cfb069e8ff425240cbbc9e3779ce 100644 (file)
   width: 42ch;
 }
 
+.CardEditLabel {
+  text-align: end;
+}
+
 .PhoneEditWidth {
   width: 24ch;
 }
index 757f1dd9b127dae31df225230b287ed7722f55ec..8a617965874879dd3e45db8b5ae1bd20a777be7b 100644 (file)
   border: none;
 }
 
-/* XXX bug 313731 buttons are taller than menulists */
-
-#msgLocationToolbar > #searchBox[collapsed="true"] {
-  visibility: hidden;
-}
-
 #locationIcon {
   list-style-image: none;
 }
 
-#locationFolders {
-  width: 20em;
-}
-
 /* ..... folder pane adjustments ..... */
 
 .folderview-cycler > .toolbarbutton-text {
index adc88b32a0710eea6d8a24e3ab1cbf23833f8902..753cfb69ce88ee73539a8d17bbcc55628c8bb011 100644 (file)
@@ -253,6 +253,27 @@ toolbarpaletteitem > #button-delete {
   -moz-image-region: rect(252px 75px 273px 50px);
 }
 
+#locationFolders {
+  width: 22em;
+}
+
+toolbarpaletteitem[place="palette"] > #folder-location-container > #locationFolders {
+  max-width: 11em;
+}
+
+toolbarpaletteitem[place="palette"] > #search-container > #searchInput {
+  max-width: 11em;
+}
+
+toolbarpaletteitem[place="palette"] > #mailviews-container > #viewPicker {
+  max-width: 11em;
+}
+
+#viewPickerPopup > menuitem > .menu-iconic-left,
+#viewPickerPopup > menu > menupopup > menuitem > .menu-iconic-left {
+  display: -moz-box !important;
+}
+
 /* ::::: small primary toolbar buttons ::::: */
 
 toolbar[iconsize="small"] > #button-getmsg,