-2005-07-21 Marcus Mueller <znek@mulle-kybernetik.com>
+2005-07-21 Helge Hess <helge.hess@opengroupware.org>
- * v0.9.165
+ * UIxMailMainFrame.m: fixed positioning for 24x24 icons (v0.9.166)
- * Toolbars/SOGoDraftObject.toolbar: new Anais css
+2005-07-21 Marcus Mueller <znek@mulle-kybernetik.com>
- * v0.9.164
+ * Toolbars/SOGoDraftObject.toolbar: new Anais css (v0.9.165)
* UIxMailEditor.m: fetch attachment names and provide initial style
- information to left/right side of editor component
+ information to left/right side of editor component (v0.9.164)
2005-07-21 Helge Hess <helge.hess@opengroupware.org>
width: 100%;
position: fixed;
top: 0px; /* this is patched when the linkbar is on */
- height: 48px;
+ height: 40px; /* 48px; */
z-index: 100;
}
td.tb_logocell {
- width: 36px;
+ width: 24px; /* 36px; */
padding-right: 8px;
}
div.tb_consumer { /* consumes the spaces taken by the toolbar */
- height: 58px; /* this is patched when the linkbar is on */
+ height: 52px; /* 58px; */ /* this is patched when the linkbar is on */
clear: both;
}
.tb_toolbar {
- height: 30px;
+ height: 22px; /* was 30 */
}
.tb_toolbar_group {
- height: 30px;
+ height: 22px; /* was 30 */
padding-right: 16px;
}
}
.tb_icon a {
- width: 30px;
- height: 30px;
+ width: 24px;
+ height: 24px;
margin: 0px auto;
display: block;
}
height: 32px;
}
-.tbicon_getmail { background-image: url(tbtb_getmail.png); }
-.tbicon_compose { background-image: url(tbtb_compose.png); }
-.tbicon_addressbook { background-image: url(tbtb_addressbook.png); }
+/* TODO: hover, doesn't work this way
+ as soon as I add ".tbicon_getmail" it stops working
+.tb_icon a:hover .tbicon_getmail {
+ background-image: url(tb-mail-write-off-24x24.png);
+}
+*/
+
+.tbicon_getmail { background-image: url(tb-mail-getmail-flat-24x24.png); }
+.tbicon_compose { background-image: url(tb-mail-write-flat-24x24.png); }
+.tbicon_addressbook { background-image: url(tb-mail-addressbook-flat-24x24.png); }
.tbicon_anais { background-image: url(tbtb_anais.png); }
-.tbicon_reply { background-image: url(tbtb_reply.png); }
-.tbicon_replyall { background-image: url(tbtb_replyall.png); }
-.tbicon_forward { background-image: url(tbtb_forward.png); }
-.tbicon_delete { background-image: url(tbtb_delete.png); }
-.tbicon_trash { background-image: url(tbtb_trash.png); }
-.tbicon_junk { background-image: url(tbtb_trash.png); }
-.tbicon_print { background-image: url(tbtb_print.png); }
-.tbicon_stop { background-image: url(tbtb_deletedoc.png); }
+.tbicon_reply { background-image: url(tb-mail-reply-flat-24x24.png); }
+.tbicon_replyall { background-image: url(tb-mail-replyall-flat-24x24.png); }
+.tbicon_forward { background-image: url(tb-mail-forward-flat-24x24.png); }
+.tbicon_delete { background-image: url(tb-mail-delete-flat-24x24.png); }
+.tbicon_trash { background-image: url(tb-mail-trash-flat-24x24.png); }
+.tbicon_junk { background-image: url(tb-mail-trash-flat-24x24.png); }
+.tbicon_print { background-image: url(tb-mail-print-flat-24x24.png); }
+.tbicon_stop { background-image: url(tb-mail-deletedoc-flat-24x24.png); }
+
.tbicon_send { background-image: url(tbtb_compose_send_30x30.png); }
.tbicon_attach { background-image: url(tbtb_compose_attach_30x30.png); }
.tbicon_save { background-image: url(tbtb_compose_file_30x30.png); }