diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index bcb82d3aba1..6602c161c46 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1835,6 +1835,7 @@ div.list-view td.state.off span { float: left; width: 245px; } + .detail-group .main-groups table td.value > span.copypasteenabledvalue { text-overflow: ellipsis; -o-text-overflow: ellipsis; @@ -1849,7 +1850,7 @@ div.list-view td.state.off span { } div.copypasteicon { - background: url("../images/sprites.png") no-repeat scroll -271px -65px; + background: url("../images/sprites.png") no-repeat -271px -65px; float: left; height: 21px; margin-left: 6px; @@ -1858,7 +1859,7 @@ div.copypasteicon { } div.copypasteicon:hover { - background: url("../images/sprites.png") no-repeat scroll -271px -646px; + background: url("../images/sprites.png") no-repeat -271px -646px; } .detail-group .main-groups table td.value > span.copypasteenabledvalue { @@ -1875,7 +1876,7 @@ div.copypasteicon:hover { } div.copypasteicon { - background: url("../images/sprites.png") no-repeat scroll -271px -65px; + background: url("../images/sprites.png") no-repeat -271px -65px; float: left; height: 21px; margin-left: 6px; @@ -1884,10 +1885,9 @@ div.copypasteicon { } div.copypasteicon:hover { - background: url("../images/sprites.png") no-repeat scroll -271px -646px; + background: url("../images/sprites.png") no-repeat -271px -646px; } - .detail-group .main-groups table td.value > span select { width: 100% !important; } @@ -6050,6 +6050,94 @@ label.error { border-radius: 6px 6px 6px 6px; } +.multi-wizard.instance-wizard .data-disk-offering .disk-select-group { + float: left; + margin-top: 12px; + width: 100%; +} + +.multi-wizard.instance-wizard .data-disk-offering .disk-select-header { + border-bottom: 1px solid #D4D4D4; + /*+border-radius:4px;*/ + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + -khtml-border-radius: 4px; + border-radius: 4px; + background: #C2C2C2 0px 4px; + padding: 6px; + height: 17px; +} + +.multi-wizard.instance-wizard .disk-select-group.selected .disk-select-header { + background: #505050; + /*+border-radius:4px 4px 0 0;*/ + -moz-border-radius: 4px 4px 0 0; + -webkit-border-radius: 4px 4px 0 0; + -khtml-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; +} + +.multi-wizard.instance-wizard .data-disk-offering .disk-select-header input { + float: left; +} + +.multi-wizard.instance-wizard .data-disk-offering .disk-select-header .title { + float: left; + font-size: 14px; + padding: 2px; +} + +.multi-wizard.instance-wizard .disk-select-group.selected .disk-select-header .title { + color: #FFFFFF; + /*+text-shadow:0px -1px #000000;*/ + -moz-text-shadow: 0px -1px #000000; + -webkit-text-shadow: 0px -1px #000000; + -o-text-shadow: 0px -1px #000000; + text-shadow: 0px -1px #000000; +} + +.multi-wizard.instance-wizard .data-disk-offering .multi-disk-select-container { + max-height: 257px; + overflow: auto; + border: 1px solid #DDDBDB; + padding: 13px; + background: #E4E4E4; +} + +.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select-container { + max-height: 114px; + float: left; + margin: 0; + border: none; + /*+border-radius:0;*/ + -moz-border-radius: 0; + -webkit-border-radius: 0; + -khtml-border-radius: 0; + border-radius: 0; + display: none; +} + +.multi-wizard.instance-wizard .data-disk-offering .disk-select-group.selected .select-container { + display: block; +} + +.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select { + padding: 0 0 17px; + height: 0; +} + +.multi-wizard.instance-wizard .data-disk-offering .disk-select-group.custom-size .section.custom-size { + display: block !important; +} + +.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select input { + margin: 13px 12px 12px; +} + +.multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select-desc { + margin: 13px 0 0; +} + .multi-wizard.instance-wizard .data-disk-offering.required .select-container { height: 344px; position: relative; @@ -12491,7 +12579,8 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it background-position: -168px -31px; } -.reset .icon, .reinstall .icon { +.reset .icon, +.reinstall .icon { background-position: -168px -31px; } diff --git a/ui/index.jsp b/ui/index.jsp index 4910b9f11fc..5840e7171d9 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -250,7 +250,7 @@ -