]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/mailer-toolbar.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1039 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / mailer-toolbar.css
1 /* toolbar for mailer application */
2
3 table.tb_maintable { 
4   width: 100%;
5   top: 0px;  /* this is patched when the linkbar is on */
6   height: 40px; /* 48px;  */
7   z-index: 100;
8 }
9 td.tb_logocell { 
10   width: 24px; /* 36px; */
11   padding-right: 8px;
12 }
13 div.tb_consumer { /* consumes the spaces taken by the toolbar */
14   height: 52px; /* 58px; */ /* this is patched when the linkbar is on */
15   clear: both;
16 }
17
18 .tb_toolbar {
19   height: 22px; /* was 30 */
20 }
21 .tb_toolbar_group { /* not used currently? */
22   height: 22px; /* was 30 */
23   padding-right: 16px;
24 }
25
26 .tb_icon {
27   text-align: center;
28 }
29 .tb_label {
30   color: #000000;
31   text-align: center;
32   padding-left: .5em;
33   padding-right: .5em;
34 }
35
36 .tb_label a:link, .tb_label a:hover { 
37   color: #000000;
38   text-align: center;
39 }
40
41 .tb_spacer { 
42   width: 16px;
43 }
44
45 .tb_icon a {
46   width: 24px;
47   height: 24px;
48   margin: 0px auto;
49   display: block;
50 }
51
52 .tbicon_logo {
53   background-image: url(lori_32x32.png);
54   width: 32px;
55   height: 32px;
56 }
57
58 /* TODO: hover, doesn't work this way
59          as soon as I add ".tbicon_getmail" it stops working
60    TODO: we also need to draw a border around the full cell (not too easy))
61    => probably we need to move to real icons
62
63 .tb_icon a:hover .tbicon_getmail {
64   background-image: url(tb-mail-write-off-24x24.png);
65 }
66 */
67
68 .tbicon_getmail {
69   background-image: url(tb-mail-getmail-flat-24x24.png);     
70 }
71 .tbicon_compose {
72   background-image: url(tb-mail-write-flat-24x24.png);     
73 }
74 .tbicon_addressbook {
75   background-image: url(tb-mail-addressbook-flat-24x24.png); 
76 }
77 .tbicon_anais {
78   background-image: url(tbtb_anais.png); 
79 }
80 .tbicon_reply {
81   background-image: url(tb-mail-reply-flat-24x24.png);       
82 }
83 .tbicon_replyall {
84   background-image: url(tb-mail-replyall-flat-24x24.png);    
85 }
86 .tbicon_forward {
87   background-image: url(tb-mail-forward-flat-24x24.png);     
88 }
89 .tbicon_delete {
90   background-image: url(tb-mail-delete-flat-24x24.png);      
91 }
92 .tbicon_trash {
93   background-image: url(tb-mail-junk-flat-24x24.png);       
94 }
95 .tbicon_junk {
96   background-image: url(tb-mail-junk-flat-24x24.png);       
97 }
98 .tbicon_print {
99   background-image: url(tb-mail-print-flat-24x24.png);       
100 }
101 .tbicon_stop {
102   background-image: url(tb-mail-stop-flat-24x24.png);   
103 }
104
105 .tbicon_send {
106   background-image: url(tb-compose-send-flat-24x24.png);   
107 }
108 .tbicon_attach {
109   background-image: url(tb-compose-attach-flat-24x24.png); 
110 }
111 .tbicon_save {
112   background-image: url(tb-mail-file-flat-24x24.png); 
113 }
114 .tbicon_folderadd {
115   background-image: url(tbtb_folderadd.png);   
116 }
117 .tbicon_folderdel {
118   background-image: url(tbtb_folderdel.png);   
119 }