mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Less padding for common-table th
This commit is contained in:
parent
14b3683815
commit
5ff53df094
@ -138,12 +138,16 @@ a:hover > .icon-cancel {
|
||||
width: 100%;
|
||||
|
||||
td, th {
|
||||
padding-bottom: 1em;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
thead {
|
||||
|
Loading…
x
Reference in New Issue
Block a user