mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 15:43:17 +02:00
Vertically center table headings, reduce font size in subheadings
This commit is contained in:
parent
441b5a20d8
commit
786c74d7f9
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue