Author: wesleyhales
Date: 2008-12-01 22:33:35 -0500 (Mon, 01 Dec 2008)
New Revision: 12328
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css
Log:
JBPORTAL-2249
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 2008-12-01
11:23:27 UTC (rev 12327)
+++
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/renewal/portal_style.css 2008-12-02
03:33:35 UTC (rev 12328)
@@ -60,7 +60,7 @@
width: 250px;
height: 27px;
position: absolute;
- left: 29px;
+ left: 7px;
top: 3px;
}
@@ -82,7 +82,7 @@
/* min width for IE */
#expander {
- /*position: relative;*/
+ position: relative;
padding: 0 0 0 0;
margin: 0 -327px 0 -327px;
@@ -172,12 +172,11 @@
#regionA {
/* test to swap columns...
float: right; */
-
width: 30%;
float: left;
margin: 0px;
padding: 0px;
- min-width: 250px; /*height: 300px;*/
+/*height: 300px;*/
}
#regionB {
@@ -215,8 +214,6 @@
/* used to clear float in regionA,B,C divs so that
footer spans bottom of page */
-/* used to clear float in regionA,B,C divs so that
-footer spans bottom of page */
hr.cleaner {
clear: both;
height: 1px;
@@ -237,23 +234,36 @@
}
ul#tabsHeader {
- width: 100%;
list-style: none;
- margin: 0;
+ margin: 0 0 -5px 0;
padding: 0;
position:absolute;
+ bottom: 0px;
+ left: 0;
+ min-width: 550px;
+ z-index: 1;
+}
+
+* html ul#tabsHeader {
+ list-style: none;
+ margin: 0 0 -5px 0;
+ padding: 0;
+ position:absolute;
bottom: -5px;
left: 0;
+ min-width: 550px;
z-index: 1;
}
ul#tabsHeader li {
+ display: inline;
float: left;
height: 29px;
font-family: Lucida, Tahoma, Verdana, sans-serif;
font-size: 12px;
margin: 0 1px 0 1px;
position: relative;
+ white-space: nowrap;
}
ul#tabsHeader li,
@@ -262,7 +272,18 @@
background-repeat: no-repeat;
}
-ul#tabsHeader li a,
+ul#tabsHeader li a{
+ background-position: top left;
+ background-repeat: no-repeat;
+ padding: 5px 15px 0 15px;
+ display: block;
+ height: 29px;
+ font-weight: bold;
+ width: 55px;
+ white-space: nowrap;
+}
+
+
ul#tabsHeader li#current a{
background-position: top left;
background-repeat: no-repeat;
@@ -270,8 +291,11 @@
display: block;
height: 29px;
font-weight: bold;
+ white-space: nowrap;
}
+
+
ul#tabsHeader li#current {
background-image: url( 'images/nav-active-right2.gif' );
}
Show replies by date