blob: fd0e1164b200a8b9574b864996c1e76f80cfd40f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-overlay {
position:absolute;
}
.yui3-overlay-hidden {
visibility:hidden
}
.yui3-widget-tmp-forcesize .yui3-overlay-content {
overflow:hidden !important;
}
|