[Checkins] SVN: zam.skin/trunk/src/zam/skin/browser/zam.css Move Adding menu to the right side.

Roger Ineichen roger at projekt01.ch
Sun Mar 2 09:53:04 EST 2008


Log message for revision 84407:
  Move Adding menu to the right side.
  Note, it needs another review and probably some CSS cleanup, any CSS guru here?

Changed:
  U   zam.skin/trunk/src/zam/skin/browser/zam.css

-=-
Modified: zam.skin/trunk/src/zam/skin/browser/zam.css
===================================================================
--- zam.skin/trunk/src/zam/skin/browser/zam.css	2008-03-02 14:45:23 UTC (rev 84406)
+++ zam.skin/trunk/src/zam/skin/browser/zam.css	2008-03-02 14:53:03 UTC (rev 84407)
@@ -280,11 +280,12 @@
 /*---[ add menu ]---------------------------------------------------------*/
 
 #addMenu {
-    width: 100px;
+    float: right;
+    width: 150px;
     height: 22px;
     color: red;
     background: #3F69C3 url(./img/menuBlueBG.gif) repeat-x top left;
-    border-right: 8px solid white;
+    border-left: 8px solid white;
 }
 
 .addMenu .topMenu,



More information about the Checkins mailing list