<link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
<link type="text/css" rel="stylesheet" rsrc:href="mailer.css"/>
+ <link type="text/css" rel="stylesheet" rsrc:href="mailer-toolbar.css"/>
+
<link href="mailto:info@skyrix.com" rev="made"/>
</head>
<link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
<link type="text/css" rel="stylesheet" rsrc:href="mailer.css"/>
+ <link type="text/css" rel="stylesheet" rsrc:href="mailer-toolbar.css"/>
+
<link href="mailto:info@skyrix.com" rev="made"/>
</head>
+2005-07-21 Helge Hess <helge.hess@opengroupware.org>
+
+ * mailer.css: moved toolbar to own file, mailer-toolbar.css
+
2005-07-21 Marcus Mueller <znek@mulle-kybernetik.com>
* tbtb_anais.png: new icon for Anais
* mailer.css: added tbicon_anais for Anais icon
- *
+
2005-07-21 Helge Hess <helge.hess@opengroupware.org>
* mailer.js: fixed a Linux Firefox issue with using POST in
--- /dev/null
+/* toolbar for mailer application */
+
+table.tb_maintable {
+ width: 100%;
+ position: fixed;
+ top: 0px; /* this is patched when the linkbar is on */
+ height: 48px;
+ z-index: 100;
+}
+td.tb_logocell {
+ width: 36px;
+ padding-right: 8px;
+}
+div.tb_consumer { /* consumes the spaces taken by the toolbar */
+ height: 58px; /* this is patched when the linkbar is on */
+ clear: both;
+}
+
+.tb_toolbar {
+ height: 30px;
+}
+.tb_toolbar_group {
+ height: 30px;
+ padding-right: 16px;
+}
+
+.tb_icon {
+ text-align: center;
+}
+.tb_label {
+ font-size: 11px;
+ font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
+ color: #000000;
+ text-align: center;
+}
+.tb_spacer {
+ width: 16px;
+}
+
+.tb_icon a {
+ width: 30px;
+ height: 30px;
+ margin: 0px auto;
+ display: block;
+}
+
+.tbicon_logo {
+ background-image: url(lori_32x32.png);
+ width: 32px;
+ 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); }
+.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_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); }
+.tbicon_folderadd { background-image: url(tbtb_folderadd.png); }
+.tbicon_folderdel { background-image: url(tbtb_folderdel.png); }
white-space: nowrap;
}
-/* toolbar */
-
-table.tb_maintable {
- width: 100%;
- position: fixed;
- top: 0px; /* this is patched when the linkbar is on */
- height: 48px;
- z-index: 100;
-}
-td.tb_logocell {
- width: 36px;
- padding-right: 8px;
-}
-div.tb_consumer { /* consumes the spaces taken by the toolbar */
- height: 58px; /* this is patched when the linkbar is on */
- clear: both;
-}
-
-.tb_toolbar {
- height: 30px;
-}
-.tb_toolbar_group {
- height: 30px;
- padding-right: 16px;
-}
-
-.tb_icon {
- text-align: center;
-}
-.tb_label {
- font-size: 11px;
- font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
- color: #000000;
- text-align: center;
-}
-.tb_spacer {
- width: 16px;
-}
-
-.tb_icon a {
- width: 30px;
- height: 30px;
- margin: 0px auto;
- display: block;
-}
-
-.tbicon_logo {
- background-image: url(lori_32x32.png);
- width: 32px;
- 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); }
-.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_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); }
-.tbicon_folderadd { background-image: url(tbtb_folderadd.png); }
-.tbicon_folderdel { background-image: url(tbtb_folderdel.png); }
-
/* mail tableview */
.tableview {