[jboss-svn-commits] JBoss Portal SVN: r5119 - trunk/core/src/bin/portal-core-war/themes/phalanx
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Aug 30 12:52:22 EDT 2006
Author: roy.russo at jboss.com
Date: 2006-08-30 12:52:21 -0400 (Wed, 30 Aug 2006)
New Revision: 5119
Modified:
trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
Log:
JBPORTAL-951
Modified: trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css 2006-08-30 12:58:33 UTC (rev 5118)
+++ trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css 2006-08-30 16:52:21 UTC (rev 5119)
@@ -235,6 +235,7 @@
}
UL#tabsHeader li {
+display: inline;
list-style: none;
float: left;
margin-left: 0px;
@@ -271,12 +272,12 @@
}
UL#tabsHeader a {
- display: block;
+ display: inline;
float: left;
text-decoration: none;
font: 13px / normal Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
color: #425261;
- line-height: 20px;
+ line-height: 25px;
padding: 5px 15px 1px 15px;
background-image: url( images/tab_left_unselected.gif );
background-repeat: no-repeat;
@@ -291,7 +292,7 @@
background-image: url( images/tab_left_hover2.gif );
background-repeat: no-repeat;
background-position: top left;
- line-height: 20px;
+ line-height: 25px;
white-space: nowrap;
}
@@ -302,7 +303,7 @@
background-position: right top;
margin-bottom: -3px;
padding-top: 3px;
- border-bottom: 1px solid #fff;
+ border-bottom: 2px solid #fff;
}
UL#tabsHeader #current a, #current a:hover {
More information about the jboss-svn-commits
mailing list