[jboss-svn-commits] JBoss Portal SVN: r5151 - branches/JBoss_Portal_Branch_2_4/core/src/bin/portal-core-war/themes/phalanx
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Sep 5 12:01:06 EDT 2006
Author: roy.russo at jboss.com
Date: 2006-09-05 12:01:06 -0400 (Tue, 05 Sep 2006)
New Revision: 5151
Modified:
branches/JBoss_Portal_Branch_2_4/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
Log:
fixed tabs in MAC Safari
Modified: branches/JBoss_Portal_Branch_2_4/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
===================================================================
--- branches/JBoss_Portal_Branch_2_4/core/src/bin/portal-core-war/themes/phalanx/portal_style.css 2006-09-05 15:58:29 UTC (rev 5150)
+++ branches/JBoss_Portal_Branch_2_4/core/src/bin/portal-core-war/themes/phalanx/portal_style.css 2006-09-05 16:01:06 UTC (rev 5151)
@@ -281,7 +281,7 @@
text-decoration: none;
font: 13px / normal Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
color: #425261;
- line-height: 25px;
+ line-height: 26px;
padding: 5px 15px 1px 15px;
background-image: url( images/tab_left_unselected.gif );
background-repeat: no-repeat;
@@ -296,8 +296,8 @@
background-image: url( images/tab_left_hover2.gif );
background-repeat: no-repeat;
background-position: top left;
- line-height: 25px;
white-space: nowrap;
+ line-height: 26px;
}
UL#tabsHeader #current {
@@ -305,21 +305,23 @@
background-image: url( images/tab_right.gif );
background-repeat: no-repeat;
background-position: right top;
- margin-bottom: -3px;
+/* margin-bottom: -3px;
padding-top: 3px;
- border-bottom: 2px solid #fff;
+ border-bottom: 1px solid #fff;*/
+ line-height: 26px;
}
UL#tabsHeader #current a, #current a:hover {
font: 13px / normal Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
font-weight: 500;
color: #000;
- line-height: 20px;
+/* line-height: 20px;*/
background-image: url( images/tab_left.gif );
background-repeat: no-repeat;
background-position: top left;
- margin-top: -3px;
- padding-bottom: 3px;
+/* margin-top: -3px;
+ padding-bottom: 3px;*/
+ line-height: 26px;
}
UL#tabsHeader #current a:hover {
More information about the jboss-svn-commits
mailing list