summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/base.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-15 15:48:50 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-15 15:48:50 +0100
commit5bfaabeb6bb50844fd7389770eb5c8a64e63f13e (patch)
treeec45932ffb7ca7e3d746d94795e029a9e9bd4a20 /searx/templates/oscar/base.html
parent410dbc573bbb873a447710e122faefd11075b6df (diff)
[enh] add nojs support into oscar-template
Diffstat (limited to 'searx/templates/oscar/base.html')
-rw-r--r--searx/templates/oscar/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
index 466756b6f..c0393a66d 100644
--- a/searx/templates/oscar/base.html
+++ b/searx/templates/oscar/base.html
@@ -36,7 +36,8 @@
</script>
<noscript>
<style type="text/css">
- .tab-content > .active_if_nojs {display: block;}
+ .tab-content > .active_if_nojs, .active_if_nojs {display: block;}
+ .margin_top_if_nojs {margin-top: 20px;}
.hide_if_nojs {display: none !important;overflow:none !important;}
</style>
</noscript>