import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
/*
|
||||
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
|
||||
*/
|
||||
.yui-resize {
|
||||
position: relative;
|
||||
|
@ -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
Reference in New Issue
Block a user