Skip to content

Commit fc4549c

Browse files
committed
IE7 fixes
1 parent 3615b15 commit fc4549c

2 files changed

Lines changed: 62 additions & 9 deletions

File tree

ui/css/cloudstack3-ie7.css

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,61 @@ div.panel div.list-view {
55
}
66

77
div.toolbar {
8-
top: expression(this.offsetParent.scrollTop);;
8+
top: expression(this.offsetParent.scrollTop);
99
}
1010

1111
div.panel div.list-view div.fixed-header {
12-
top: expression(this.offsetParent.scrollTop + 30);;
12+
top: expression(this.offsetParent.scrollTop + 30);
13+
}
14+
15+
.detail-view .main-groups {
16+
width: 554px;
17+
position: relative;
18+
overflow-x: hidden;
19+
}
20+
21+
.detail-view .ui-widget-content {
22+
overflow-x: hidden !important;
23+
}
24+
25+
.detail-view .button.done {
26+
/*+placement:shift 0px 459px;*/
27+
position: relative;
28+
left: 0px;
29+
top: 459px;
30+
}
31+
32+
.detail-view ul {
33+
/*+placement:shift;*/
34+
position: relative;
35+
left: 0;
36+
top: 0;
37+
}
38+
39+
.ui-tabs ul.ui-tabs-nav {
40+
margin-top: 20px;
41+
}
42+
43+
.dashboard.admin .dashboard-container.sub.alerts ul {
44+
top: expression(this.offsetParent.scrollTop);
45+
}
46+
47+
#user-options a:hover {
48+
background: #ADADAD;
49+
color: #FFFFFF;
50+
/*+text-shadow:0px 1px 2px #383838;*/
51+
-moz-text-shadow: 0px 1px 2px #383838;
52+
-webkit-text-shadow: 0px 1px 2px #383838;
53+
-o-text-shadow: 0px 1px 2px #383838;
54+
text-shadow: 0px 1px 2px #383838;
55+
}
56+
57+
.multi-wizard .progress ul li span.arrow {
58+
display: none;
59+
border-right: 0px solid #000000;
60+
}
61+
62+
.tree-view ul li .name {
63+
float: right;
1364
}
1465

ui/css/cloudstack3.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,9 +1096,9 @@ div.list-view td.state.off span {
10961096
display: block;
10971097
width: 100%;
10981098
height: 41px;
1099+
float: left;
10991100
border: none;
11001101
overflow: hidden;
1101-
display: inline-block;
11021102
z-index: 2;
11031103
/*+placement:shift 0px 2px;*/
11041104
position: relative;
@@ -1150,14 +1150,14 @@ div.list-view td.state.off span {
11501150
background: #DEE3E5;
11511151
}
11521152

1153+
.ui-tabs li {
1154+
float: left;
1155+
}
1156+
11531157
.ui-tabs ul li.ui-state-default a {
11541158
border-right: 1px solid #97AFC5;
11551159
border-top: 2px solid #D6DCDE;
11561160
background: url(../images/bg-details-tab-gradient.png);
1157-
/*+placement:shift;*/
1158-
position: relative;
1159-
left: 0;
1160-
top: 0;
11611161
padding-bottom: 11px;
11621162
}
11631163

@@ -3364,7 +3364,8 @@ Dialogs*/
33643364
float: left;
33653365
margin: 0 17px 0 0;
33663366
height: 313px;
3367-
overflow: auto;
3367+
overflow: hidden;
3368+
position: relative;
33683369
}
33693370

33703371
.dashboard.admin .dashboard-container.sub.alerts.last {
@@ -3375,6 +3376,7 @@ Dialogs*/
33753376
width: 356px;
33763377
height: 274px;
33773378
overflow: auto;
3379+
position: relative;
33783380
margin: 0 0 0 16px;
33793381
}
33803382

@@ -5948,7 +5950,7 @@ label.error {
59485950

59495951
.tree-view ul li .name {
59505952
float: left;
5951-
margin: 0 0 13px 11px;
5953+
margin: 1px 0px 13px 17px;
59525954
padding: 6px 9px 6px 4px;
59535955
cursor: pointer;
59545956
}

0 commit comments

Comments
 (0)