svn commit: r663415 - in /ofbiz/trunk/framework: common/webcommon/includes/header.ftl images/webapp/images/maincss.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r663415 - in /ofbiz/trunk/framework: common/webcommon/includes/header.ftl images/webapp/images/maincss.css

adrianc
Author: adrianc
Date: Wed Jun  4 16:27:16 2008
New Revision: 663415

URL: http://svn.apache.org/viewvc?rev=663415&view=rev
Log:
Eliminated duplicate CSS style.

Modified:
    ofbiz/trunk/framework/common/webcommon/includes/header.ftl
    ofbiz/trunk/framework/images/webapp/images/maincss.css

Modified: ofbiz/trunk/framework/common/webcommon/includes/header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/header.ftl?rev=663415&r1=663414&r2=663415&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/header.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/header.ftl Wed Jun  4 16:27:16 2008
@@ -62,7 +62,7 @@
 </head>
 
 <body>
-  <div class="hide">
+  <div class="hidden">
     <a ref="#column-container" title="${uiLabelMap.CommonSkipNavigation}" accesskey="2">
       ${uiLabelMap.CommonSkipNavigation}
     </a>

Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?rev=663415&r1=663414&r2=663415&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Wed Jun  4 16:27:16 2008
@@ -163,10 +163,6 @@
 font-weight: bold;
 }
 
-.hide {
-display: none;
-}
-
 /* ===== Legacy Styles ===== */
 
 /* The "smallSubmit" class can be used to decorate
@@ -997,6 +993,7 @@
 }
 
 .hidden {
+height: 0;
 visibility: hidden;
 }
 
@@ -1026,6 +1023,7 @@
 }
 
 .visible {
+height: auto;
 visibility: visible;
 }