You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/03/11 15:56:53 UTC

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

Author: lofwyr
Date: Thu Mar 11 14:56:53 2010
New Revision: 921879

URL: http://svn.apache.org/viewvc?rev=921879&view=rev
Log:
TOBAGO-832: Menu
 - Make working in Safari

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

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-menu.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-menu.js?rev=921879&r1=921878&r2=921879&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-menu.js (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-menu.js Thu Mar 11 14:56:53 2010
@@ -33,7 +33,7 @@
        <div class="tobago-page-default">
          // page content     
        </div>
-       <span ...
+       <span ... </span>
        <div class="tobago-menu-store">  // container for the sub menus.
          <ol id="m1::menu">
            <li class="tobago-menu-parent">

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=921879&r1=921878&r2=921879&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Thu Mar 11 14:56:53 2010
@@ -1099,8 +1099,7 @@ li.tobago-menu-selected {
   background-color: #d8e9fb;
 }
 
-.tobago-menuBar-default,
-.tobago-page-menuStore {
+.tobago-menuBar-default {
   padding: 0;
   margin: 0;
   border-bottom-width: 1px;
@@ -1112,11 +1111,16 @@ li.tobago-menu-selected {
   position: absolute;
   width: 100%;
   background-color: #aabbcc;
-  z-index: 1000; /* todo */
+/*  z-index: 1000; /* todo */
 }
 
 .tobago-page-menuStore {
-  visibility: hidden;
+  padding: 0;
+  margin: 0;
+  width: 0;
+  height: 0;
+  position: absolute;
+/*  z-index: 1000; /* todo */
 }
 
 .tobago-menuBar-default ol,