Author: thomas.heute(a)jboss.com
Date: 2007-02-14 10:14:02 -0500 (Wed, 14 Feb 2007)
New Revision: 6274
Modified:
trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css
Log:
King of CSS:
* Fixed: Theme Maple contains image that removes dashboard navigation links
[JBPORTAL-1236]
* Fixed, sub-navigation pages are now just below the page name...
(more to fix, the content background doesn't fill up all the height of the page on
Firefox at least)
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-14 14:59:51
UTC (rev 6273)
+++ trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css 2007-02-14 15:14:02
UTC (rev 6274)
@@ -76,6 +76,7 @@
/* wrapper for entire portal. starts/ends after/before body tag */
#portal-container {
+ height: 100%;
margin: 4px 9% 0 9%; /* part of below IE hack to preserve min-width for portlet
regions */
padding: 0 400px 0 400px;
}
@@ -85,11 +86,13 @@
margin: 0 -400px 0 -400px;
position: relative;
min-width: 804px;
+ height: 100%;
}
/* min width hack for IE */
#sizer {
width: 100%;
+ height: 100%;
}
/* IE Hack \*/
@@ -240,14 +243,20 @@
}
UL#tabsHeader li {
+ display: inline;
list-style: none;
float: left;
margin-left: 0px;
margin-top: 100px;
margin-right: 0px;
+ position: relative;
+ top: 0px;
padding-left: 5px;
padding-right: 5px;
+ white-space: nowrap;
+}
+UL#tabsHeader li {
}
UL#tabsHeader li:hover {
@@ -299,6 +308,7 @@
background-repeat: no-repeat;
}
+
/* Begin Submenu selectors */
/* hide the sub levels and give them a positon absolute so that they take up no room */
@@ -383,9 +393,9 @@
*****************************/
#dashboardnav {
- float: right;
- font-size: 10px;
- padding: 6px 12px 0px 0px;
+ float: left;
+ font-size: 12px;
+ padding: 6px 12px;
color: #FFFFFF;
z-index: 20;
}
Show replies by date