mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-18 06:34:53 +00:00
- see ChangeLog
Monotone-Parent: 72f304d7caff41d213f1b38655d75a012724995d Monotone-Revision: 8ddb2a0ff49be672a150054c0e9781c669a91f34 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-05T13:25:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,26 +1,25 @@
|
||||
/* toolbar for mailer application */
|
||||
|
||||
table.tb_maintable {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0px; /* this is patched when the linkbar is on */
|
||||
height: 40px; /* 48px; */
|
||||
z-index: 100;
|
||||
width: 100%;
|
||||
top: 0px; /* this is patched when the linkbar is on */
|
||||
height: 40px; /* 48px; */
|
||||
z-index: 100;
|
||||
}
|
||||
td.tb_logocell {
|
||||
width: 24px; /* 36px; */
|
||||
width: 24px; /* 36px; */
|
||||
padding-right: 8px;
|
||||
}
|
||||
div.tb_consumer { /* consumes the spaces taken by the toolbar */
|
||||
height: 52px; /* 58px; */ /* this is patched when the linkbar is on */
|
||||
clear: both;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.tb_toolbar {
|
||||
height: 22px; /* was 30 */
|
||||
height: 22px; /* was 30 */
|
||||
}
|
||||
.tb_toolbar_group { /* not used currently? */
|
||||
height: 22px; /* was 30 */
|
||||
height: 22px; /* was 30 */
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
@@ -28,19 +27,19 @@ div.tb_consumer { /* consumes the spaces taken by the toolbar */
|
||||
text-align: center;
|
||||
}
|
||||
.tb_label {
|
||||
font-size: medium;
|
||||
font-size: medium;
|
||||
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
|
||||
color: #000000;
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
text-align: center;
|
||||
padding-left: .5em;
|
||||
padding-right: .5em;
|
||||
}
|
||||
|
||||
.tb_label a:link, .tb_label a:hover {
|
||||
font-size: medium;
|
||||
font-size: medium;
|
||||
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
|
||||
color: #000000;
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tb_spacer {
|
||||
@@ -48,15 +47,15 @@ div.tb_consumer { /* consumes the spaces taken by the toolbar */
|
||||
}
|
||||
|
||||
.tb_icon a {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 0px auto;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 0px auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.tbicon_logo {
|
||||
background-image: url(lori_32x32.png);
|
||||
width: 32px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user