panel-core.css revision 9fa8c945e3894e3f888e997887f7f514401f8b85
.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;
}