[portal-commits] JBoss Portal SVN: r9162 - branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-war/WEB-INF/jsp/catalog.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Nov 28 07:09:46 EST 2007


Author: thomas.heute at jboss.com
Date: 2007-11-28 07:09:46 -0500 (Wed, 28 Nov 2007)
New Revision: 9162

Modified:
   branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-war/WEB-INF/jsp/catalog/index.jsp
Log:
Improved catalog portlet displaying

Modified: branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-war/WEB-INF/jsp/catalog/index.jsp
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-war/WEB-INF/jsp/catalog/index.jsp	2007-11-28 11:43:37 UTC (rev 9161)
+++ branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-war/WEB-INF/jsp/catalog/index.jsp	2007-11-28 12:09:46 UTC (rev 9162)
@@ -19,15 +19,16 @@
    <!--
    .foldinglist {
       list-style-position: outside;
-      margin-left: 10px;
-      padding: 3px 0 3px 0px;
+      margin-left: 20px;
       vertical-align: top;
-      list-style-image: url( <%= contextPath %> /images/catalog/bullet.gif )
+      list-style-image: url( <%= contextPath %> /images/catalog/bullet.gif );
    }
 
    .pagenosub {
-      margin-left: -20px;
-      list-style-image: url( <%= contextPath %> /images/catalog/bullet.gif )
+      margin-top: 5px;
+      margin-left: 0px;
+      font-weight: bold;
+      list-style-image: url( <%= contextPath %> /images/catalog/bullet.gif );
    }
 
    /
@@ -46,6 +47,8 @@
    output += parent;
 %>
 
+<div class="portlet-area-body">
+    
 <div class="portlet-form-field-label"><%= output %>
 </div>
 
@@ -81,3 +84,4 @@
       }
    %>
 </ul>
+</div>
\ No newline at end of file




More information about the portal-commits mailing list