mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
565a9e4e03
commit
508e20dc76
@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
.comment-text {
|
||||
color: @text-color-light;
|
||||
.text-small();
|
||||
font-family: @font-family-fixed;
|
||||
}
|
||||
|
||||
@ -66,8 +66,10 @@
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.v-center > * {
|
||||
.v-center {
|
||||
> * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover .icon-cancel {
|
||||
@ -181,3 +183,26 @@ table.listing-table {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(el): Fix
|
||||
.controls {
|
||||
.limiter-control {
|
||||
.pull-left();
|
||||
padding: @vertical-padding / 2 0;
|
||||
}
|
||||
|
||||
.pagination-control {
|
||||
.pull-left();
|
||||
padding: @vertical-padding / 2 @horizontal-padding;
|
||||
}
|
||||
|
||||
.sort-control {
|
||||
.pull-right();
|
||||
padding: @vertical-padding / 2 0;
|
||||
}
|
||||
|
||||
.selection-info {
|
||||
.pull-right();
|
||||
padding: @vertical-padding / 2 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user