{
}
+ .panelheader-text
+ {
+ margin : 0px;
+ }
<xul:image class="panelheader-grippy-icon" inherits="selected"/>
<xul:image class="panelheader-image" inherits="src"/>
<xul:vbox flex="1">
- <xul:text class="panelheader-icon" inherits="value=label" crop="right"/>
+ <xul:label class="panelheader-icon" inherits="value=label" crop="right"/>
</xul:vbox>
<xul:spacer flex="1"/>
</xul:hbox>
</xul:hbox>
</content>
</binding>
-</bindings>
\ No newline at end of file
+</bindings>
<content>
<xul:hbox class="panelheader-box-1" flex="1">
<xul:image class="panelheader-image" inherits="src"/>
- <xul:text class="panelheader-icon" inherits="value=label,crop"/>
+ <xul:label class="panelheader-icon" inherits="value=label,crop"/>
</xul:hbox>
</content>
</binding>
-</bindings>
\ No newline at end of file
+</bindings>
<content>
<xul:vbox flex="1" align="center">
<xul:image class="simplebutton-icon" inherits="src,disabled"/>
- <xul:text class="simplebutton-text" inherits="value=label,accesskey,crop,disabled"/>
+ <xul:label class="simplebutton-text" inherits="value=label,accesskey,crop,disabled"/>
</xul:vbox>
</content>
</binding>
-</bindings>
\ No newline at end of file
+</bindings>
<binding id="textdisabled" extends="xul:text">
<content>
<xul:stack>
- <xul:text class="text-bottom" inherits="value,accesskey,crop"/>
- <xul:text class="text-top" inherits="value,accesskey,crop"/>
+ <xul:label class="text-bottom" inherits="value,accesskey,crop"/>
+ <xul:label class="text-top" inherits="value,accesskey,crop"/>
</xul:stack>
</content>
</binding>
<xul:hbox flex="1" class="radio-internal-box" align="center">
<xul:hbox class="radio-checkmark-box-1" align="center" inherits="disabled">
<xul:hbox class="radio-checkmark-box-2" align="center" flex="1">
- <xul:image class="radio-check" inherits="checked,disabled"/>
+ <xul:image class="radio-check" inherits="selected,disabled"/>
</xul:hbox>
</xul:hbox>
<xul:hbox class="radio-text-container" flex="1" align="center">
<xul:image class="radio-icon" inherits="src,disabled"/>
- <xul:html class="radio-text" inherits="value=label,accesskey,crop,disabled" flex="1"/>
+ <xul:label class="radio-text" inherits="value=label,accesskey,crop,disabled" flex="1"/>
</xul:hbox>
</xul:hbox>
</content>
</xul:hbox>
</xul:hbox>
<xul:image class="checkbox-icon" inherits="src,disabled"/>
- <xul:html class="checkbox-text" inherits="value=label,accesskey,crop,disabled" flex="1"/>
+ <xul:label class="checkbox-text" inherits="value=label,accesskey,crop,disabled" flex="1"/>
</xul:hbox>
</content>
</binding>
<xul:image/>
</xul:vbox>
<xul:spacer class="menuitem-iconic-spacer"/>
- <xul:text class="menu-iconic-text" flex="1" align="left" inherits="value=label,accesskey,crop" crop="right"/>
- <xul:text class="menu-iconic-accel" inherits="value=acceltext"/>
+ <xul:label class="menu-iconic-text" flex="1" align="left" inherits="value=label,accesskey,crop" crop="right"/>
+ <xul:label class="menu-iconic-accel" inherits="value=acceltext"/>
</content>
</binding>
<xul:hbox class="largeheader-box" flex="1">
<xul:vbox class="largeheader-text-container">
<xul:spacer flex="1"/>
- <xul:text class="largeheader-header-text" inherits="value=title" crop="right"/>
- <xul:html class="largeheader-desc-text" inherits="value=description"/>
+ <xul:label class="largeheader-header-text" inherits="value=title" crop="right"/>
+ <xul:label class="largeheader-desc-text" inherits="value=description"/>
<xul:spacer flex="1"/>
</xul:vbox>
<xul:spacer flex="1"/>
<content>
<xul:hbox flex="1" align="center">
<xul:image class="toolbarbutton-left-icon" inherits="src,disabled"/>
- <xul:text class="toolbarbutton-left-text" inherits="value=label,crop"/>
+ <xul:label class="toolbarbutton-left-text" inherits="value=label,crop"/>
</xul:hbox>
</content>
</binding>
<content>
<xul:vbox flex="1" align="center">
<xul:image class="toolbarbutton-top-icon" inherits="src,disabled"/>
- <xul:text class="toolbarbutton-top-text" inherits="value=label,crop"/>
+ <xul:label class="toolbarbutton-top-text" inherits="value=label,crop"/>
</xul:vbox>
</content>
</binding>
<binding id="disabled-text" extends="xul:stack">
<content>
<xul:stack class="disabled-text-stack">
- <xul:text class="disabled-text-bottom"/>
- <xul:text class="disabled-text-top"/>
+ <xul:label class="disabled-text-bottom"/>
+ <xul:label class="disabled-text-top"/>
</xul:stack>
</content>
</binding>
</binding>
</bindings>
-
-
-
-/* colors */
-
-.color-dialog
- {
- background-color : #000000;
- color : #FF9F00;
- }
-
-.color-window
- {
- background-color : #000000;
- color : #FF9F00;
- }
-
/* inset areas */
.inset
{
}
/** text formatting rules **/
-/* label (with margins) */
- text.label
- {
- margin : 1px 5px 2px 6px;
- }
-
/** Reduced Margin for some UI **/
.small-margin
{
- margin : 1px 2px 1px 2px;
+/* margin : 1px 2px 1px 2px; */
}
- text[disabled="true"]
+ label[disabled="true"]
{
color : #8050B0;
}
- html, description
+ description
{
- margin : 1px 5px 4px 5px;
- cursor : default;
+/* margin : 1px 5px 4px 5px; */
}
label
{
- margin : 1px 5px 2px 6px;
- cursor : default;
+/* margin : 1px 5px 2px 6px; */
}
.header
}
*/
+ .caption-text
+ {
+ margin: 0px 2px 0px 1px !important;
+ }
caption
{
-moz-border-radius : 7px;
- margin : 0px 40px 2px 6px;
+ margin : 0px 6px 2px 6px;
padding : 0px 0px 0px 0px;
background-color : #9C9CFF;
color : #000000;
{
margin : 0px;
}
-
-
<xul:hbox class="menulist-internal-box" flex="1">
<xul:hbox class="menulist-display-box" flex="1" align="center">
<xul:image class="menulist-icon" inherits="src"/>
- <xul:text class="menulist-text" inherits="value=label,crop,accesskey" crop="right" flex="1"/>
+ <xul:label class="menulist-text" inherits="value=label,crop,accesskey" crop="right" flex="1"/>
</xul:hbox>
<xul:hbox class="menulist-dropmarker-box-1" inherits="open">
<xul:hbox class="menulist-dropmarker-box-2" flex="1" align="center" pack="center" inherits="open">
<xul:hbox class="menulist-compact-internal-box" flex="1" align="center">
<xul:image class="menulist-compact-dropmarker" inherits="disabled"/>
<xul:spacer flex="1"/>
- <xul:text class="menulist-compact-text" inherits="value=label,accesskey,crop,disabled" crop="right"/>
+ <xul:label class="menulist-compact-text" inherits="value=label,accesskey,crop,disabled" crop="right"/>
</xul:hbox>
<children includes="menupopup"/>
</content>
</binding>
-</bindings>
\ No newline at end of file
+</bindings>
outlinerbody:-moz-outliner-indentation {
width: 8px;
}
+
+.outlinercol-text {
+ margin: 0px;
+}
list-style-image : none;
}
- .radio-check[checked="true"]
+ .radio-check[selected="true"]
{
list-style-image : url(chrome://global/skin/check-radio.gif);
}
- .radio-check[checked="true"][disabled="true"]
+ .radio-check[selected="true"][disabled="true"]
{
list-style-image : url(chrome://global/skin/check-radio-disabled.gif);
}
}
/* bottom tabs */
-tabbox[orient="vertical"] > tabpanels {
+tabbox > tabpanels {
-moz-border-radius: 5px;
border: 1px solid #9C9CFF;
padding: 5px;
/* tabs-spacer ========================== */
/* top tabs */
-tabbox[orient="vertical"] > tabs > .tabs-spacer {
+tabbox > tabs > .tabs-spacer {
}
/* bottom tabs */
-tabbox[orient="vertical"] > tabpanels + tabs > .tabs-spacer {
+tabbox > tabpanels + tabs > .tabs-spacer {
}
/* left tabs */
tab:hover:active {
text-decoration: none;
}
-
**/
tree
{
+ -moz-border-radius : 5px;
background-color : #000000;
- border : none;
+ border : 1px solid #9C9CFF;
border-spacing : 0px;
+/* margin : 1px 3px 2px 3px; */
}
.tree-container-treerows[dragover="true"][dragdroptree="true"]
{
}
-tree.inset
- {
- -moz-border-radius : 5px;
- border : 1px solid #9C9CFF;
- margin : 1px 3px 2px 3px;
- }
-
treeitem[selected="true"] > treerow
{
background-color : #008484;
padding : 0px 4px 0px 4px;
}
+.treecell-header-text
+ {
+ margin : 0px;
+ }
+
.treecell-header-image-box
{
padding : 0px 1px 0px 1px;
{
margin-left : 0px;
}
-
-
-
-
#dirTree, #resultsTree {
border: none;
+ margin: 0px;
}
#resultsTree {
/* border-left: 1px solid ThreeDShadow; */
}
-
-
-
padding-right : 1px;
}
-mail-emailheaderfield > .headerBox > mail-emailaddress
- {
- padding-left : 0.5em;
- }
-
.buttonTopSpacer
{
height : 0.3em;
-moz-box-pack: end;
}
-.emailDisplayButton
+label.emailDisplayButton
{
color : #008484;
cursor : pointer;
padding-right : 1px;
}
-.emailDisplayButton:hover
+label.emailDisplayButton:hover
{
color : black;
background-color : #FFCF00;
list-style-image : url("chrome://global/skin/twisty-open-selected.gif");
}
-html.headerValue
- {
- white-space : normal;
- min-width : 50px;
- margin : 0px;
- }
-
-html.subjectvalue
- {
- font-weight : bold;
- }
-
-text.subjectvalue
+label.subjectvalue
{
font-weight : bold;
}
-text.headerdisplayname
+label.headerdisplayname
{
font-weight : bold;
margin-right : 0.5em;
min-height: 16px;
}
-text.headerValue
+label.headerValue
{
white-space : normal;
min-width : 50px;
width: 12em;
}
-text.collapsedHeaderDisplayName
+label.collapsedHeaderDisplayName
{
font-weight: bold;
margin-left: .7em;
@import url(chrome://navigator/skin/personalToolbar.css);
@import url(chrome://communicator/skin/sidebar/sidebar.css);
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
/********** resource bundle binding **********/
#resource_bundle_navigator
{
border-left : 1px solid ThreeDDarkShadow;
border-top : 1px solid ThreeDDarkShadow;
- border-right : 1px solid ThreeDFace;
border-bottom : 1px solid ThreeDFace;
}
#browser
{
border-left : 1px solid ThreeDShadow;
- border-right : 1px solid ThreeDHighlight;
}
*/
.autocomplete-outlinerbody:-moz-outliner-cell-text(comment)
{
- font-style : italic;
+/* font-style : italic; */
}
.autocomplete-history-button:hover