From 4a0866dcc5fa605b4678aa073a4d6db0c3cadca6 Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 21 Jul 2005 15:01:44 +0000 Subject: [PATCH] moved mailer toolbar to own file git-svn-id: http://svn.opengroupware.org/SOGo/trunk@878 d1b88da0-ebda-0310-925b-ed51d893ca5b --- .../Templates/MailerUI/UIxMailMainFrame.wox | 2 + .../Templates/MailerUI/UIxMailPanelFrame.wox | 2 + SOGo/UI/WebServerResources/ChangeLog | 6 +- SOGo/UI/WebServerResources/mailer-toolbar.css | 69 ++++++++++++++++++ SOGo/UI/WebServerResources/mailer.css | 70 ------------------- 5 files changed, 78 insertions(+), 71 deletions(-) create mode 100644 SOGo/UI/WebServerResources/mailer-toolbar.css diff --git a/SOGo/UI/Templates/MailerUI/UIxMailMainFrame.wox b/SOGo/UI/Templates/MailerUI/UIxMailMainFrame.wox index 7a8a63fe..0dbb96ed 100644 --- a/SOGo/UI/Templates/MailerUI/UIxMailMainFrame.wox +++ b/SOGo/UI/Templates/MailerUI/UIxMailMainFrame.wox @@ -26,6 +26,8 @@ + + diff --git a/SOGo/UI/Templates/MailerUI/UIxMailPanelFrame.wox b/SOGo/UI/Templates/MailerUI/UIxMailPanelFrame.wox index 681f3d66..092b76ed 100644 --- a/SOGo/UI/Templates/MailerUI/UIxMailPanelFrame.wox +++ b/SOGo/UI/Templates/MailerUI/UIxMailPanelFrame.wox @@ -26,6 +26,8 @@ + + diff --git a/SOGo/UI/WebServerResources/ChangeLog b/SOGo/UI/WebServerResources/ChangeLog index 516e95c7..0eabb1cd 100644 --- a/SOGo/UI/WebServerResources/ChangeLog +++ b/SOGo/UI/WebServerResources/ChangeLog @@ -1,10 +1,14 @@ +2005-07-21 Helge Hess + + * mailer.css: moved toolbar to own file, mailer-toolbar.css + 2005-07-21 Marcus Mueller * tbtb_anais.png: new icon for Anais * mailer.css: added tbicon_anais for Anais icon - * + 2005-07-21 Helge Hess * mailer.js: fixed a Linux Firefox issue with using POST in diff --git a/SOGo/UI/WebServerResources/mailer-toolbar.css b/SOGo/UI/WebServerResources/mailer-toolbar.css new file mode 100644 index 00000000..0c71aa0b --- /dev/null +++ b/SOGo/UI/WebServerResources/mailer-toolbar.css @@ -0,0 +1,69 @@ +/* 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); } diff --git a/SOGo/UI/WebServerResources/mailer.css b/SOGo/UI/WebServerResources/mailer.css index 8ebe58d5..5838c1a7 100644 --- a/SOGo/UI/WebServerResources/mailer.css +++ b/SOGo/UI/WebServerResources/mailer.css @@ -131,76 +131,6 @@ td.titlecell { 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 { -- 2.39.5