76b414d249c60999ed60a77963e4b43d581e3cb6
[themes.git] / EarlyBlue / messenger / skin / messengercompose / messengercompose.css
1 @import url(chrome://messenger/skin/messenger.css);
2
3 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
4 @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
5
6 /* addressing widget */
7 #addressingWidgetTree
8   {
9     height                : 80px;
10     width                 : 0px;
11     -moz-user-focus       : none;
12   }  
13   
14 #addressingWidgetTree > .tree-container-treerows
15   {
16     border-left: none;
17   }
18
19 #listcol-addressingWidget 
20   {
21     width                 : 9em;
22     border-right          : 1px solid #CCD0DD;
23   }
24   
25 #addressingWidgetTree > treechildren > treeitem > treerow,
26 #addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
27   border                  : none;
28   background-color        : inherit;
29   color                   : inherit;
30 }
31
32 .treecell-addressingWidget
33   {
34     -moz-box-align        : center;
35     border-bottom         : 1px solid #CCD0DD;
36     padding               : 0px !important;
37   }
38   
39 .treecell-addressingWidget:first-child 
40   {
41     border-bottom         : none;
42   }
43
44 .dummy-row-cell:first-child
45   {
46     border-bottom         : 1px solid #CCD0DD;
47   }
48
49 .person-icon 
50   {
51     list-style-image      : url("chrome://messenger/skin/addressbook/person.gif");
52     margin                : 0px 3px 0px 3px;
53   }
54
55 #button-send {
56         list-style-image:url("chrome://messenger/skin/messengercompose/send.gif");
57 }
58
59 #button-send[disabled="true"] {
60         list-style-image:url("chrome://messenger/skin/messengercompose/send_dis.gif");
61 }
62
63 #button-address {
64         list-style-image:url("chrome://messenger/skin/messengercompose/address.gif");
65 }
66
67 #button-address[disabled="true"] {
68         list-style-image:url("chrome://messenger/skin/messengercompose/address_dis.gif");
69 }
70
71 #button-attach {
72         list-style-image:url("chrome://messenger/skin/messengercompose/attach.gif");
73 }
74
75 #button-attach[disabled="true"] {
76         list-style-image:url("chrome://messenger/skin/messengercompose/attach_dis.gif");
77 }
78
79 #button-quote {
80         list-style-image:url("chrome://messenger/skin/messengercompose/quote.gif");
81 }
82
83 #button-quote[disabled="true"] {
84         list-style-image:url("chrome://messenger/skin/messengercompose/quote_dis.gif");
85 }
86
87 #button-spelling {
88         list-style-image:url("chrome://messenger/skin/messengercompose/spelling.gif");
89 }
90
91 #button-spelling[disabled="true"] {
92         list-style-image:url("chrome://messenger/skin/messengercompose/spelling_dis.gif");
93 }
94
95 #button-save {
96         list-style-image:url("chrome://messenger/skin/messengercompose/save.gif");
97 }
98
99 #button-save[disabled="true"] {
100         list-style-image:url("chrome://messenger/skin/messengercompose/save_dis.gif");
101 }
102
103 #button-stop {
104         list-style-image:url("chrome://global/skin/stop.gif");
105 }
106
107 #button-stop[disabled="true"] {
108         list-style-image:url("chrome://global/skin/stop_dis.gif");
109 }
110
111
112 #compose-toolbar-sizer
113   {
114     height                : 3px;
115     margin-top            : 0px;
116     border-top            : none;
117   }    
118
119 #content-frame
120   {
121     border                : 1px inset #CCD0DD;
122   }
123
124 #msgIdentity, #addressingWidgetTree, #msgSubject
125   {
126     margin-right          : 3px;
127   }  
128
129 #attachmentbucket-sizer
130   {
131     width                 : 5px;
132   }
133   
134 #attachmentBucket {
135   margin-left           : 3px;
136   -moz-user-focus: normal !important;
137 }
138
139 #attachmentBucketText
140   {
141     margin-left           : 3px;
142     -moz-user-focus       : none;
143   }
144
145 /* askSendFormat dialog */
146
147 #askSendFormat {
148         width: 40em;
149 }
150
151 #askImageBox {
152         -moz-box-align: start;
153 }
154
155 #convertYes {
156         list-style-image:url("chrome://global/skin/question-icon.gif");
157 }
158
159 #convertAltering {
160         list-style-image:url("chrome://global/skin/question-icon.gif");
161 }
162
163 #convertNo {
164         list-style-image:url("chrome://global/skin/alert-icon.gif");
165 }