@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;
}
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 {
* 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.
*
--- /dev/null
+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;
+}
*
* 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.
*
*
* 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.
*
height: 100px;
}
-.search-menulist[unavailable="true"] {
+#searchAddressBookWindow,
+#searchMailWindow {
+ padding: 0px;
+}
+
+search-menulist[unavailable="true"] {
color: #808080;
}
-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;
}
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 {
* 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.
*
--- /dev/null
+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;
+}
*
* 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.
*
*
* 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.
*
height: 100px;
}
+#searchAddressBookWindow,
+#searchMailWindow {
+ padding: 0px;
+}
+
.search-menulist[unavailable="true"] {
color: #8050B0;
}