[mashup-dev] svn commit r4721 - trunk/mashup/java/modules/www/css
svn at wso2.org
svn at wso2.org
Tue Jul 3 04:44:14 PDT 2007
Author: chanaka
Date: Tue Jul 3 04:43:40 2007
New Revision: 4721
Modified:
trunk/mashup/java/modules/www/css/container.css
Log:
tab design changed
Modified: trunk/mashup/java/modules/www/css/container.css
==============================================================================
--- trunk/mashup/java/modules/www/css/container.css (original)
+++ trunk/mashup/java/modules/www/css/container.css Tue Jul 3 04:43:40 2007
@@ -283,29 +283,31 @@
.yui-navset .yui-nav li a, .yui-navset .yui-content {
border:1px solid #E5898B;
background-color:#ffffff;
-
-
}
/* active tab, tab hover, and content bgcolor */
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover {
background-color:#ffffff;
- background-image: url(../images/title_bar_tab_selected.jpg);
+ background-image: url(../images/tab_active_top_bg.gif);
background-position:top;
background-repeat:repeat-x;
font:1.05em Arial;
color:#000000;
font-weight:bold;
text-decoration:none;
+ line-height:9.5px;
+ width:70px;
}
/* label and content borders */
.yui-navset .yui-nav li a {
border:1px solid #E5898B;
/* background-color:#F8B6B8; */
- background-image: url(../images/title_bar_tab.jpg);
+ background-image: url(../images/tab_inactive_top_bg.gif);
background-position:bottom;
background-repeat:repeat-x;
font:1.05em Arial;
- color:#000000;
+ color:#ffffff;
+ line-height:9.5px;
+ width:70px;
font-weight:bold;
text-decoration:none;
}
More information about the Mashup-dev
mailing list