mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
improve style demo shell (#1326)
This commit is contained in:
committed by
Maurizio Vitale
parent
b9c7b60fb6
commit
72ae760b85
@@ -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;
|
||||
}
|
||||
}
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user