Vertically center table headings, reduce font size in subheadings

This commit is contained in:
David Rowe 2016-06-10 08:57:52 +12:00
parent 441b5a20d8
commit 786c74d7f9

View file

@ -124,6 +124,15 @@ caption {
padding-top: 0;
}
table > tbody > .headers > td {
vertical-align: middle;
}
table .headers + .headers td {
font-size: 13px;
color: #222;
}
table[name="security.standard_permissions"] .headers td + td, table[name="security.permissions"] .headers td + td {
text-align: center;
}