panel-core.css revision e22964a5bd54fca80aacad5c7c717c3bc15ac6d3
.yui3-panel {
position:absolute;
}
.yui3-panel-hidden {
visibility:hidden;
}
.yui3-widget-tmp-forcesize .yui3-panel-content {
overflow:hidden !important;
}
.yui3-panel .yui3-widget-hd .yui3-widget-button-wrapper,.yui3-panel {
/* display: inline-block;
position: absolute;
right: 0.3em;
top: 0.3em;*/
float:right;
}
.yui3-panel .yui3-widget-ft {
min-height:25px;
}
.yui3-panel .yui3-widget-ft .yui3-widget-button-wrapper {
position:absolute;
display:inline-block;
right: 0.6em;
bottom: 0.5em;
}