diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-12-21 17:41:16 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-12-21 17:41:16 +0100 |
commit | 7a7d55ccbb4d5b4ac3f98270c8b8e27087fa47a1 (patch) | |
tree | 77a598fa601f92d21ccb510bbb3fd5591867df7e /js/yui3/resize-plugin/assets/skins | |
parent | 3154c482b5b1adb5c9229106d2130bc87439e627 (diff) | |
download | bugzilla-7a7d55ccbb4d5b4ac3f98270c8b8e27087fa47a1.tar.gz bugzilla-7a7d55ccbb4d5b4ac3f98270c8b8e27087fa47a1.tar.xz |
Updated js/yui3 tree
Diffstat (limited to 'js/yui3/resize-plugin/assets/skins')
-rw-r--r-- | js/yui3/resize-plugin/assets/skins/night/resize-base-skin.css | 52 | ||||
-rw-r--r-- | js/yui3/resize-plugin/assets/skins/sam/resize-base-skin.css | 52 |
2 files changed, 104 insertions, 0 deletions
diff --git a/js/yui3/resize-plugin/assets/skins/night/resize-base-skin.css b/js/yui3/resize-plugin/assets/skins/night/resize-base-skin.css new file mode 100644 index 000000000..e0af10d6b --- /dev/null +++ b/js/yui3/resize-plugin/assets/skins/night/resize-base-skin.css @@ -0,0 +1,52 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +.yui3-resize-handle-inner-r, +.yui3-resize-handle-inner-l, +.yui3-resize-handle-inner-t, +.yui3-resize-handle-inner-b, +.yui3-resize-handle-inner-tr, +.yui3-resize-handle-inner-br, +.yui3-resize-handle-inner-tl, +.yui3-resize-handle-inner-bl { + background-repeat: no-repeat; + background: url(arrows.png) no-repeat 0 0; + display: block; + height: 15px; + overflow: hidden; + text-indent: -99999em; + width: 15px; +} + +.yui3-resize-handle-inner-br { + background-position: -30px 0; + bottom: -2px; + right: -2px; +} + +.yui3-resize-handle-inner-tr { + background-position: -58px 0; + bottom: 0; + right: -2px; + +} + +.yui3-resize-handle-inner-bl { + background-position: -75px 0; + bottom: -2px; + right: -2px; +} + +.yui3-resize-handle-inner-tl { + background-position: -47px 0; + bottom: 0; + right: -2px; + +} + +.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t { + background-position: -15px 0; +} diff --git a/js/yui3/resize-plugin/assets/skins/sam/resize-base-skin.css b/js/yui3/resize-plugin/assets/skins/sam/resize-base-skin.css new file mode 100644 index 000000000..e0af10d6b --- /dev/null +++ b/js/yui3/resize-plugin/assets/skins/sam/resize-base-skin.css @@ -0,0 +1,52 @@ +/* +YUI 3.7.3 (build 5687) +Copyright 2012 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +http://yuilibrary.com/license/ +*/ +.yui3-resize-handle-inner-r, +.yui3-resize-handle-inner-l, +.yui3-resize-handle-inner-t, +.yui3-resize-handle-inner-b, +.yui3-resize-handle-inner-tr, +.yui3-resize-handle-inner-br, +.yui3-resize-handle-inner-tl, +.yui3-resize-handle-inner-bl { + background-repeat: no-repeat; + background: url(arrows.png) no-repeat 0 0; + display: block; + height: 15px; + overflow: hidden; + text-indent: -99999em; + width: 15px; +} + +.yui3-resize-handle-inner-br { + background-position: -30px 0; + bottom: -2px; + right: -2px; +} + +.yui3-resize-handle-inner-tr { + background-position: -58px 0; + bottom: 0; + right: -2px; + +} + +.yui3-resize-handle-inner-bl { + background-position: -75px 0; + bottom: -2px; + right: -2px; +} + +.yui3-resize-handle-inner-tl { + background-position: -47px 0; + bottom: 0; + right: -2px; + +} + +.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t { + background-position: -15px 0; +} |