- Web UI: Make use of MochaUI panels (they are resizable)

This commit is contained in:
Christophe Dumez
2009-11-23 19:12:44 +00:00
parent 14e94c8971
commit 4edab29bfe
6 changed files with 55 additions and 83 deletions

View File

@@ -370,7 +370,8 @@ li.divider {
.pad {
position: absolute;
top: 0;
left: 0;
left: 0;
right: 0;
padding: 8px;
overflow: hidden;
}
@@ -384,11 +385,12 @@ li.divider {
background: #f1f1f1 url(../images/bg-panel-header.gif) repeat-x;
height: 30px;
overflow: hidden;
border-bottom: 1px solid #d3d3d3;
border-bottom: 1px solid #d3d3d3;
display: none; /*FIX by Chris*/
}
.panel-headerContent {
padding-top: 2px;
/*padding-top: 2px; FIX By Chris*/
}
.panel-headerContent.tabs {