Author: thomas.heute(a)jboss.com
Date: 2009-02-23 06:02:23 -0500 (Mon, 23 Feb 2009)
New Revision: 12860
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css
Log:
JBPORTAL-2318: Portlet header layout in Edit Mode is broken - only in left column
dashboard
There is no universal solution, but that may work out better in common cases
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css 2009-02-23
10:53:13 UTC (rev 12859)
+++
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css 2009-02-23
11:02:23 UTC (rev 12860)
@@ -172,7 +172,7 @@
#regionA {
/* test to swap columns...
float: right; */
- width: 30%;
+ width: 35%;
float: left;
margin: 0px;
padding: 0px;
@@ -186,7 +186,7 @@
/*two column layout
margin: 0 0 0 30%;*/
padding: 0px; /* test to add 3rd region in layout...*/
- width: 67%;
+ width: 62%;
float: left; /*height: 300px;*/
}
@@ -509,7 +509,6 @@
text-indent: 5px;
padding-top: 5px;
padding-bottom: 6px;
- width:65%;
display:block;
margin-right:10px;
}
Show replies by date