[jboss-svn-commits] JBL Code SVN: r9730 - in labs/jbossforums/branches/forums101P26/forums/src: resources/portal-forums-war/views/category and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 23 17:57:31 EST 2007


Author: unibrew
Date: 2007-02-23 17:57:31 -0500 (Fri, 23 Feb 2007)
New Revision: 9730

Modified:
   labs/jbossforums/branches/forums101P26/forums/src/bin/portal-forums-war/default_graphics/forums_styles.css
   labs/jbossforums/branches/forums101P26/forums/src/resources/portal-forums-war/views/category/viewcategory_body.xhtml
Log:
[JBFORUMS-168] Small correction for look of Category and CategoriesView for P2.6 version.

Modified: labs/jbossforums/branches/forums101P26/forums/src/bin/portal-forums-war/default_graphics/forums_styles.css
===================================================================
--- labs/jbossforums/branches/forums101P26/forums/src/bin/portal-forums-war/default_graphics/forums_styles.css	2007-02-23 22:56:42 UTC (rev 9729)
+++ labs/jbossforums/branches/forums101P26/forums/src/bin/portal-forums-war/default_graphics/forums_styles.css	2007-02-23 22:57:31 UTC (rev 9730)
@@ -181,21 +181,25 @@
 
 .forumtablestyle .forumlisticon {
 	width:10px;
+	height:40px;
 }
 
 .forumtablestyle .forumlistcentered {
 	width:50px;
 	text-align: center;
 	border-left:1px solid #e6e7e8;
+	height:40px;
 }
 
 .forumtablestyle .forumlistlast {
 	width:250px;
 	border-left:1px solid #e6e7e8;
+	height:40px;
 }
 
 .forumtablestyle .forumlistopen {
 	border-left:1px solid #e6e7e8;
+	height:40px;
 }
 
 .forumtablestyle .forumcategory {

Modified: labs/jbossforums/branches/forums101P26/forums/src/resources/portal-forums-war/views/category/viewcategory_body.xhtml
===================================================================
--- labs/jbossforums/branches/forums101P26/forums/src/resources/portal-forums-war/views/category/viewcategory_body.xhtml	2007-02-23 22:56:42 UTC (rev 9729)
+++ labs/jbossforums/branches/forums101P26/forums/src/resources/portal-forums-war/views/category/viewcategory_body.xhtml	2007-02-23 22:57:31 UTC (rev 9730)
@@ -98,6 +98,7 @@
                                 <h:outputText value="#{forumrow.name}"/>
                             </h:outputLink>
                         </h3>
+                        <br></br>
                         ${forumrow.description}
                     </td>
                     <td class="forumlistcentered">




More information about the jboss-svn-commits mailing list