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 we...@apache.org on 2005/08/17 21:18:06 UTC

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

Author: weaver
Date: Wed Aug 17 12:18:03 2005
New Revision: 233242

URL: http://svn.apache.org/viewcvs?rev=233242&view=rev
Log:
A little fine-tuning on the maximized layout.

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css
    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/maximized/layout.vm

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css?rev=233242&r1=233241&r2=233242&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css Wed Aug 17 12:18:03 2005
@@ -266,4 +266,9 @@
 {
   padding: 2px;
 }
+
+.portal-layout-maxed
+{
+  padding: 15px;
+}
         

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=233242&r1=233241&r2=233242&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 17 12:18:03 2005
@@ -385,4 +385,10 @@
   height:100%;
   padding-bottom: 4px;
 }
+
+.portal-layout-maxed
+{
+  padding-top: 4px;
+  padding-right: 2px;
+}
         

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm?rev=233242&r1=233241&r2=233242&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/maximized/layout.vm Wed Aug 17 12:18:03 2005
@@ -46,7 +46,9 @@
   #end
 
   ## get the decorated Portlet content
-  #parse($jetspeed.decorateAndInclude($myFragment))    
+  <div id="portal-layout-$htmlUtil.getSafeElementId($myPage.id)" class="portal-layout-maxed">
+    #parse($jetspeed.decorateAndInclude($myFragment))
+  </div>
 
 
 #if ($decoBottom)



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