You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2007/05/02 16:29:13 UTC

svn commit: r534481 - in /myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard: script/tobago-menu.js style/tobago-menu.css

Author: idus
Date: Wed May  2 07:29:13 2007
New Revision: 534481

URL: http://svn.apache.org/viewvc?view=rev&rev=534481
Log:
tried to improve menu spacing; TOBAGO-374

Modified:
    myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/script/tobago-menu.js
    myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-menu.css

Modified: myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/script/tobago-menu.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/script/tobago-menu.js?view=diff&rev=534481&r1=534480&r2=534481
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/script/tobago-menu.js (original)
+++ myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/script/tobago-menu.js Wed May  2 07:29:13 2007
@@ -38,11 +38,11 @@
       return 20;
     }
     else {
-      return 16;
+      return 18;
     }
   }
   else {
-    return 16;
+    return 18;
   }
 }
 

Modified: myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-menu.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-menu.css?view=diff&rev=534481&r1=534480&r2=534481
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-menu.css (original)
+++ myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-menu.css Wed May  2 07:29:13 2007
@@ -40,7 +40,7 @@
 }
 
 .tobago-menu-item {
-  height: 16px;
+  height: 18px;
   z-index: 1000;
 }
 
@@ -77,6 +77,9 @@
 .tobago-menu-item-image {
   width: 16px;
   height: 16px;
+  position: absolute;
+  top: 1px;
+  left: 1px
 }
 
 .tobago-menu-subitem-arrow {
@@ -87,5 +90,12 @@
 .tobago-toolBarButton-menu-item {
   padding-top: 2px;
   background: red;
+}
+
+.tobago-menuBar-separator  {
+  width: 100%;
+  position: relative;
+  top: 9px;
+  left: -3px;
 }