Skip to content

Commit 312ec6d

Browse files
author
Mike Tutkowski
committed
CLOUDSTACK-6170 (fixing a GUI formatting issue)
1 parent a596edb commit 312ec6d

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

ui/css/cloudstack3.css

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5988,7 +5988,7 @@ label.error {
59885988
}
59895989

59905990
.multi-wizard.instance-wizard .data-disk-offering .select-container {
5991-
height: 280px;
5991+
height: 300px;
59925992
margin: -7px 6px 0 8px;
59935993
/*+border-radius:6px;*/
59945994
-moz-border-radius: 6px;
@@ -6093,8 +6093,28 @@ label.error {
60936093
font-size: 10px;
60946094
}
60956095

6096+
.instance-wizard .step.data-disk-offering.custom-disk-size .select-container {
6097+
height: 272px;
6098+
}
6099+
60966100
.instance-wizard .step.data-disk-offering.custom-iops-do .select-container {
6097-
height: 165px;
6101+
height: 240px;
6102+
}
6103+
6104+
.instance-wizard .step.data-disk-offering.custom-disk-size.custom-iops-do .select-container {
6105+
height: 176px;
6106+
}
6107+
6108+
.instance-wizard .step.data-disk-offering.required.custom-disk-size .select-container {
6109+
height: 315px;
6110+
}
6111+
6112+
.instance-wizard .step.data-disk-offering.required.custom-iops-do .select-container {
6113+
height: 295px;
6114+
}
6115+
6116+
.instance-wizard .step.data-disk-offering.required.custom-disk-size.custom-iops-do .select-container {
6117+
height: 223px;
60986118
}
60996119

61006120
.instance-wizard .step.data-disk-offering .custom-iops-do {

ui/index.jsp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
<div class="content">
207207
<div class="select-container">
208208
</div>
209+
209210
<!-- Custom size slider -->
210211
<div class="section custom-size">
211212
<div class="field">
@@ -221,6 +222,7 @@
221222
<input type="text" class="required disallowSpecialCharacters" name="compute-memory" />
222223
</div>
223224
</div>
225+
224226
<!-- Custom iops -->
225227
<div class="section custom-iops">
226228
<div class="field">
@@ -259,6 +261,7 @@
259261
<input type="text" class="required digits" name="size" value="1" />
260262
<label class="size">GB</label>
261263
</div>
264+
262265
<!-- Custom iops -->
263266
<div class="section custom-iops-do">
264267
<div class="field">

0 commit comments

Comments
 (0)