@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+resizer {
+ background-color: #CCD0DD;
+}
+
resizer[dir="top"],
resizer[dir="bottom"] {
cursor: ns-resize;
resizer[dir="bottomright"]:-moz-locale-dir(ltr),
resizer[dir="bottomend"] {
- /* -moz-appearance: resizer; */
+ background-image: url("chrome://global/skin/icons/resizer.png");
+ background-position: bottom right;
+ width: 15px;
+ height: 15px;
}
cursor: default;
}
+.submitStatus div {
+ min-height: 19px; /* height of biggest line (with throbber) */
+}
+
.msgBottomLinks {
padding-left: 2px;
padding-right: 2px;
}
-.msgBottomLinks div {
- text-align: right;
- margin-right: 4px;
- margin-bottom: -19px;
- min-height: 19px; /* height of biggest line (with throbber) */
-}
-
.helpIcon {
float: left;
display: inline-block;
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+resizer {
+ background-color: #000000;
+}
+
resizer[dir="top"],
resizer[dir="bottom"] {
cursor: ns-resize;
resizer[dir="bottomright"]:-moz-locale-dir(ltr),
resizer[dir="bottomend"] {
- /* -moz-appearance: resizer; */
+ background-image: url("chrome://global/skin/icons/resizer.png");
+ background-position: bottom right;
+ width: 15px;
+ height: 15px;
}
cursor: default;
}
+.submitStatus div {
+ min-height: 19px; /* height of biggest line (with throbber) */
+}
+
.msgBottomLinks {
padding-left: 2px;
padding-right: 2px;
}
-.msgBottomLinks div {
- text-align: right;
- margin-right: 4px;
- margin-bottom: -19px;
- min-height: 19px; /* height of biggest line (with throbber) */
-}
-
.helpIcon {
float: left;
display: inline-block;