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:15:13 UTC

svn commit: r711875 - /myfaces/trinidad/trunk_1.2.x/trinidad-impl/src/main/resources/META-INF/adf/styles/base-desktop.xss

Author: matzew
Date: Thu Nov  6 07:15:04 2008
New Revision: 711875

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

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

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