diff --git a/public/css/module.less b/public/css/module.less index 48497cd..d4aad9a 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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; - } - } -}