Copy some frontend styles to the backend

This commit is contained in:
Raphael Michel
2018-01-24 19:12:58 +01:00
parent fcd6bb1084
commit 67121decbf
2 changed files with 9 additions and 1 deletions

View File

@@ -270,4 +270,7 @@ table td > .checkbox {
table td > .checkbox input[type="checkbox"] {
margin: 0;
position: static;
}
}
.panel-title .radio {
margin-left: 20px;
}