diff --git a/ckan/public/base/less/dataset.less b/ckan/public/base/less/dataset.less index 94863418ae3..a8d180708d6 100644 --- a/ckan/public/base/less/dataset.less +++ b/ckan/public/base/less/dataset.less @@ -104,6 +104,11 @@ position: relative; } +.search-normal { + display: block; + margin-bottom: 0; +} + .search-giant input { .box-sizing(border-box); font-size: 16px; @@ -152,7 +157,7 @@ .control-order-by { position: absolute; - bottom: -65px; + bottom: -73px; right: 0; } @@ -165,6 +170,32 @@ width: 160px; } +.search-aside { + .control-order-by { + clear: both; + overflow: hidden; + display: block; + position: relative; + bottom: 0; + label { + float: left; + font-weight: normal; + font-size: 12px; + line-height: 20px; + } + select { + float: left; + padding: 2px 4px; + margin: 0; + width: inherit; + font-size: 12px; + height: 20px; + line-height: 20px; + width: 120px; + } + } +} + // Resource List .resource-list { diff --git a/ckan/templates/organization/bulk_process.html b/ckan/templates/organization/bulk_process.html index b013a514575..3d88c106077 100644 --- a/ckan/templates/organization/bulk_process.html +++ b/ckan/templates/organization/bulk_process.html @@ -84,7 +84,7 @@

{% endif %} diff --git a/ckan/templates/snippets/simple_search.html b/ckan/templates/snippets/simple_search.html index f860293dce5..931f6a942c7 100644 --- a/ckan/templates/snippets/simple_search.html +++ b/ckan/templates/snippets/simple_search.html @@ -1,7 +1,8 @@ -