upgraded to yui 0.12.0
upgraded to yui-ext 0.33 rc2
This commit is contained in:
parent
62b3d90db7
commit
cfd09a5cb6
1271 changed files with 539033 additions and 0 deletions
27
www/extras/yui/examples/tabview/css/module_tabs.css
Normal file
27
www/extras/yui/examples/tabview/css/module_tabs.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
|
||||
.yui-navset .yui-nav li { /* tabs */
|
||||
font:77%/1.2 verdana;
|
||||
margin-bottom:-10px; /* pointer overlap */
|
||||
padding-bottom:6px; /* make room for pointer */
|
||||
position:relative;
|
||||
top:-2px; /* pull above nav */
|
||||
}
|
||||
|
||||
|
||||
.yui-navset .yui-content { /* content pane */
|
||||
background:#fff;
|
||||
border:1px solid #dcdcdc;
|
||||
}
|
||||
|
||||
.yui-navset .yui-nav {
|
||||
background:#e1e1e1 url(../img/newcats_bkgd.gif) repeat-x;
|
||||
border:1px solid #dcdcdc;
|
||||
}
|
||||
|
||||
.yui-navset .yui-nav .selected a {
|
||||
background:#293852 url(../img/tab_right.gif) no-repeat top right;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.yui-navset .yui-nav .selected { background:url(../img/ptr.gif) no-repeat bottom center; }
|
||||
.yui-navset .yui-nav .selected em { background:url(../img/tab_left.gif) no-repeat; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue