mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-22 23:51:27 +01:00
Make the replication dialog a little bit wider
Signed-off-by: Cheng <fangyuanc@vmware.com>
This commit is contained in:
parent
8e438d81d1
commit
f1648602d5
@ -105,7 +105,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<!--on push-->
|
||||
<div formGroupName="schedule_param">
|
||||
<div formGroupName="schedule_param" class="schedule_style">
|
||||
<div class="select floatSet" [hidden]="!isScheduleOpt">
|
||||
<select name="scheduleType" formControlName="type" (change)="selectSchedule($event)">
|
||||
<option value="Daily">{{'REPLICATION.DAILY' | translate}}</option>
|
||||
|
@ -32,6 +32,7 @@ h4 {
|
||||
margin-top: 2px;
|
||||
line-height: 1em;
|
||||
font-size: 12px;
|
||||
margin-left: 2px !important;
|
||||
}
|
||||
|
||||
.inputWidth {
|
||||
@ -74,6 +75,10 @@ h4 {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.schedule_style {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.floatSet {
|
||||
display: inline-block;
|
||||
width: 82px;
|
||||
@ -167,7 +172,7 @@ h4 {
|
||||
|
||||
clr-modal {
|
||||
::ng-deep div.modal-dialog {
|
||||
width: 25rem;
|
||||
width: 29rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user