source: branches/2.2/expressoMail1_2/templates/default/main.css @ 3726

Revision 3726, 10.2 KB checked in by rodsouza, 13 years ago (diff)

Ticket #1516 - Ajuste de tamanho do campo anexar no Chrome

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1pre{
2        white-space: pre-wrap !important; /* css-3 */
3        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
4        white-space: -pre-wrap !important; /* Opera 4-6 */
5        white-space: -o-pre-wrap !important; /* Opera 7 */
6        word-wrap: break-word !important; /* Internet Explorer 5.5+ */
7        font-family: monospace !important;     
8        font-size: 11px !important;
9}
10
11* {
12        font-family: Verdana, Arial, Helvetica, sans-serif;     
13}
14
15.checkbox{
16        border:none !important;
17}
18
19textarea{
20        font-family: Verdana, Arial, Helvetica, sans-serif;
21        font-size: 13px;
22}
23
24.whiteSpace{
25        width: 2px;
26}
27
28
29.table_box{
30        width: 100%;
31        color: black;
32        background: #ffffff;
33        border-bottom: 1px solid #f4f8fb;
34        font-family: Arial;
35        font-size: 13px;
36        cursor: pointer;
37}
38
39.em_div_write_msg{
40        height: 24px;
41        background: transparent;
42}
43
44/* begin class msgs */
45.td_msg{
46        border-width: 0px;     
47}
48.tr_msg_unread {       
49        font-weight:bold !important;
50}
51
52.tr_msg_read {
53        color: #3f3f3f;
54        background-color: #ffffff;
55        -moz-user-select: none;
56}
57
58.tr_msg_read2 {
59        color: #3f3f3f;
60        background-color: #DEE8F0;
61        -moz-user-select: none;
62}
63
64.selected_msg{
65        background-color: #ffffcb;
66}
67.flagged_msg{
68        color: red;
69}
70.selected_shortcut_msg{
71        color: white;
72        background-color: #5194d2;
73}
74.show_img_link{
75        width : 100%;
76        color: black;
77        font-weight: bold;
78        background-color: #ffc;
79        border-bottom:1px solid #cfcfcf;
80        cursor: pointer;                 
81        -moz-user-select: none;
82}
83/* end class msgs */
84
85.show_img_link:hover {
86        color: #000 !important;
87}
88
89.action_info_table {
90        border-spacing: 0px 0px;
91}
92.action_info_th {
93        font-family: Verdana, Arial, Helvetica, sans-serif;
94        font-size: 11px;
95        border-width: 0px 0px 0px 0px;
96        padding: 1px 10px 0px 10px;     
97        border-style: inset inset inset inset;
98        border-color: gray gray gray gray;
99        background-color: rgb(250, 209, 99);
100        -moz-border-radius: 6px 6px 6px 6px;
101}
102
103.message_header{
104        background-color: #ABC6E1;
105}
106
107.table_message_header_box{
108        width: 100%;
109        color: black;
110        border-style: solid;
111        border-width: 0px;
112        border-collapse: collapse;
113        border-color: #bbbbbb;
114        font-family: Arial;
115        font-size: 13px;       
116        cursor: pointer;
117}
118.font-menu
119{
120    color: #000;
121}
122
123.font-menu-sel
124{
125        color:#0000FF;
126}
127
128.font-menu, .font-menu-sel {
129    float: left;
130    clear: left;
131    overflow: hidden;
132    white-space: nowrap;
133    padding-left: 5px;
134    margin-right: 5px;
135    text-decoration: none;
136    text-align: center;
137}
138
139.menu-sel
140{
141    text-decoration: none;
142    text-align: center;
143    color:#0000FF;
144    height: 20px;
145    width:220px;
146    background-color:#F7F7F7;
147    margin-bottom: 0px;
148    border: 1px solid #4a79b1;
149    border-bottom: 0px;
150    padding:0px 5px 0px 0px;
151    -moz-border-radius: 9px 9px 0px 0px;
152    -moz-user-select: none;
153    cursor: pointer;   
154}
155.menu
156{
157    text-decoration: none;
158    text-align: center;
159    height: 20px;       
160    width:220px;
161    background-color:#c8d7ea;
162    margin-bottom: 0px;
163    border: 1px solid #f4f7fc;
164    border-bottom: 1px solid #4a79b1;
165    padding:0px 5px 0px 0px;
166    -moz-border-radius: 9px 9px 0px 0px;
167    -moz-user-select: none;
168    cursor: pointer;
169}
170
171.last_menu
172{
173        border-bottom: 1px solid #4a79b1;
174        -moz-border-radius: 0px 0px 0px 0px;
175}
176
177
178.table_message{
179        background-image: url(../../../phpgwapi/templates/default/images/fundo_msg.png);
180        padding: 1px;
181        cursor: default;
182        border-width: 1px 1px 1px 1px;
183        border-spacing: 0px 0px;
184        border-style: outset outset outset outset;
185        border-color: gray gray gray gray;
186        border-collapse: separate;
187        -moz-border-radius: 3px 3px 3px 3px;
188}
189.table_top{
190        background-color: #FFFFFF;
191        padding:1px 1px 1px 1px;
192        height:16px;
193        cursor: default;
194        margin: 0px 0px 0px 0px;
195        border-width: 0px 1px 1px 1px;
196        border-style: outset outset outset outset;
197        border-color: black black black black; 
198}
199
200.tr_message_header{
201        background-color: #EEEEEE;
202        cursor: default;
203        border-style: none none none none;
204        -moz-border-radius: 0px 0px 0px 0px;
205}
206
207.tr_message_body{
208        background-color: #FFFFFF;
209        cursor: default;
210        -moz-border-radius: 9px 9px 9px 9px;
211}
212
213.message_body{
214        background-color: #FFFFFF;
215        cursor: default;
216        -moz-border-radius: 9px 9px 9px 9px;
217}
218
219.header_message_field{
220        font-weight: bold;
221}
222
223.suggestion_list
224{
225background: white;
226border: 1px solid;
227padding: 4px;
228}
229       
230.suggestion_list ul
231{
232padding: 0;
233margin: 0;
234list-style-type: none;
235}
236
237.suggestion_list a
238{
239text-decoration: none;
240color: navy;
241}
242
243.suggestion_list .selected
244{
245background: navy;
246color: white;
247}
248       
249       
250.suggestion_list .selected a
251{
252color: white;
253}
254
255#autosuggest
256{
257display: none;
258}
259
260div#tipDiv {
261  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
262  background-color:#EFEFEF; border:1px solid #337;
263  width:220px; padding:0px;
264  color:#000; font-size:11px; line-height:1.2;
265  cursor: pointer;
266}
267
268.richtext_toolbar {background-color: #C0C0C0;}
269.imagebutton {border: solid 2px #C0C0C0; background-color: #C0C0C0; float:left;}
270.select_richtext {float:left;}
271/*.image {position: relative; left: 1; top: 1; height:20; width:21; border:none;}*/
272/*.imagebutton_out: {border-style: solid 2px #C0C0C0;}*/
273/*.imagebutton_over: {border-style: outset 20px;}*/
274.sel_color{     border-width:1px;border-color:#FFFFFF;border-style:solid;cursor:pointer;}
275.unsel_color{border-width:1px;border-color:#BBBBBB;border-style:solid;}
276
277/* Conf tree    */
278.dtree {
279        font-family: Verdana, Arial, Helvetica, sans-serif;
280        font-size: 8px;
281        color: #000000;
282        /*white-space: nowrap;*/
283        background-color: #FFFFFF;
284
285}
286.dtree img {
287        border: 0px;
288        vertical-align: middle;
289
290}
291.dtree a {
292        font-family: Verdana, Arial, Helvetica, sans-serif;
293        color: #000000;
294        white-space: nowrap;   
295}
296.dtree table{
297        margin-top: 0%;
298        padding: 0px 0px 0px 0px;
299}
300.dtree td{
301        padding: 0px 0px 0px 0px;
302}
303
304.folderscol{
305        /*width: 18%;*/
306        width: 100%;
307        /*float: left;*/
308        /*padding: 0px 0px 0px 0px;*/
309}
310
311.messagescol{
312        /*padding-left: 18.5%;*/
313        /*width: 85%;*/
314        width: 100%;
315        /*float: left*/
316        /*margin-rigth: 0px;*/
317        padding: 0px 0px 0px 0px;
318}
319
320.menu-folders
321{
322        text-align: center;
323        text-decoration: none;
324        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
325        color: rgb(0, 102, 51);
326        width: 100%;
327        height: 20px;
328
329        border-right: 1px solid #000000;
330        border-left: 1px solid #000000;
331        border-top: 1px solid #000000; 
332        cursor: default;
333        -moz-border-radius: 9px 9px 0px 0px;
334}
335
336.content-menu{
337        padding: 0px 0px 0px 0px;
338        background-image: url(../../../phpgwapi/templates/default/images/bgBlockContent.jpg);
339}
340.content-menu-td {
341/*      border: 1px solid #f7f7f7;*/
342}
343
344.content-folders {
345        width:162px;
346        padding: 0px 0px 0px 0px;
347        position: relative;
348        overflow: auto;
349       
350}
351
352
353/* Conf Filter  */
354.filter {
355        font-family: Verdana, Arial, Helvetica, sans-serif;
356        font-size: 8px;
357        background-color : #FFFFFF;
358}
359.filter img {
360        border: 0px;
361        vertical-align: middle;
362}
363.filter a {
364        font-family: Verdana, Arial, Helvetica, sans-serif;
365        color: #000000;
366        white-space: nowrap;
367}
368.message_options_trash {
369        background-image: url(../../../phpgwapi/templates/default/images/foldertree_trash.png);
370        background-repeat: no-repeat;
371        background-position:left center;
372        padding:0pt 6pt 1pt 14pt;
373}
374.message_options_move {
375        background-image: url(images/move.png);
376        background-repeat: no-repeat;
377        background-position:left center;
378        padding:0pt 6pt 1pt 14pt;
379}
380.message_options_print {
381        background-image: url(images/print.png);
382        background-repeat: no-repeat;
383        background-position:left center;
384        padding:0pt 6pt 1pt 14pt;
385}
386
387.message_options_export {
388        background-image: url(images/export.png);
389        background-repeat: no-repeat;
390        background-position:left center;
391        padding:0pt 6pt 1pt 14pt;
392}
393
394.message_options_import {
395        background-image: url(images/import.png);
396        background-repeat: no-repeat;
397        background-position:left center;
398        padding:0pt 6pt 1pt 14pt;
399}
400
401.message_options_inactive {
402         white-space: nowrap;
403         color: #999;
404        padding-right: 0 !important;
405}
406
407.message_options_active {
408        white-space: nowrap;
409        color: #990000;
410    font-weight: bold !important;
411        cursor: pointer;
412        padding-right: 0 !important;
413 }
414
415.message_options {
416        cursor: pointer;
417        color: #114fa4;
418/*      color: #2A64B0;*/
419        white-space: nowrap;
420        font-weight: bold;
421        padding-right: 0 !important;
422}
423
424.message_options_over {
425         cursor: pointer;
426         white-space: nowrap;
427         color: #FC6103;
428        /*text-decoration: underline;*/
429         font-weight: bold !important;
430        padding-right: 0 !important;
431}
432
433.reply_options {
434        cursor: pointer;
435        color: white;
436        white-space: nowrap;
437        font-weight: bold;
438}
439
440.reply_options_active {
441         cursor: pointer;
442         white-space: nowrap;
443         color: yellow;
444         text-decoration: underline;
445         font-weight: bold !important;
446}
447
448
449.em_sidebox_menu {
450        position: relative;
451        left: 2px;
452        padding: 0px 13px 0px 0px;
453        font-weight: bold;
454        font-size: 10px;
455        color: #666666;
456        text-decoration: none;
457        white-space: nowrap;
458        font-family: sans-serif;
459}
460
461.em_div_sidebox_menu {
462        position: relative;
463        left: 5px;
464        cursor: pointer;
465}
466.catalog{
467        font-family: Verdana, Arial, Helvetica, sans-serif;
468        font-size: 14px;
469        font-weight: bold;
470}
471
472div.quicksearchcontacts {
473        border-width: 1px;
474        border-style: solid;
475        broder-color: grey;
476        overflow: auto;
477        position: relative;
478        left: 10px;
479        height: 302px;
480        width: 577px;
481}
482
483table.quicksearchcontacts {
484        border-width: 0px 0px 0px 0px;
485        border-spacing: 0px;
486        background-color: white;
487        cursor: default;
488}
489
490tr.quicksearchcontacts_unselected {
491        background-color: white;
492}
493
494tr.quicksearchcontacts_selected {
495        background-color: #5598d7;
496        color: white;
497}
498
499td.quicksearchcontacts_cc {
500        border-style: none;
501}
502
503input.em_button_like_span {
504        border:0px none !important;
505        margin: 0px !important;
506        padding:0px !important;
507        color:#114fa4 !important;
508        background:transparent none repeat scroll 0% !important;
509        font-family:Verdana,Arial,Helvetica,sans-serif !important;
510        font-size:11px !important;
511        height:15px !important;
512        font-weight: bold;
513}
514
515.l {
516        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
517}
518
519.sl {
520        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
521
522}
523.dsused
524{
525        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif);
526}
527
528.divAppboxHeader
529{       font-style:italic;     
530        font-weight:normal;
531        font-variant: small-caps;       
532        color: #000066 !important;
533        font-size: 16px !important;
534        text-align: center;     
535        padding: 0px;
536}
537
538/* hack para o chrome */
539@media screen and (-webkit-min-device-pixel-ratio:0){
540        input[type="file"]
541        {
542                      width:500px;
543        }
544}
Note: See TracBrowser for help on using the repository browser.