Skip to content

Commit

Permalink
[#2267] Fix search layout in org bulk edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
brew authored and amercader committed Feb 10, 2015
1 parent 84e30dd commit 55d2b09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/base/less/layout.less
Expand Up @@ -132,7 +132,7 @@
.tertiary {
float: left;
width: 180px;
margin-left: 20px;
margin-left: 18px;
margin-bottom: 20px;
}
}
Expand Down
6 changes: 6 additions & 0 deletions ckan/public/base/less/search.less
Expand Up @@ -114,4 +114,10 @@
float:right;
margin-left:15px;
}
.tertiary {
.search-form .control-order-by {
float: none;
margin: 0;
}
}
}

0 comments on commit 55d2b09

Please sign in to comment.