~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/themes/classic/messenger/messageHeader.css

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * The contents of this file are subject to the Netscape Public
 
3
 * License Version 1.1 (the "License"); you may not use this file
 
4
 * except in compliance with the License. You may obtain a copy of
 
5
 * the License at http://www.mozilla.org/NPL/
 
6
 *
 
7
 * Software distributed under the License is distributed on an "AS
 
8
 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
9
 * implied. See the License for the specific language governing
 
10
 * rights and limitations under the License.
 
11
 *
 
12
 * The Original Code is Mozilla Communicator client code, released
 
13
 * March 31, 1998.
 
14
 *
 
15
 * The Initial Developer of the Original Code is Netscape
 
16
 * Communications Corporation. Portions created by Netscape are
 
17
 * Copyright (C) 1998-1999 Netscape Communications Corporation. All
 
18
 * Rights Reserved.
 
19
 *
 
20
 * Contributor(s):
 
21
 *
 
22
 */
 
23
 
 
24
/* ===== messageHeader.css ==============================================
 
25
  == Styles for the header toolbars of a mail message.
 
26
  ======================================================================= */
 
27
 
 
28
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
29
 
 
30
/* ::::: msg header toolbars ::::: */
 
31
 
 
32
#collapsedHeaderView,
 
33
#expandedHeaderView {
 
34
  min-width: 1px;
 
35
}
 
36
 
 
37
/* ::::: msg header buttons ::::: */
 
38
 
 
39
#expandedAttachmentBox {
 
40
  width: 20em;
 
41
  height: 0;
 
42
  list-style-image: url("chrome://messenger/skin/icons/attach.gif");
 
43
}
 
44
 
 
45
#attachmentTree {
 
46
  margin: 3px 0;
 
47
  border: none;
 
48
  height: 0;
 
49
  width: 20em;
 
50
}
 
51
 
 
52
#attachmentText {
 
53
  font-weight: bold;
 
54
}
 
55
 
 
56
/* ::::: msg header captions ::::: */
 
57
 
 
58
#msgHeaderView {
 
59
  border-right: 1px solid ThreeDShadow;
 
60
  border-left: 1px solid ThreeDShadow;
 
61
}
 
62
 
 
63
#collapsedHeaderView,
 
64
#expandedHeaderView {
 
65
  border-bottom: 1px solid ThreeDDarkShadow;
 
66
  min-width: 1px;
 
67
}
 
68
 
 
69
.headerNameBox {
 
70
  width: 7.7em;
 
71
}
 
72
 
 
73
.headerName {
 
74
  margin: 0 .5em 0 0;
 
75
  min-height: 18px;
 
76
  font-weight: bold;
 
77
  text-align: right;
 
78
}
 
79
 
 
80
.headerValue {
 
81
  margin: 0 0 .25em 0;
 
82
  min-width: 50px;
 
83
  white-space: normal;
 
84
}
 
85
 
 
86
.subjectvalue {
 
87
  font-weight: bold;
 
88
}
 
89
 
 
90
/* ::::: msg header email addresses ::::: */
 
91
 
 
92
.emailDisplayButton {
 
93
  cursor: pointer;
 
94
  color: #0000FF;
 
95
  text-decoration: underline;
 
96
  margin: 0;
 
97
}
 
98
 
 
99
.emailDisplayButton:hover {
 
100
  color: #FF0000;
 
101
}
 
102
 
 
103
.emailDisplayImage {
 
104
  padding-left: 2px;
 
105
  -moz-box-pack: end;
 
106
}
 
107
 
 
108
/* ::::: email address twisty ::::: */
 
109
 
 
110
.addresstwisty {
 
111
  margin: 2px;
 
112
  list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
 
113
}
 
114
 
 
115
.addresstwisty[open] {
 
116
  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 
117
}
 
118
 
 
119
/* ::::: view expand and collapse twisties  ::::: */
 
120
 
 
121
.expandHeaderViewButton,
 
122
.collapsedHeaderViewButton  {
 
123
  margin: 2px .5em 0 .5em;
 
124
}
 
125
 
 
126
.expandHeaderViewButton {
 
127
  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 
128
}
 
129
 
 
130
.collapsedHeaderViewButton  {
 
131
  list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
 
132
}
 
133
 
 
134
/* ::::: collapsed view styles ::::: */
 
135
 
 
136
#collapsedAttachmentBox {
 
137
  -moz-box-pack: center;
 
138
}
 
139
 
 
140
#collapseddateValue {
 
141
  margin: 0 .5em;
 
142
  text-align: right;
 
143
}
 
144
 
 
145
#collapsedfromBox {
 
146
  width: 18em;
 
147
}
 
148
 
 
149
#collapseddateBox {
 
150
  width: 12em;
 
151
}
 
152
 
 
153
.collapsedHeaderDisplayName { 
 
154
  margin: 0 .5em 0 .55em;
 
155
  min-height: 16px;
 
156
  font-weight: bold;
 
157
}
 
158
 
 
159
.collapsedHeaderValue {
 
160
  margin: 0;
 
161
}
 
162
 
 
163
.collapsedAttachmentButton {
 
164
  list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
 
165
  margin-right: .5em;
 
166
}