]> err.no Git - scalable-opengroupware.org/commitdiff
moved mailer toolbar to own file
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 21 Jul 2005 15:01:44 +0000 (15:01 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 21 Jul 2005 15:01:44 +0000 (15:01 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@878 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Templates/MailerUI/UIxMailMainFrame.wox
SOGo/UI/Templates/MailerUI/UIxMailPanelFrame.wox
SOGo/UI/WebServerResources/ChangeLog
SOGo/UI/WebServerResources/mailer-toolbar.css [new file with mode: 0644]
SOGo/UI/WebServerResources/mailer.css

index 7a8a63feb744e2fc0b81ab00d15f3461a4e69ca9..0dbb96ed2faa5f71f955e1ac59ccec472e1d7a11 100644 (file)
@@ -26,6 +26,8 @@
     
     <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>
 
index 681f3d663f2dd3239f7ff1ec39a5117e36902066..092b76ed7f259747487b28e0f86f650de7069b2a 100644 (file)
@@ -26,6 +26,8 @@
     
     <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>
 
index 516e95c7008ffcc97ee61ba79f4443d0143388b2..0eabb1cdb55e6d77370ffaa1634a6e201cbd1ef7 100644 (file)
@@ -1,10 +1,14 @@
+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
diff --git a/SOGo/UI/WebServerResources/mailer-toolbar.css b/SOGo/UI/WebServerResources/mailer-toolbar.css
new file mode 100644 (file)
index 0000000..0c71aa0
--- /dev/null
@@ -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);   }
index 8ebe58d5ac25f86d88640bea9b11c17185852207..5838c1a7fd49dc988e707b4f738d96cc8f58da76 100644 (file)
@@ -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 {