mirror of https://github.com/apache/cloudstack.git
Style data disk offering step
This commit is contained in:
parent
bffb10ab86
commit
f302c86855
|
|
@ -75,4 +75,38 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.step.data-disk-offering {
|
||||
&.custom-disk-size {
|
||||
.select-container {
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
.section.custom-size {
|
||||
label:not(.size) {
|
||||
@include span-columns(12);
|
||||
}
|
||||
|
||||
label.size {
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ui-slider {
|
||||
@include span-columns(7);
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
@include shift(2);
|
||||
|
||||
padding: 5px;
|
||||
float: left;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue