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 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
|
/* CSS for compose panel */
DIV#leftPanel
{ top: 52px; }
DIV#rightPanel
{ top: 48px;
left: 0em; }
DIV#hiddenDragHandle
{ cursor: e-resize;
border: 0px;
top: 52px;
left: 15em;
width: 5px;
bottom: 0; }
div#compose_panel div table
{ padding: 2px; }
TABLE#compose_table, TABLE#compose_table DIV
{ width: 100%; }
TABLE#compose_label
{ text-align: right; }
DIV#addressList
{ clear: left;
height: 8em;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
}
DIV.addressList
{ margin: 5px; }
TABLE#addressList
{ border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 1px solid #909090;
border-left: 1px solid #909090;
border-spacing: 0px;
margin: 0px;
padding: 0px;
width: 100%; }
TABLE#addressList TD
{ background-color: #fff;
border: 0px;
border-bottom: 1px solid #C4C8FF;
margin: 0px;
padding: 1px; }
TABLE#addressList TD.headerField
{ border-right: 1px solid #C4C8FF;
width: 120px; }
TABLE#addressList TD.headerField SELECT
{ border: 1px solid #eee; }
TABLE#addressList TD.headerInput
{ background-image: url('abcard.png');
background-repeat: no-repeat;
background-position: 2px center;
padding-left: 24px;
padding-right: 4px; }
TABLE#addressList TD.headerInput INPUT
{ background: #fff !important;
border: 0px;
margin: 0px;
padding: 0px;
width: 100%; }
SPAN.headerField
{ line-height: 2.0em;
padding-left: 0.5em; }
TABLE#addressList TR#lastRow SELECT
{ visibility: hidden; }
DIV#subjectRow SPAN.headerField
{ float: left; }
DIV#subjectRow INPUT
{ background: #fff;
margin-left: 2px;
padding: 0px 2px 0px 2px; }
div#compose_internetmarker
{ padding: 8px;
text-align: center;
background-color: white;
border-color: red;
border-width: 2px;
border-style: solid; }
div#headerArea
{ padding: 5px 0px; }
div#headerArea div.addressList
{ max-height: 10em;
overflow: auto;
overflow-x: hidden; }
input.currentAttachment
{ position: fixed;
top: 1em;
right: 1em; }
input.attachment
{ position: absolute;
left: -1000px; }
#dropZone
{ position: absolute;
background: #000 url('upload_document.png') no-repeat center center;
opacity: 0.6;
border: 4px dashed #fff;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
z-index: 999; }
#dropZone div
{ position: absolute;
color: #fff;
font-size: 18px;
height: 100px;
width: 300px;
margin: 60px 0 0 -150px;
left: 50%;
top: 50%;
text-align: center;
}
#fileupload {
margin-top: 5px;
clear: both;
}
.button.fileinput-button
{ display: inline-block;
float: none; }
UL#attachments
{ cursor: default;
margin: 0px;
padding: 0px;
list-style-type: none;
list-style-image: none;
overflow: auto;
overflow-x: hidden;
-moz-user-select: none;
-khtml-user-select: none; }
UL#attachments LI
{ float: left; }
UL#attachments LI[data-filename]
{ white-space: nowrap;
line-height: 18px;
margin: 3px 6px; }
UL#attachments LI[data-filename] SPAN
{ margin-left: 5px; }
UL#attachments LI[data-filename] A,
UL#attachments LI[data-filename] SPAN
{ padding-left: 2px;
vertical-align: top; }
UL#attachments LI IMG
{ vertical-align: top; }
UL#attachments .icon-attachment
{ background: url('attachment.png') no-repeat top left;
display: inline-block;
width: 16px;
height: 16px; }
UL#attachments .progress0 .icon-attachment
{ background-position: 0px 0px; }
UL#attachments .progress1 .icon-attachment
{ background-position: -16px 0px; }
UL#attachments .progress2 .icon-attachment
{ background-position: -32px 0px; }
UL#attachments .progress3 .icon-attachment
{ background-position: -48px 0px; }
UL#attachments .progress4 .icon-attachment
{ background-position: -64px 0px; }
UL#attachments .progressDone .icon-attachment
{ background-position: -80px 0px; }
UL#attachments .progressDone .icon-attachment:hover
{ background-position: -96px 0px;
cursor: pointer; }
#pageContent TEXTAREA
{ width: 99%; }
TEXTAREA#text
{ background: #fff; }
#cke_text
{ clear: both; }
/* Contacts search pane */
DIV#contactsSearch
{ border-right: 1px solid #fff;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 5px; }
DIV#contactsSearch LABEL
{ display: block;
margin: 0 0 5px 0; }
SELECT#contactFolder
{ margin-bottom: 5px; }
INPUT[name="search"]
{ position: absolute;
top: 6.2em;
left: 5px;
right: 0px; /* doesn't work in FF */
display: block;
width: auto; }
DIV#contactsListContent
{ position: absolute;
top: 9em;
left: 0px;
right: 0px;
bottom: 110px;
margin: 0;
border-right: 1px solid #fff;
background-color: #fff;
overflow-y: auto; }
TABLE#contactsList
{ width: 100%; }
TABLE#contactsList TD,
TABLE#contactsList TH
{ overflow: hidden;
line-height: 16px;
height: 18px;
text-overflow: ellipsis;
white-space: nowrap; }
TABLE#contactsList TD#nameHeader,
TABLE#contactsList TD#mailHeader
{ width: 50%;
max-width: 50%; }
DIV.contactSelection
{
z-index: 1;
background: inherit;
position: absolute;
bottom: 0em;
padding: 1em;
left: 0px;
right: 0px;
height: 90px;
text-align: right;
background: #E6E7E6;
border-top: 1px solid #fff;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
}
|