diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-06 16:25:15 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-06 16:25:15 +0100 |
| commit | 3b31c60f07dbc5b6e240295885b672e46b1583bd (patch) | |
| tree | 2a81bae537be4278c70d16c18b1db9210456dc9a /searx/static/css/style.less | |
| parent | e8b74c9e094c3b726100ac72de04e7c6a192b3b7 (diff) | |
fix little style errors
Diffstat (limited to 'searx/static/css/style.less')
| -rw-r--r-- | searx/static/css/style.less | 18 |
1 files changed, 16 insertions, 2 deletions
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; + } +} |