parent
6267001053
commit
13f8da254c
public/css/icinga
|
@ -1,5 +1,14 @@
|
|||
/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
.filter {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.limiter-control,
|
||||
.sort-control {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.limiter-control > .control-group {
|
||||
padding: 0;
|
||||
|
||||
|
@ -19,6 +28,9 @@
|
|||
}
|
||||
|
||||
.pagination-control {
|
||||
clear: both;
|
||||
float: left;
|
||||
|
||||
li {
|
||||
&.active {
|
||||
> a,
|
||||
|
@ -78,6 +90,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.sort-controls-container {
|
||||
clear: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
html.no-js .sort-control form {
|
||||
display: table;
|
||||
margin-left: auto;
|
||||
|
|
|
@ -177,10 +177,8 @@ a:hover > .icon-cancel {
|
|||
width: @name-value-table-name-width;
|
||||
}
|
||||
|
||||
// TODO(el): Fix
|
||||
.controls {
|
||||
.limiter-control {
|
||||
float: right;
|
||||
padding: @vertical-padding / 2 0;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
@ -191,7 +189,6 @@ a:hover > .icon-cancel {
|
|||
}
|
||||
|
||||
.sort-control {
|
||||
float: right;
|
||||
padding: @vertical-padding / 2 0;
|
||||
margin-bottom: 0.25em;
|
||||
margin-left: 0.5em;
|
||||
|
|
Loading…
Reference in New Issue