fix minor theming issues (#2294)

This commit is contained in:
Eugenio Romano
2017-09-05 10:16:07 +02:00
committed by Mario Romano
parent a11fb3afb9
commit 7ba63d7182
15 changed files with 1076 additions and 149 deletions

View File

@@ -3,12 +3,7 @@
font-weight: bold;
}
.activiti {
background-color: #f5f5f5;
}
.task-column {
background-color: #f5f5f5;
padding: 10px 10px 10px 10px;
}
@@ -30,8 +25,7 @@
}
.action-header {
border: 1px solid rgb(224, 224, 224);
background: #fff;
border: 1px solid ;
text-align: left;
}
@@ -42,7 +36,6 @@
.activiti-demo-grid-item {
margin: 4px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
background-color: #f5f5f5;
padding: 10px 10px 10px 10px;
}
@@ -89,12 +82,7 @@
padding-top: 0;
padding-bottom: 0;
height: 40px;
color: rgb(0,0,0);
vertical-align: middle;
font-size: 14px;
background-color: rgba(0,0,0,.05);
}
.adf-pagination {
color: black;
}

View File

@@ -109,11 +109,12 @@
<div class="mdl-cell mdl-cell--2-col task-column mdl-shadow--2dp">
<div class="list-buttons">
<button
color="primary"
md-raised-button
data-automation-id="btn-start-process"
(click)="navigateStartProcess()">
<md-icon>add</md-icon>
<span>START PROCESS</span>
<span>{{'PS-TAB.START-PROCESS' | translate}}</span>
</button>
</div>
<adf-accordion>