suite default theme changes on trunk from 1.9.1 branch point up to 2010-02-21
authorRobert Kaiser <robert@notebook.(none)>
Sun, 21 Feb 2010 22:10:15 +0000 (23:10 +0100)
committerRobert Kaiser <robert@notebook.(none)>
Sun, 21 Feb 2010 22:10:15 +0000 (23:10 +0100)
14 files changed:
EarlyBlue/communicator/brand.css
EarlyBlue/communicator/certError.css
EarlyBlue/communicator/fullscreen-video.css [new file with mode: 0644]
EarlyBlue/communicator/icons/closeFullScreenVideo.png [new file with mode: 0644]
EarlyBlue/global/datetimepicker.css
EarlyBlue/global/numberbox.css
EarlyBlue/messenger/searchDialog.css
LCARStrek/communicator/brand.css
LCARStrek/communicator/certError.css
LCARStrek/communicator/fullscreen-video.css [new file with mode: 0644]
LCARStrek/communicator/icons/closeFullScreenVideo.png [new file with mode: 0644]
LCARStrek/global/datetimepicker.css
LCARStrek/global/numberbox.css
LCARStrek/messenger/searchDialog.css

index a5e2bac347b57850ecb84e110f939e29e631aaec..281f7231e0b5ec0a4b64462a04688db21ae380bc 100644 (file)
@@ -37,6 +37,7 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+#wrapper-throbber-box > #throbber-box > #navigator-throbber,
 #navigator-throbber {
   -moz-binding: url("chrome://global/content/bindings/button.xml#button-image");
   -moz-user-focus: ignore;
@@ -63,6 +64,8 @@
 }
 
 window[chromehidden~="toolbar"] #navigator-throbber,
+toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
+toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
 toolbar[mode="text"] #navigator-throbber,
 toolbar[mode="icons"] #navigator-throbber,
 toolbar[iconsize="small"] #navigator-throbber {
index b573e1984a2fe732db8211e5a2c88d284b3ca553..f8a31a316c73a2fd472fa2ad19362d886d87c7ca 100644 (file)
@@ -14,7 +14,7 @@
  * The Original Code is mozilla.org code.
  *
  * The Initial Developer of the Original Code is
- * Mozilla Corporation.
+ *   the Mozilla Foundation.
  * Portions created by the Initial Developer are Copyright (C) 2008
  * the Initial Developer. All Rights Reserved.
  *
diff --git a/EarlyBlue/communicator/fullscreen-video.css b/EarlyBlue/communicator/fullscreen-video.css
new file mode 100644 (file)
index 0000000..b84c7e3
--- /dev/null
@@ -0,0 +1,29 @@
+html,
+body,
+video {
+  height: 100%;
+}
+
+html {
+  background-color: #CCC0DD;
+}
+
+body {
+  margin: 0px;
+  overflow: -moz-hidden-unscrollable;
+  visibility: hidden;
+}
+
+video {
+  width: 100%;
+  max-height: 100%;
+}
+
+div {
+  position: absolute;
+  top: 0px;
+  right: 0px;
+  width: 32px;
+  height: 32px;
+  background: url("chrome://communicator/skin/icons/closeFullScreenVideo.png") center center no-repeat;
+}
diff --git a/EarlyBlue/communicator/icons/closeFullScreenVideo.png b/EarlyBlue/communicator/icons/closeFullScreenVideo.png
new file mode 100644 (file)
index 0000000..7339cd6
Binary files /dev/null and b/EarlyBlue/communicator/icons/closeFullScreenVideo.png differ
index 67cb43b365db6faf973f2d299e20d97487b2b7ae..23d93c0252113b176ebdcffde3ad0f6b4f1696c9 100644 (file)
@@ -13,7 +13,8 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is the Mozilla Corporation
+ * The Initial Developer of the Original Code is
+ *   the Mozilla Foundation
  * Portions created by the Initial Developer are Copyright (C) 2006
  * the Initial Developer. All Rights Reserved.
  *
index 41fc4cd73dc7a72b0f991383ef18804568c5fd02..de3a017bb1a8efaaa4b148e0df0eb3ae8a73c81b 100644 (file)
@@ -13,7 +13,8 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is the Mozilla Corporation
+ * The Initial Developer of the Original Code is
+ *   the Mozilla Foundation
  * Portions created by the Initial Developer are Copyright (C) 2006
  * the Initial Developer. All Rights Reserved.
  *
