panel-core.css revision de95993d095a066c90c4eb837b771b4698f63cb9
.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 {
/* 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;
}