mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
parent
6fbe65e415
commit
6415bdb21e
@ -89,7 +89,8 @@ button:hover .icon-cancel {
|
||||
}
|
||||
|
||||
label {
|
||||
.text-small();
|
||||
color: @text-color-light;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
.control-label-group {
|
||||
@ -139,7 +140,8 @@ form .errors, form .errors ul {
|
||||
}
|
||||
|
||||
.form-info {
|
||||
.text-small();
|
||||
color: @text-color-light;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
.form-notifications {
|
||||
|
@ -41,11 +41,6 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.text-small {
|
||||
color: @text-color-light;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
.user-avatar {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
@ -133,7 +128,8 @@ dl.name-value-list {
|
||||
}
|
||||
|
||||
dt {
|
||||
.text-small();
|
||||
color: @text-color-light;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
}
|
||||
|
||||
@ -181,7 +177,8 @@ table.listing-table {
|
||||
|
||||
th {
|
||||
.text-left();
|
||||
.text-small();
|
||||
color: @text-color-light;
|
||||
font-size: @font-size-small;
|
||||
// Reset default font-weight
|
||||
font-weight: normal;
|
||||
width: 10em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user