index c2e167a6577e8cecb10676cf6512053cde27006f..300e5750c30c4a4cdc3edb7af8a2453c03233dea 100644 (file)
   height: 100px;
 }
 
-.search-menulist[unavailable="true"] {
+#searchAddressBookWindow,
+#searchMailWindow {
+  padding: 0px;
+}
+
+search-menulist[unavailable="true"] {
   color: #808080;
 }
 
index 882555152e1d0f41adc663e207fa0311ab885abc..9e8f2dc416d9b573864b00acfc145cd5ec0b1f7e 100644 (file)
@@ -41,6 +41,7 @@
   -moz-box-orient: vertical;
 }
 
+#wrapper-throbber-box > #throbber-box > #navigator-throbber,
 #navigator-throbber {
   -moz-binding: url("chrome://global/content/bindings/button.xml#button-image");
   -moz-user-focus: ignore;
@@ -59,6 +60,8 @@
 }
 
 window[chromehidden~="toolbar"] #navigator-throbber,
+toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
+toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
 toolbar[mode="text"] #navigator-throbber,
 toolbar[mode="icons"] #navigator-throbber,
 toolbar[iconsize="small"] #navigator-throbber {
index 49929b876967b3c859c4ab00f8c7503b7a318f38..d126e23f4def6a215da19bc887cff4ab94660280 100644 (file)
@@ -14,7 +14,7 @@
  * The Original Code is mozilla.org code.
  *
  * The Initial Developer of the Original Code is
- * Mozilla Corporation.
+ *   the Mozilla Foundation.
  * Portions created by the Initial Developer are Copyright (C) 2008
  * the Initial Developer. All Rights Reserved.
  *
diff --git a/LCARStrek/communicator/fullscreen-video.css b/LCARStrek/communicator/fullscreen-video.css
new file mode 100644 (file)
index 0000000..a537480
--- /dev/null
@@ -0,0 +1,29 @@
+html,
+body,
+video {
+  height: 100%;
+}
+
+html {
+  background-color: #000000;
+}
+
+body {
+  margin: 0px;
+  overflow: -moz-hidden-unscrollable;
+  visibility: hidden;
+}
+
+video {
+  width: 100%;
+  max-height: 100%;
+}
+
+div {
+  position: absolute;
+  top: 0px;
+  right: 0px;
+  width: 32px;
+  height: 32px;
+  background: url("chrome://communicator/skin/icons/closeFullScreenVideo.png") center center no-repeat;
+}
diff --git a/LCARStrek/communicator/icons/closeFullScreenVideo.png b/LCARStrek/communicator/icons/closeFullScreenVideo.png
new file mode 100644 (file)
index 0000000..8fc3094
Binary files /dev/null and b/LCARStrek/communicator/icons/closeFullScreenVideo.png differ
index 76bd1dcb1b82e5cf11fdd412e566d4a55de9abeb..165cc0fadb5c9eef1f67ac9f3592d8450ee696a6 100644 (file)
@@ -13,7 +13,8 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is the Mozilla Corporation
+ * The Initial Developer of the Original Code is
+ *   the Mozilla Foundation
  * Portions created by the Initial Developer are Copyright (C) 2006
  * the Initial Developer. All Rights Reserved.
  *
index 3a1a2c2ec1e1dcf759be79013f6ec13a9489a793..d33cc80fe915e32ab90d4ed02c1b29738c9b0a36 100644 (file)
@@ -13,7 +13,8 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is the Mozilla Corporation
+ * The Initial Developer of the Original Code is
+ *   the Mozilla Foundation
  * Portions created by the Initial Developer are Copyright (C) 2006
  * the Initial Developer. All Rights Reserved.
  *
index eafd10548d56ce5035ca75703eb57f3b9adf61a2..9690bc10d1166fd9a40925b255e31b85818e6322 100644 (file)
   height: 100px;
 }
 
+#searchAddressBookWindow,
+#searchMailWindow {
+  padding: 0px;
+}
+
 .search-menulist[unavailable="true"] {
   color: #8050B0;
 }