mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +02:00
CSS: Convert tabs to spaces
This commit is contained in:
parent
9959ae0159
commit
4bd88c728e
@ -115,21 +115,21 @@
|
||||
}
|
||||
|
||||
> tbody > tr {
|
||||
border-bottom: 1px solid #e3e3e3;
|
||||
border-bottom: 1px solid #e3e3e3;
|
||||
}
|
||||
|
||||
> tbody > tr:last-child {
|
||||
border-bottom: none
|
||||
border-bottom: none
|
||||
}
|
||||
|
||||
> tbody > tr > td {
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
padding: 3px 6px;
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
padding: 3px 6px;
|
||||
}
|
||||
|
||||
> tbody > tr > td:nth-child(2) {
|
||||
white-space: normal;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
> thead > tr > th:first-child,
|
||||
@ -140,11 +140,11 @@
|
||||
}
|
||||
|
||||
> thead > tr > th {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
> thead > tr > th:nth-child(2) {
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user