mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +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%;
|
width: 100%;
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
padding-bottom: 1em;
|
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
padding-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
padding-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user