* ***** END LICENSE BLOCK ***** */
/* ===== button.css =====================================================
- == Styles used by the XUL button element.
+ == Styles used by the XUL (and XHTML in netError.xhtml) button element.
======================================================================= */
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
/* :::::::::: button :::::::::: */
button {
button[type="disclosure"][open="true"] {
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}
+
+/* ::::: xhtml buttons ::::: */
+
+button::-moz-focus-inner {
+ padding: 0px;
+ border: 0px none;
+}
* Henrik Skupin <mozilla@hskupin.info>
*/
+@import url("chrome://global/skin/button.css");
+
html {
background: #CCD0DD;
}
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.1a3pre</em:minVersion>
- <em:maxVersion>2.1a3pre</em:maxVersion>
+ <em:maxVersion>2.1b1pre</em:maxVersion>
</Description>
</em:targetApplication>
#collapsedHeaderView,
#expandedHeaderView {
min-width: 1px;
+ border-bottom: 1px solid #9999CC;
}
/* ::::: msg header buttons ::::: */
/* ::::: msg header captions ::::: */
-#msgHeaderView {
- border-left: none;
- border-right: none;
+#expandedHeaders {
+ padding-bottom: 2px;
}
-#collapsedHeaderView,
-#expandedHeaderView {
- border-bottom: 1px solid #9999CC;
- min-width: 1px;
+mail-headerfield,
+mail-toggle-headerfield,
+mail-emailheaderfield,
+mail-multi-emailHeaderField,
+mail-messageids-headerfield,
+mail-tagfield,
+mail-urlfield {
+ padding-top: 2px;
}
.headerNameBox {
.headerName {
margin: 0;
-moz-margin-end: .25em;
- min-height: 16px;
font-weight: bold;
text-align: right;
}
.headerValue {
- margin: 0 0 3px;
+ margin: 0;
min-width: 50px;
white-space: normal;
color: inherit;
background-color: transparent;
}
-.headerValueBox {
- margin: 0 0 3px;
-}
-
-.headerValueBox > .headerValue {
- margin: 0;
-}
-
.headerValueBox[singleline="true"] {
overflow: hidden;
}
/* ::::: collapsed view styles ::::: */
+#collapsedHeaderView {
+ padding-top: 1px;
+}
+
#collapsedAttachmentBox {
-moz-box-pack: center;
}
}
.collapsedHeaderDisplayName {
- margin-top: 2px;
- margin-bottom: 2px;
+ padding: 0;
-moz-margin-start: .55em;
-moz-margin-end: .5em;
- min-height: 16px;
font-weight: bold;
}
-.collapsedHeaderValue {
+.collapsedHeaderValue,
+#collapsedfromValue {
background: transparent;
- margin: 0;
+ padding: 0;
}
.collapsedAttachmentButton {
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
+ margin: 0;
-moz-margin-end: .5em;
}
* ***** END LICENSE BLOCK ***** */
/* ===== button.css =====================================================
- == Styles used by the XUL button element.
+ == Styles used by the XUL (and XHTML in netError.xhtml) button element.
======================================================================= */
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
/* :::::::::: button :::::::::: */
button {
button[type="disclosure"][open="true"] {
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}
+
+/* ::::: xhtml buttons ::::: */
+
+button::-moz-focus-inner {
+ padding: 0px;
+ border: 0px none;
+}
* Henrik Skupin <mozilla@hskupin.info>
*/
+@import url("chrome://global/skin/button.css");
+
html {
background: #000000;
}
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.1a3pre</em:minVersion>
- <em:maxVersion>2.1a3pre</em:maxVersion>
+ <em:maxVersion>2.1b1pre</em:maxVersion>
</Description>
</em:targetApplication>
/* ::::: msg header captions ::::: */
-#msgHeaderView {
- border-left: none;
- border-right: none;
+#expandedHeaders {
+ padding-bottom: 2px;
}
-#collapsedHeaderView,
-#expandedHeaderView {
- border-left: none;
- border-right: none;
-/* border-bottom: 1px solid #9999CC; */
- min-width: 1px;
- }
+mail-headerfield,
+mail-toggle-headerfield,
+mail-emailheaderfield,
+mail-multi-emailHeaderField,
+mail-messageids-headerfield,
+mail-tagfield,
+mail-urlfield {
+ padding-top: 2px;
+}
.headerNameBox {
width: 7.7em;
.headerName {
margin: 0;
-moz-margin-end: .25em;
- min-height: 16px;
font-weight: bold;
text-align: right;
}
.headerValue {
- margin: 0 0 3px;
+ margin: 0;
min-width: 50px;
white-space: normal;
color: inherit;
background-color: transparent;
}
-.headerValueBox {
- margin: 0 0 3px;
-}
-
-.headerValueBox > .headerValue {
- margin: 0;
-}
-
.headerValueBox[singleline="true"] {
overflow: hidden;
}
/* ::::: collapsed view styles ::::: */
+#collapsedHeaderView {
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
#collapsedAttachmentBox {
-moz-box-pack: center;
}
}
.collapsedHeaderDisplayName {
- margin-top: 2px;
- margin-bottom: 2px;
+ margin: 0;
-moz-margin-start: .55em;
-moz-margin-end: .5em;
- min-height: 12px;
font-weight: bold;
}
.collapsedHeaderValue,
#collapsedfromValue {
background: transparent;
- margin: 2px 0px !important;
+ padding: 0;
}
.collapsedAttachmentButton {
list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
+ margin: 0;
-moz-margin-end: .5em;
- margin-top: 1px;
}