mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
css: Remove default control rules now provided by ipl-web
This commit is contained in:
parent
e2522256f5
commit
e91f64afe1
1 changed files with 0 additions and 62 deletions
|
|
@ -156,65 +156,3 @@ p.load-more {
|
|||
border-top-color: @graphite-graph-major-grid-color;
|
||||
border-bottom-color: @graphite-graph-minor-grid-color;
|
||||
}
|
||||
|
||||
// icingadb controls
|
||||
.controls {
|
||||
.box-shadow(0, 0, 0, 1px, @gray-lighter);
|
||||
flex-shrink: 0;
|
||||
|
||||
> :not(:only-child) {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.filter {
|
||||
display: flex;
|
||||
min-width: 100%;
|
||||
|
||||
.search-bar {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.pagination-control {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.limit-control,
|
||||
.sort-control {
|
||||
margin-left: .5em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.control-button {
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
.search-editor-opener {
|
||||
&:last-child {
|
||||
margin-right: -.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.search-suggestions {
|
||||
margin-bottom: 2.5em;
|
||||
}
|
||||
|
||||
.sort-control {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
// Icinga Web 2 override
|
||||
label {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
// Icinga Web 2 override
|
||||
.spinner {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.control-button {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue