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:23:29 +08:00
parent f1648602d5
commit f3cc7676ef
2 changed files with 5 additions and 4 deletions

View File

@ -88,8 +88,10 @@
</select>
</div>
</div>
<label *ngIf="noEndpointInfo.length != 0" class="colorRed alertLabel">{{noEndpointInfo | translate}}</label>
<span class="alertLabel goLink" *ngIf="noEndpointInfo.length != 0" (click)="goRegistry()">{{'REPLICATION.ENDPOINTS' | translate}}</span>
<div>
<label *ngIf="noEndpointInfo.length != 0" class="colorRed alertLabel">{{noEndpointInfo | translate}}</label>
<span class="alertLabel goLink" *ngIf="noEndpointInfo.length != 0" (click)="goRegistry()">{{'REPLICATION.ENDPOINTS' | translate}}</span>
</div>
</div>
<!--Trigger-->

View File

@ -28,11 +28,9 @@ h4 {
}
.alertLabel {
display: block;
margin-top: 2px;
line-height: 1em;
font-size: 12px;
margin-left: 2px !important;
}
.inputWidth {
@ -160,6 +158,7 @@ h4 {
border-bottom: 1px solid blue;
line-height: 14px;
cursor: pointer;
margin-left: 12px;
}
.arrowSet{