summaryrefslogtreecommitdiff
path: root/searx/static/css/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/css/style.less')
-rw-r--r--searx/static/css/style.less18
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;
+ }
+}