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
26
www/extras/yui-ext/examples/tabs/tabs-example.css
Normal file
26
www/extras/yui-ext/examples/tabs/tabs-example.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.list {list-style:square;width:500px;padding-left:16px;}
|
||||
.list li{padding:2px;font-size:8pt;}
|
||||
|
||||
/* hide the tab content while loading */
|
||||
.tab-content{display:none;}
|
||||
|
||||
pre {
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
#tabs1 {width:400px;}
|
||||
#tabs1 .yui-ext-tabbody {border:1px solid #999;border-top:none;}
|
||||
#tabs1 .yui-ext-tabitembody {display:none;padding:10px;}
|
||||
|
||||
#jtabs {width:600px;}
|
||||
#jtabs .yui-ext-tabbody {border:1px solid #999;border-top:none; height:200px;overflow:auto;}
|
||||
#jtabs .yui-ext-tabitembody {display:none;padding:10px;font-size:11px;}
|
||||
|
||||
/* default loading indicator for ajax calls */
|
||||
.loading-indicator {
|
||||
font-size:8pt;
|
||||
background-image:url('../../resources/images/grid/loading.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: left;
|
||||
padding-left:20px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue