You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/11/06 16:21:59 UTC

svn commit: r711877 - /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss

Author: matzew
Date: Thu Nov  6 07:21:45 2008
New Revision: 711877

URL: http://svn.apache.org/viewvc?rev=711877&view=rev
Log:
TRINIDAD-181 - af|navigationPane height is set to 25px in base-desktop.xss for browser-type IE

Modified:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss

Modified: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss?rev=711877&r1=711876&r2=711877&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss Thu Nov  6 07:21:45 2008
@@ -4056,7 +4056,7 @@
   </style>
 
   <style selector="af|navigationPane">
-    <property name="height">25px</property>
+    <property name="height">100%</property>
   </style>
 </styleSheet>