user delete. close #145

Former-commit-id: 128f765c8dc891970a7bb5653517ba3eb68a57af [formerly 905e633ce7e274f8b15f49d0ab8b86096d056263] [formerly ccba0fe58f91915320c67d4ef4da081617bcad80 [formerly 15247bd85383f8852b24f947b078e92455b6aa5c]]
Former-commit-id: 86c4d9a03c559414fbd69b6df7aaf480ca35045e [formerly 36b97c29eac10d09bc6757ac0ae61f8c582dd49b]
Former-commit-id: 23e6efa923e1b67839069cde7490c7dc73e6b72f
This commit is contained in:
Henrique Dias
2017-07-20 10:12:45 +01:00
parent d741412ea6
commit e0c3ecf721
5 changed files with 63 additions and 93 deletions

View File

@@ -20,10 +20,6 @@
width: 100%;
}
.dashboard table tr {
}
.dashboard table th {
font-weight: 500;
color: #757575;
@@ -35,10 +31,6 @@
padding: .5em 0;
}
.dashboard table td {
}
.dashboard table td:last-child {
width: 1em
}
@@ -47,14 +39,12 @@
margin-top: 0;
}
.dashboard > *:last-child {
margin-bottom: 0;
form.dashboard > p:last-child {
text-align: right
}
form.dashboard input[type="submit"],
.dashboard form input[type="submit"] {
margin-left: auto;
display: block;
.dashboard > *:last-child {
margin-bottom: 0;
}
.dashboard textarea,
@@ -92,6 +82,14 @@ form.dashboard input[type="submit"],
border-color: green;
}
.dashboard input[type="submit"].cancel {
background: #F44336;
}
.dashboard input[type="submit"].cancel:hover {
background: #D32F2F;
}
.dashboard textarea {
line-height: 1.15;
padding: .5em;