IE CSS fixes

-Fix alignment of listview-in-detailview table headers

-Fix detail view toolbar display

-Fix system charts
This commit is contained in:
Brian Federle 2012-02-21 14:31:04 -08:00
parent 1590fb8f64
commit 9a76fb70bf
1 changed files with 42 additions and 1 deletions

View File

@ -13,20 +13,36 @@ div.panel div.list-view div.fixed-header {
top: expression(this.offsetParent.scrollTop + 30);
}
.detail-view div.list-view div.fixed-header {
top: 29px !important;
left: 12px !important;
}
div.panel div.list-view div.data-table table.body {
top: 78px;
}
.detail-view .main-groups {
width: 554px;
width: 96%;
height: 416px;
position: relative;
overflow-x: hidden;
margin-top: -18px;
}
.detail-view .ui-widget-content {
overflow-x: hidden !important;
}
.tree-view {
position: relative;
top: expression(this.offsetParent.scrollTop);
}
.tree-view li .name {
margin: 0px !important;
}
.detail-view .button.done {
/*+placement:shift 0px 459px;*/
position: relative;
@ -92,3 +108,28 @@ table th {
vertical-align: middle;
}
.detail-view > .toolbar {
position: relative;
float: left;
left: -14px;
}
.detail-view .list-view > .toolbar {
width: 100% !important;
}
.system-chart ul.resources li .label {
/*+placement:shift 3px 9px;*/
position: relative;
left: 3px;
top: 9px;
position: absolute;
}
.system-chart ul.resources li .button.view-all .view-all-label {
/*+placement:shift 6px 5px;*/
position: relative;
left: 6px;
top: 5px;
}