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
65
www/extras/yui-ext/resources/css/toolbar.css
Normal file
65
www/extras/yui-ext/resources/css/toolbar.css
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
/*
|
||||
* yui-ext .33 RC2
|
||||
* Copyright(c) 2006, Jack Slocum.
|
||||
*/
|
||||
|
||||
.ytoolbar{
|
||||
background-color: #ebeadb;
|
||||
border: 1px solid #cbc7b8;
|
||||
display: block;
|
||||
padding:2px;
|
||||
}
|
||||
.mso .ytoolbar, .ygrid-mso .ytoolbar{
|
||||
border: 0px none;
|
||||
background: url(../images/grid/mso-hd.gif);
|
||||
}
|
||||
.ytoolbar td,.ytoolbar span,.ytoolbar input,.ytoolbar div{
|
||||
font:normal 8pt arial,helvetica;
|
||||
}
|
||||
.ytoolbar .ytb-button-disabled .ytb-button-inner{
|
||||
color:gray;
|
||||
cursor:default;
|
||||
}
|
||||
.ytoolbar .ytb-button-inner{
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
display: block;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
cursor:pointer;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ytoolbar .ytb-text{
|
||||
padding:2px;
|
||||
}
|
||||
.ytoolbar .ytb-button{
|
||||
padding:2px 3px;
|
||||
display:block;
|
||||
}
|
||||
.ytoolbar .ytb-button-over{
|
||||
background:#c3d3ed url(../images/toolbar/btn-over-bg.gif) repeat-x;
|
||||
border:1px solid #6593cf;
|
||||
padding:1px 2px;
|
||||
}
|
||||
.ytoolbar .ytb-sep {
|
||||
background-image: url(../images/grid/grid-split.gif);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
display: block;
|
||||
font-size: 1px;
|
||||
height: 16px;
|
||||
width:4px;
|
||||
overflow: hidden;
|
||||
cursor:default;
|
||||
margin: 0px 2px 0px;
|
||||
border:0px;
|
||||
}
|
||||
.mso .ytoolbar .ytb-sep, .ygrid-mso .ytoolbar .ytb-sep{
|
||||
background-image: url(../images/grid/grid-blue-split.gif);
|
||||
}
|
||||
|
||||
.ytheme-gray .ytoolbar{
|
||||
border:0px none;
|
||||
background: #efefe3 url(../images/toolbar/gray-bg.gif) repeat-x;
|
||||
padding:3px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue