blob: 6670f46c908b1cb88c378c3fae20a6907b4942b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-panel {
position: absolute;
}
.yui3-panel-hidden {
visibility: hidden;
}
.yui3-widget-tmp-forcesize .yui3-panel-content {
overflow: hidden !important;
}
.yui3-panel .yui3-widget-hd {
position: relative;
}
.yui3-panel .yui3-widget-hd .yui3-widget-buttons {
position: absolute;
top: 0;
right: 0;
}
.yui3-panel .yui3-widget-ft .yui3-widget-buttons {
display: inline-block;
*display: inline;
zoom: 1;
}
|