source: trunk/prototype/modules/attach_message/attach_message.css @ 5136

Revision 5136, 2.8 KB checked in by wmerlotto, 12 years ago (diff)

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo prototype.

Line 
1.foldertree-skin-prognus span.selected {font-weight:bold;}
2.foldertree-skin-prognus span.inbox {}
3.foldertree-skin-prognus span.trash {background-image: url(images/bin.png);}
4.foldertree-skin-prognus span.drafts {background-image: url(images/folder_page_white.png);}
5.foldertree-skin-prognus span.spam {background-image: url(images/folder_delete.png);}
6.foldertree-skin-prognus span.sent {background-image: url(images/folder_go.png);}
7.foldertree-skin-prognus span.folder {display: block;padding-bottom: 1px;padding-left: 18px;padding-right: 0;padding-top: 1px;}
8.treeview .closed {display:block;}
9
10/* grid caption */
11.ui-jqgrid-title span.folder {display: block;padding-bottom: 1px;padding-left: 18px;padding-right: 0;padding-top: 2px;}
12.ui-jqgrid-title span.folder {background-attachment: scroll;background-color: transparent;background-position: 0 0;background-repeat: no-repeat;}
13.ui-jqgrid-title span.folder {background-image: url(images/folder.png);}
14.ui-jqgrid-title span.inbox { }
15.ui-jqgrid-title span.trash {background-image: url(images/bin.png);}
16.ui-jqgrid-title span.drafts {background-image: url(images/folder_page_white.png);}
17.ui-jqgrid-title span.spam {background-image: url(images/folder_delete.png);}
18.ui-jqgrid-title span.sent {background-image: url(images/folder_go.png);}
19
20/* Estilo do cursor nas colunas */
21.ui-jqgrid .ui-jqgrid-sortable {cursor:default;}
22
23#gview_message_attacher_grid .ui-widget .ui-widget {font-size: 0.9em;}
24#gview_message_attacher_grid, .ui-jqgrid .ui-jqgrid-htable th div { font-size: 11px;}
25
26/* geral */
27#dfd72 {font-size:11px; width:875px;height:510px;padding:5px;border:1px solid #777;-moz-border-radius:3px;border-radius:3px;}
28.empty-conteiner { background-color:#f7f7e7; border:2px dashed #DDD; }
29.empty-conteiner .message{width:100%;display:block;margin-top:70px;text-align:center;text-transform:uppercase;font-weight:bolder; font-size:20px;color:#CCC;}
30
31/* especifico */
32#foldertree-container { width:220px;height:240px; display:inline-block;margin:5px 0px 5px 5px;overflow:auto;}
33#mailgrid-container {width:650px;/*height:240px;*/ margin:5px 5px 5px 0px; float:right; overflow:auto;}
34#mailpreview-container {margin:5px;padding:5px;height:200px;overflow:auto;border:2px dashed #DDD;}
35#buttons-container {text-align: right;margin:5px;}
36#selected_messages_counter {text-align:right;padding:0;}
37#selected_messages_number { }
38
39.flags{}
40.Recent {background-image:url(images/email.png); display:inline-block; width:16px;height:16px; }
41.Unseen { }
42.Answered { }
43.Draft { }
44.Deleted { }
45.Flagged { }
46
47mailpreview-tabs {max-height: 15px; height: 15px; display: none; visibility: hidden;}
48#mailpreview-message-info {display: block; margin:0; padding: 0; width: 100%;height: 15px; font-weight: bolder; overflow:hidden;}
49
50#loading-content .image {width: 32px; height: 32px; background-image: url(images/loading.gif);}
Note: See TracBrowser for help on using the repository browser.