summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/search.less
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/simple/src/less/search.less')
-rw-r--r--searx/static/themes/simple/src/less/search.less12
1 files changed, 8 insertions, 4 deletions
diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less
index 09ee92646..dd810de2a 100644
--- a/searx/static/themes/simple/src/less/search.less
+++ b/searx/static/themes/simple/src/less/search.less
@@ -3,10 +3,10 @@
*/
#search {
- padding: 0 2em;
+ padding: 0 2em 0 @results-offset;
margin: 0;
- background: #f7f7f7;
- border-bottom: 1px solid #d7d7d7;
+ background: @color-header-background;
+ border-bottom: 1px solid @color-header-border;
}
#search_wrapper {
@@ -104,7 +104,11 @@
vertical-align: middle;
}
-@media screen and (max-width: 75em) {
+@media screen and (max-width: 1250px) {
+ #search {
+ padding: 0 @results-tablet-offset;
+ }
+
#categories {
font-size: 90%;
clear: both;