import v1.1.0_beta1 | 2009-08-21

This commit is contained in:
2019-07-17 22:16:19 +02:00
parent 2c1152f0d3
commit 8dee6b1a10
2306 changed files with 251360 additions and 23428 deletions

View File

@ -1,12 +1,13 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
version: 2.7.0
*/
/* Give the handle a background color */
.yui-skin-sam .yui-resize .yui-resize-handle {
background-color: #F2F2F2;
zoom: 1;
}
/* Give the active handle a different color */
.yui-skin-sam .yui-resize .yui-resize-handle-active {
@ -18,6 +19,7 @@ version: 2.6.0
.yui-skin-sam .yui-resize .yui-resize-handle-l-active,
.yui-skin-sam .yui-resize .yui-resize-handle-r-active {
height: 100%;
zoom: 1;
}
/* Give a border to the 8-way knob style handles */
.yui-skin-sam .yui-resize-knob .yui-resize-handle {
@ -127,3 +129,14 @@ version: 2.6.0
height: 6px;
width: 6px;
}
.yui-skin-sam .yui-resize-textarea .yui-resize-handle-r {
right: -8px;
}
.yui-skin-sam .yui-resize-textarea .yui-resize-handle-b {
bottom: -8px;
}
.yui-skin-sam .yui-resize-textarea .yui-resize-handle-br {
right: -8px;
bottom: -8px;
}

File diff suppressed because one or more lines are too long