Align all tab spacing between project and configuration pages

Signed-off-by: FangyuanCheng <fangyuanc@vmware.com>
This commit is contained in:
FangyuanCheng 2019-04-23 11:20:05 +08:00
parent ac4dfd5973
commit 85bd840ff1
7 changed files with 10 additions and 7 deletions

View File

@ -16,7 +16,7 @@
<button type="button" class="btn btn-sm btn-secondary" [disabled]="!selectedRow.length || !hasDeleteLabelPermission" (click)="deleteLabels(selectedRow)"><clr-icon shape="times" size="16"></clr-icon>&nbsp;{{'LABEL.DELETE' | translate}}</button>
<hbr-create-edit-label [scope]="scope" [projectId]="projectId" (reload)="reload()"></hbr-create-edit-label>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 content-mt">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<clr-datagrid [clrDgLoading]="loading" [(clrDgSelected)]="selectedRow" (clrDgSelectedChange)="selectedChange()">
<clr-dg-column [clrDgField]="'name'">{{'LABEL.LABEL' | translate}}</clr-dg-column>
<clr-dg-column [clrDgField]="'endpoint'">{{'LABEL.DESCRIPTION' | translate}}</clr-dg-column>

View File

@ -1,8 +1,6 @@
.label-config {
position: relative;
div.content-mt {
margin-top: -12px;
}
margin-top: 30px;
.rightPos {
position: absolute;
z-index: 100;

View File

@ -1,4 +1,4 @@
<div>
<div class="repository-box">
<div class="row position-relative">
<div class="toolbar">
<div class="row flex-items-xs-right option-right rightPos">

View File

@ -86,4 +86,8 @@
.push-image-button {
display: inline-block;
}
.repository-box {
margin-top: 5px;
}

View File

@ -9,6 +9,7 @@ $size60:60px;
}
.chart-tool {
position: relative;
margin-top: 5px;
.toolbar {
overflow: hidden;
.rightPos {

View File

@ -36,7 +36,7 @@ clr-datagrid {
position: inherit;
}
.content-space {
margin-top: 12px;
margin-top: 28px;
position: relative;
}
.datagrid-pt {

View File

@ -1,7 +1,7 @@
@import "../../../../lib/src/mixin";
.robot-space {
margin-top: 12px;
margin-top: 28px;
position: relative;
clr-icon.red-position {