mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
20a888dfc6
commit
b4e44c9d6d
@ -23,6 +23,19 @@
|
|||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.name-value-table {
|
||||||
|
border-spacing: @vertical-padding 0;
|
||||||
|
line-height: @line-height;
|
||||||
|
|
||||||
|
th {
|
||||||
|
.text-left();
|
||||||
|
.text-small();
|
||||||
|
// Reset default font-weight
|
||||||
|
font-weight: normal;
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.pull-left {
|
.pull-left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user