Author: thomas.heute(a)jboss.com
Date: 2007-02-23 10:29:49 -0500 (Fri, 23 Feb 2007)
New Revision: 6383
Modified:
trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css
trunk/core/src/bin/portal-core-war/themes/renaissance/portal_style.css
Log:
Contribution from Martin Putz
- Better CSS, stopped the flying "Powered by"
- Doesn't break on IE6 when multiple rows of tabs
Modified: trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css 2007-02-23 02:38:30
UTC (rev 6382)
+++ trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css 2007-02-23 15:29:49
UTC (rev 6383)
@@ -182,7 +182,6 @@
margin: 0px;
padding: 0px;
min-width: 250px;
- height: 300px;
}
#regionB {
@@ -194,7 +193,6 @@
padding: 0px; /* test to add 3rd region in layout...*/
width: 68.5%;
float: left;
- height: 300px;
}
#regionC {
@@ -204,7 +202,6 @@
width: 28%;
float: left; /*hide 3rd region*/
display: none;
- height: 300px;
}
#footer-container {
Modified: trunk/core/src/bin/portal-core-war/themes/renaissance/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/renaissance/portal_style.css 2007-02-23
02:38:30 UTC (rev 6382)
+++ trunk/core/src/bin/portal-core-war/themes/renaissance/portal_style.css 2007-02-23
15:29:49 UTC (rev 6383)
@@ -100,14 +100,17 @@
#content-container {
height: 100%;
- text-align: left; /*width: 100%;*/
- min-width: 770px;
+ text-align: left;
+ width: 100%;
+ min-width: 770px;
+ /*
position: absolute;
top: 70px;
- left: 0px; /* z-index: 1; */
- /*part of below IE hack
-padding: 0 350px 0 350px; */
- padding: 0px 0px 0px 0px;
+ left: 0px; / * z-index: 1; * /
+ / * part of below IE hack
+padding: 0 350px 0 350px; * /
+ padding: 0px 100px 0px 0px;
+ */
}
/* Login JSP Selectors */
@@ -166,7 +169,7 @@
margin: 0px;
padding: 0px;
min-width: 250px;
- height: 300px;
+ /*height: 300px;*/
}
#regionB {
@@ -178,7 +181,7 @@
padding: 0px; /* test to add 3rd region in layout...*/
width: 67%;
float: left;
- height: 300px;
+ /*height: 300px;*/
}
#regionC {
@@ -223,9 +226,10 @@
UL#tabsHeader {
margin: 0;
padding-left: 0px;
+ margin-top: 39px;
min-width: 550px;
z-index: 100; /* added for submenu hover */
- position: relative; /* added for submenu hover */
+ /*position: relative; added for submenu hover */
}
UL#tabsHeader li {
@@ -233,7 +237,7 @@
list-style: none;
float: left;
margin-left: 0px;
- margin-top: 39px;
+ margin-top: 0px;
margin-right: 0px;
position: relative;
top: 0px;
@@ -295,7 +299,7 @@
background-repeat: no-repeat;
background-position: right top;
padding-top: -3px;
- border-bottom: 2px solid #fff;
+ /*border-bottom: 2px solid #fff;*/
}
UL#tabsHeader #current a, #current a:hover {
@@ -342,8 +346,7 @@
color: #5078aa;
}
-UL#tabsHeader li:hover ul,
- UL#tabsHeader a:hover ul {
+UL#tabsHeader li:hover ul {
visibility: visible;
}
@@ -1036,6 +1039,7 @@
/* Text in every other row in the table */
.portlet-table-alternate {
+ padding: 3px 5px;
background-color: #E6E8E5;
border-bottom: 1px solid #d5d5d5;
}
Show replies by date