File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5988,7 +5988,7 @@ label.error {
59885988}
59895989
59905990.multi-wizard .instance-wizard .data-disk-offering .select-container {
5991- height : 280 px ;
5991+ height : 300 px ;
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 {
Original file line number Diff line number Diff line change 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" >
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" >
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" >
You can’t perform that action at this time.
0 commit comments