#1176 improve responsiveness task list and process list (#1235)

This commit is contained in:
Mario Romano
2016-12-13 15:32:31 +00:00
committed by Denys Vuika
parent 5392fa5452
commit 6c7e28a83f
11 changed files with 57 additions and 52 deletions

View File

@@ -10,9 +10,13 @@
.task-column {
background-color: #f5f5f5;
padding: 10px 10px 10px 10px;
border: solid 2px rgb(31,188,210);
border: solid 2px rgb(31, 188, 210);
}
.list-column {
width: 320px;
}
.mdl-layout__header {
z-index: 1;
}
}