min-height: 50px;
}
-.alertImageBox {
- margin-left: 4px;
- margin-right: 6px;
+.alertBox[orient="horizontal"] > .alertImageBox {
+ -moz-margin-start: 4px;
+ -moz-margin-end: 6px;
min-height: 46px;
}
+.alertBox[orient="vertical"] > .alertImageBox {
+ margin-top: 6px;
+ margin-bottom: 4px;
+ min-width: 46px;
+}
+
.alertTitle {
font-weight: bold;
}
.alertText {
- margin-right: 6px;
+ -moz-margin-end: 6px;
}
.alertText[clickable="true"] {
color: #424F63;
}
-.alertTextBox {
- padding-right: 10px;
+.alertBox[orient="horizontal"] > .alertTextBox {
+ -moz-padding-start: 10px;
padding-top: 5px;
}
+
+.alertBox[orient="vertical"] > .alertTextBox {
+ -moz-padding-start: 5px;
+ -moz-padding-end: 5px;
+ margin-bottom: 8px;
+ -moz-box-align: center; /* also hard-coded in alert.js, see bug 311557 */
+}
border: 0px;
margin: -14px;
padding: 0px;
- background-image: url("chrome://communicator/skin/icons/autoscroll.gif");
+ background-image: url("chrome://communicator/skin/icons/autoscroll.png");
+ background-color: transparent;
+ -moz-appearance: none;
}
+
#autoscroller[scrolldir="NS"] {
- background-image: url("chrome://communicator/skin/icons/autoscroll-ns.gif");
+ background-position: left center;
}
+
#autoscroller[scrolldir="EW"] {
- background-image: url("chrome://communicator/skin/icons/autoscroll-ew.gif");
+ background-position: left bottom;
+}
+
+#autoscroller[transparent="true"] {
+ background-position: center top;
+}
+
+#autoscroller[transparent="true"][scrolldir="NS"] {
+ background-position: center center;
+}
+
+#autoscroller[transparent="true"][scrolldir="EW"] {
+ background-position: center bottom;
+}
+
+#autoscroller[translucent="true"] {
+ background-position: right top;
+}
+
+#autoscroller[translucent="true"][scrolldir="NS"] {
+ background-position: right center;
+}
+
+#autoscroller[translucent="true"][scrolldir="EW"] {
+ background-position: right bottom;
}
background-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
}
-/* suprise */
+/* surprise */
span.moz-smiley-s8 {
background-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif");
}
list-style-image: url("chrome://global/skin/menu/menu-check.gif");
}
-menuitem[checked="true"][disabled="true"] {
- list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif");
-}
-
menuitem[checked="true"][_moz-menuactive="true"] {
list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif");
}
+menuitem[checked="true"][disabled="true"] {
+ list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif");
+}
+
/* ::::: radio menuitem ::::: */
menuitem[checked="true"][type="radio"] {
list-style-image: url("chrome://global/skin/menu/menu-radio.gif");
}
-menuitem[checked="true"][type="radio"][disabled="true"] {
- list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif");
-}
-
menuitem[checked="true"][type="radio"][_moz-menuactive="true"] {
list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif");
}
+menuitem[checked="true"][type="radio"][disabled="true"] {
+ list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif");
+}
+
/* ::::: menuseparator ::::: */
menuseparator {
* 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 the Mozilla Corporation
* Portions created by the Initial Developer are Copyright (C) 2006
* the Initial Developer. All Rights Reserved.
list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-hover.gif");
}
-/* ...... scale in/decrement ..... */
-
-.up-arrow {
- list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
-}
-
-.up-arrow:hover {
- list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp-hover.gif");
-}
-
-.down-arrow {
- list-style-image: url("chrome://global/skin/arrow/arrow-down-sharp.gif");
-}
-
-.down-arrow:hover {
- list-style-image: url("chrome://global/skin/arrow/arrow-down-sharp-hover.gif");
-}
-
/* ..... orientation ..... */
.toolbar-portrait-page {
margin-left: 20px;
}
+.fccReplyFollowsParent {
+ margin-left: 20px;
+}
+
.selectForOfflineUseButton {
list-style-image: url("chrome://communicator/skin/icons/offline.gif");
}
list-style-image: url("chrome://messenger/skin/toolbar/remote-blocked.png");
padding: 3px;
}
+
+#allowRemoteContentForAuthorDesc {
+ padding-left: 10px;
+}
======================================================================= */
@import url("chrome://messenger/skin/mailWindow1.css");
+@import url("chrome://messenger/skin/folderPane.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");