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