Merge pull request #361 from mtmail/detail-page-big-table2

UI: columns nicer aligned in details table(s)
This commit is contained in:
Sarah Hoffmann
2016-02-06 12:51:47 +01:00
2 changed files with 29 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%;
}