You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2005/08/24 17:15:57 UTC

svn commit: r239688 - in /portals/jetspeed-2/trunk/src/webapp/WEB-INF: decorations/layout/html/tigris/css/styles.css templates/layout/html/columns/layout.vm

Author: ate
Date: Wed Aug 24 08:15:47 2005
New Revision: 239688

URL: http://svn.apache.org/viewcvs?rev=239688&view=rev
Log:
Resolving http://issues.apache.org/jira/browse/JS2-348

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/layout/html/tigris/css/styles.css
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/layout/html/tigris/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/layout/html/tigris/css/styles.css?rev=239688&r1=239687&r2=239688&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/layout/html/tigris/css/styles.css (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/layout/html/tigris/css/styles.css Wed Aug 24 08:15:47 2005
@@ -374,11 +374,14 @@
 .portal-layout-column
 {  
   float: left;
-  /** This id the "gutter" setting for columns */
+}
+.portal-layout-column-gutter
+{  
+  /** This is the "gutter" setting for columns */
   padding-right: 4px;
   padding-top: 4px;
- 
 }
+
 .portal-layout-cell
 {
   width: 100%;  

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm?rev=239688&r1=239687&r2=239688&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm Wed Aug 24 08:15:47 2005
@@ -62,7 +62,7 @@
 
 	  #set ($sizeIndex = $sizeIndex + 1)  
 	  <div class="portal-layout-column" style="width:${columnWidth}%;">
-		 
+		  <div class="portal-layout-colum-gutter"> 
 	     #foreach($f in $column)
   	     
            ## Set up coordinates for this fragment
@@ -133,6 +133,7 @@
 		   #end
 		   </div>
 		 #end
+		 </div>
 	  </div>
 	 #end
    </div>  



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org