Skip to content

Commit

Permalink
Fixing the SearchTools selector feature in modals
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Jun 6, 2017
1 parent 6eb2596 commit 5041d64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions administrator/templates/atum/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -8977,6 +8977,8 @@ iframe {
.js-stools .js-stools-container-filters {
display: none;
margin: 0 0 2px; }
.js-stools .js-stools-container-selector {
float: left; }
.js-stools .js-stools-container-bar {
float: left; }
.js-stools .js-stools-container-bar .btn-toolbar {
Expand Down
4 changes: 4 additions & 0 deletions administrator/templates/atum/scss/blocks/_searchtools.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
margin: 0 0 2px;
}

.js-stools-container-selector {
float: left;
}

.js-stools-container-bar {
float: left;

Expand Down
1 change: 1 addition & 0 deletions media/system/css/searchtools.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ html[dir=rtl] .js-stools .chzn-container {
}
}
@media (min-width: 768px) and (max-width: 979px) {
.js-stools .js-stools-container-selector,
.js-stools .js-stools-container-bar,
.js-stools .js-stools-container-list {
float: none;
Expand Down

0 comments on commit 5041d64

Please sign in to comment.