From 3b31c60f07dbc5b6e240295885b672e46b1583bd Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Thu, 6 Mar 2014 16:25:15 +0100 Subject: fix little style errors --- searx/static/css/style.less | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'searx/static/css/style.less') diff --git a/searx/static/css/style.less b/searx/static/css/style.less index 1aa4bdfaa..556ecd615 100644 --- a/searx/static/css/style.less +++ b/searx/static/css/style.less @@ -32,7 +32,7 @@ body, #container { .row { max-width: 800px; - margin: auto; + margin: 20px auto; text-align: justify; h1 { @@ -530,7 +530,7 @@ tr { .checkbox_container { display: block; width: 100%; - float: left; + //float: left; label { border-bottom: 0; @@ -554,3 +554,17 @@ tr { margin-right: 4px; margin-top: 2px; } + +.preferences_back { + background: none repeat scroll 0 0 @color-settings-return-background; + border: 0 none; + .rounded-corners; + cursor: pointer; + display: inline-block; + margin: 2px 4px; + padding: 4px 6px; + + a { + color: @color-settings-return-font; + } +} -- cgit v1.2.3