added YUI and YUI-ext
fixed the resizable text area with IE problem fixed the ad space with IE problem merged the 7.2.0 and 7.1.4 change logs
This commit is contained in:
parent
6bf329d68d
commit
4f68a0933c
1026 changed files with 331404 additions and 60 deletions
53
www/extras/yui-ext/resources/css/toolbar.css
Normal file
53
www/extras/yui-ext/resources/css/toolbar.css
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
.ytoolbar{
|
||||
background-color: #ebeadb;
|
||||
border: 1px solid #cbc7b8;
|
||||
display: block;
|
||||
padding:2px;
|
||||
}
|
||||
.mso .ytoolbar, .ygrid-mso .ytoolbar{
|
||||
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;
|
||||
display:block;
|
||||
}
|
||||
.ytoolbar .ytb-button-over{
|
||||
background-color:#c3d3ed;
|
||||
border:1px solid #316ac5;
|
||||
padding:1px;
|
||||
}
|
||||
.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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue