File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,61 @@ div.panel div.list-view {
55}
66
77div .toolbar {
8- top : expression (this.offsetParent.scrollTop);;
8+ top : expression (this.offsetParent.scrollTop);
99}
1010
1111div .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
Original file line number Diff line number Diff 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 11 px ;
5953+ margin : 1 px 0 px 13px 17 px ;
59525954 padding : 6px 9px 6px 4px ;
59535955 cursor : pointer;
59545956}
You can’t perform that action at this time.
0 commit comments