]> err.no Git - scalable-opengroupware.org/commitdiff
cleanups
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 21 Jul 2005 15:58:00 +0000 (15:58 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 21 Jul 2005 15:58:00 +0000 (15:58 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@881 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/WebServerResources/mailer-toolbar.css

index 56a7d0d62dab3d1ce620c809adbe211fea26cf4d..3326840a57a86fcf9b5ad1f4f1c456f7e908408f 100644 (file)
@@ -19,7 +19,7 @@ div.tb_consumer { /* consumes the spaces taken by the toolbar */
 .tb_toolbar {
   height:        22px; /* was 30 */
 }
-.tb_toolbar_group {
+.tb_toolbar_group { /* not used currently? */
   height:        22px; /* was 30 */
   padding-right: 16px;
 }
@@ -52,26 +52,63 @@ div.tb_consumer { /* consumes the spaces taken by the toolbar */
 
 /* TODO: hover, doesn't work this way
          as soon as I add ".tbicon_getmail" it stops working
+   TODO: we also need to draw a border around the full cell (not too easy))
+   => probably we need to move to real icons
+
 .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(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-junk-flat-24x24.png);       }
-.tbicon_junk        { background-image: url(tb-mail-junk-flat-24x24.png);       }
-.tbicon_print       { background-image: url(tb-mail-print-flat-24x24.png);       }
-.tbicon_stop        { background-image: url(tb-mail-stop-flat-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(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-junk-flat-24x24.png);       
+}
+.tbicon_junk {
+  background-image: url(tb-mail-junk-flat-24x24.png);       
+}
+.tbicon_print {
+  background-image: url(tb-mail-print-flat-24x24.png);       
+}
+.tbicon_stop {
+  background-image: url(tb-mail-stop-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(tb-mail-file-flat-24x24.png); }
-.tbicon_folderadd   { background-image: url(tbtb_folderadd.png);   }
-.tbicon_folderdel   { background-image: url(tbtb_folderdel.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(tb-mail-file-flat-24x24.png); 
+}
+.tbicon_folderadd {
+  background-image: url(tbtb_folderadd.png);   
+}
+.tbicon_folderdel {
+  background-image: url(tbtb_folderdel.png);   
+}