Make the replication dialog a little bit wider

Signed-off-by: Cheng <fangyuanc@vmware.com>
This commit is contained in:
Cheng 2018-09-26 12:10:47 +08:00
parent 8e438d81d1
commit f1648602d5
2 changed files with 7 additions and 2 deletions

View File

@ -105,7 +105,7 @@
</select> </select>
</div> </div>
<!--on push--> <!--on push-->
<div formGroupName="schedule_param"> <div formGroupName="schedule_param" class="schedule_style">
<div class="select floatSet" [hidden]="!isScheduleOpt"> <div class="select floatSet" [hidden]="!isScheduleOpt">
<select name="scheduleType" formControlName="type" (change)="selectSchedule($event)"> <select name="scheduleType" formControlName="type" (change)="selectSchedule($event)">
<option value="Daily">{{'REPLICATION.DAILY' | translate}}</option> <option value="Daily">{{'REPLICATION.DAILY' | translate}}</option>

View File

@ -32,6 +32,7 @@ h4 {
margin-top: 2px; margin-top: 2px;
line-height: 1em; line-height: 1em;
font-size: 12px; font-size: 12px;
margin-left: 2px !important;
} }
.inputWidth { .inputWidth {
@ -74,6 +75,10 @@ h4 {
margin-right: 10px; margin-right: 10px;
} }
.schedule_style {
display: inline-block;
}
.floatSet { .floatSet {
display: inline-block; display: inline-block;
width: 82px; width: 82px;
@ -167,7 +172,7 @@ h4 {
clr-modal { clr-modal {
::ng-deep div.modal-dialog { ::ng-deep div.modal-dialog {
width: 25rem; width: 29rem;
} }
} }