You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
590 B
29 lines
590 B
/*
|
|
YUI 3.17.2 (build 9c3c78e)
|
|
Copyright 2014 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;
|
|
}
|
|
|