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

Revision 5517, 4.4 KB checked in by gustavo, 12 years ago (diff)

Ticket #2484 - Melhorias na estrutura de diretórios do ExpressoMail?

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-container { background-color:#f7f7e7; border:2px dashed #DDD;}
29.empty-container .message{width:100%;display:block;margin-top:70px;text-align:center;text-transform:uppercase;font-weight:bolder; font-size:20px;color:#CCC;}
30/*#mailpreview_tabs_default_empty.empty-container.ui-tabs-panel { background-color:#f7f7e7; border:none;} */
31/*#mailpreview_tabs_default_empty.empty-container.ui-tabs-panel.message {margin-top:70px;text-align:center;text-transform:uppercase;font-weight:bolder; font-size:20px;color:#CCC;}*/
32
33/* especifico */
34#foldertree-container { width:220px;height:240px; display:inline-block;margin:5px 5px 5px 5px;overflow:auto;float:left;}
35#mailgrid-container {width:685px;/*height:240px;*/ margin:5px 0px 5px 0px; float:left; overflow:auto;}
36#mailpreview_container {margin:5px;padding:0px;height:220px; width:907px; float:left; margin:5px 5px 5px 5px;}
37#mailpreview_container .ui-tabs-panel {height:195px;overflow:auto;padding:0px; width:905px;}
38/*#mailpreview_tabs { max-height: 20px; }*/
39#buttons-container {text-align: right;margin:5px 0px 5px 5px;float:right;}
40#selected_messages_counter {text-align:right;padding:0;}
41#selected_messages_number { }
42
43.flags{display:inline-block; width:16px;height:16px;}
44/*
45        TO-DO : COLOCAR NOVAS IMAGENS após o images/ ..
46*/
47.recent {background-image:url(images/.png);}
48.unseen {background-image:url(images/.png);}
49.seen {background-image:url(images/.png);}
50.answered {background-image:url(images/.png);}
51.draft {background-image:url(images/.png);}
52.deleted { }
53.flagged { }
54
55#loading-content .image {width: 32px; height: 32px; background-image: url(images/loading.gif);}
56
57#mailpreview_container .ui-tabs-nav { margin: 0; padding:0;  border-left:none; border-right: none; border-top: none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
58#mailpreview_container .ui-tabs-nav li { padding:0; }
59#mailpreview_container .ui-tabs-nav li a { padding: 0.6em 0.4em 0.3em 0.6em; font-size: 11px;}
60#mailpreview_container .ui-tabs-nav li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 -0.2em; cursor: pointer; }
61#mailpreview_container .ui-tabs-nav .preview-message-unselected { color:#993333; }
62
63/*#mailpreview_tabs {max-height: 15px; height: 15px; display: none; visibility: hidden;}*/
64.mailpreview-message-info {display: block; margin:0; padding: 0; height: 15px; font-weight: bolder; overflow:hidden;}
65.mailpreview-message-info {padding:3px 3px 2px 3px;background-color:#CCC;font-size: 80%;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-webkit-border-radius-bottomleft:3px;-webkit-border-radius-bottomright:3px;radius-bottomleft:3px;radius-bottomright:3px;}
66.mailpreview-message-body {padding:5px;}
67
68.expresso-window-container{height:520px;}
69#message-attach-dialog {overflow:visible !important;}
Note: See TracBrowser for help on using the repository browser.