UI: columns nicer aligned in details table(s)

This commit is contained in:
marc tobias
2016-02-06 12:39:51 +01:00
parent 4cade95b24
commit 634d04068d
2 changed files with 31 additions and 17 deletions

View File

@@ -5,11 +5,22 @@ h1 {
h2 {
font-size: 2em;
padding-left: 8px;
background-color: white;
}
h3 {
font-size: 1.5em;
padding-left: 8px;
}
tr.all-columns {
background-color: white !important;
border: none;
}
tr.all-columns td {
border-top: none !important;
padding-left: 0 !important;
}
.table {
width: 100%;
}