Skip to content

Commit

Permalink
CSS: Reduce div.sort-control selector to .sort-control
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent 0abbe25 commit 5f79157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/icinga/controls.less
@@ -1,6 +1,6 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

div.sort-control {
.sort-control {
label {
width: auto;
margin-right: 0.5em;
Expand All @@ -17,7 +17,7 @@ div.sort-control {
}
}

html.no-js div.sort-control form {
html.no-js .sort-control form {
display: table;
margin-left: auto;
margin-top: 0.25em;
Expand Down

0 comments on commit 5f79157

Please sign in to comment.