aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dijit/demos/mail/mail.css.commented.css
blob: 02e2635b61dd4649bb5b5e254587b56d469f4b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
html, body, #main{	
	width: 100%;	/* make the body expand to fill the visible window */
	height: 100%;
	overflow: hidden;	/* erase window level scrollbars */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font: 10pt Arial,Myriad,Tahoma,Verdana,sans-serif;
}

#banner, #footer {
background-color: #ededff; 
color: #333;
padding:3px; 
}
#banner { text-align:right; } 

/* list of messages
TODO: If i add the rules below as a plain tr/td it seems to mess up accordion, tree, etc. ???
*/
#listPane tr:hover, #listPane td:hover, .dijitTreeContent:hover {
	background-color: #ededed;
	color: #333;
	cursor: pointer;
}
#listPane tr, #listPane td { cursor: pointer; }

table.demoTable {
	border-collapse: collapse;	
}

th {
	background-color: #4f8ce5; 
	color: #666; 
	font-weight:: bold !important;
	margin:0;
	padding:3px; 
	background-image:url('../../themes/soria/images/titleBar.png');
	background-position:0px -1px; 
}

.dijitRtl caption,
.dijitRtl th {
	text-align:right;
}

th .arrowNode { 
	position:relative; 
	float:left;
	top:4px;
	left:4px; 
	width:16px;
	height:16px;
}

.dijitRtl th .arrowNode{
	float:right;	
}

th.arrowUp .arrowNode {
	margin-right: 5px;
	margin-top: -4px;
	margin-bottom: 5px;
	width: 15px;
	height:15px;
	background:transparent url("../../themes/soria/images/spriteRoundedIconsSmall.png") -45px top no-repeat;
}

th.arrowDown .arrowNode {
	margin-right: 5px;
	margin-top: -4px;
	margin-bottom: 5px;
	width: 15px;
	height:15px;
	background:transparent url("../../themes/soria/images/spriteRoundedIconsSmall.png") -15px top no-repeat;
}

.demoTable td { padding:3px; } 
.demoTable {
	border-spacing:0; 
	padding:0; margin:0; 
	width:98%;
	
}
.oddRow {
	background-color: #f2f5f9;
}

#message {
	padding: 8px;
}

/* Stuff for new messages */

.subject {
	background: gray;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
}

.message {
	border: black 2px;
}
.messageHeader {
	font:12pt Arial,sans-serif;
	font-weight:bold;
	color:#333; 
}
body .dojoSplitPane {
	background: #ededff;
	overflow: auto;
}

/* Icons */

.mailIconCancel,
.mailIconOptions,
.mailIconFolderDocuments,
.mailIconFolderInbox,
.mailIconFolderSent,
.mailIconGetMail,
.mailIconNewMessage,
.mailIconMailbox,
.mailIconOk,
.mailIconTrashcanFull {
	background-image: url('icons.png'); /* mail icons sprite image */
	background-repeat: no-repeat; 
	width: 16px;
	height: 16px;
	text-align: center;
	padding-right:4px; 
}

.dj_ie6 .mailIconCancel,
.dj_ie6 .mailIconOptions,
.dj_ie6 .mailIconFolderDocuments,
.dj_ie6 .mailIconFolderInbox,
.dj_ie6 .mailIconFolderSent,
.dj_ie6 .mailIconGetMail,
.dj_ie6 .mailIconNewMessage,
.dj_ie6 .mailIconMailbox,
.dj_ie6 .mailIconOk,
.dj_ie6 .mailIconTrashcanFull {
	background-image: url('icons.gif');
}


.mailIconCancel { background-position: 0px; }
.mailIconOptions { background-position: -22px; }
.mailIconFolderDocuments { background-position: -44px; }
.mailIconFolderInbox { background-position: -66px; }
.mailIconFolderSent { background-position: -88px; }
.mailIconGetMail { background-position: -110px; }
.mailIconNewMessage { background-position: -132px; }
.mailIconMailbox { background-position: -154px; }
.mailIconOk { background-position: -176px; }
.mailIconTrashcanFull { background-position: -198px; }