improve style demo shell (#1326)

This commit is contained in:
Mario Romano
2016-12-19 16:13:07 +00:00
committed by Maurizio Vitale
parent b9c7b60fb6
commit 72ae760b85
9 changed files with 46 additions and 31 deletions

View File

@@ -38,7 +38,6 @@
.icon-small h4 {
clear: left;
margin-left: 26px;
padding-top: 12px;
}
.icon-small:hover {
@@ -48,4 +47,4 @@
.icon-small:hover .material-icons {
display: block;
}
}

View File

@@ -18,7 +18,7 @@
<i class="material-icons">mode_edit</i>
<h4 (click)="editEnable()">{{reportParameters.name}}</h4>
</span>
</div>
</div><hr>
<div *ngFor="let field of reportParameters.definition.parameters">
<div [ngSwitch]="field.type">
<div *ngSwitchCase="'integer'">
@@ -72,4 +72,4 @@
</div>
</form>
</div>
</div>
</div>