diff options
Diffstat (limited to 'searx/static/themes/simple/src')
| -rw-r--r-- | searx/static/themes/simple/src/less/index.less | 4 | ||||
| -rw-r--r-- | searx/static/themes/simple/src/less/preferences.less | 3 | ||||
| -rw-r--r-- | searx/static/themes/simple/src/less/style.less | 22 |
3 files changed, 7 insertions, 22 deletions
diff --git a/searx/static/themes/simple/src/less/index.less b/searx/static/themes/simple/src/less/index.less index 3f1084099..b80d75c8c 100644 --- a/searx/static/themes/simple/src/less/index.less +++ b/searx/static/themes/simple/src/less/index.less @@ -1,9 +1,5 @@ #main_index { margin-top: 26vh; - - #linkto_preferences { - .ltr-right(1.8rem); - } } .index { diff --git a/searx/static/themes/simple/src/less/preferences.less b/searx/static/themes/simple/src/less/preferences.less index 1d6f62a13..a08b89cf5 100644 --- a/searx/static/themes/simple/src/less/preferences.less +++ b/searx/static/themes/simple/src/less/preferences.less @@ -82,10 +82,11 @@ table.cookies { width: 100%; + direction: ltr; th, td { - .ltr-text-align-left(); + text-align: left; font-family: monospace; font-size: 1rem; padding: 0.5em; diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 657e0d3ac..59b74aabe 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -79,9 +79,7 @@ main { flex: 1; } -#main_preferences, -#main_about, -#main_stats { +.page_with_header { margin: 2em auto; width: 85em; } @@ -101,16 +99,8 @@ footer { } } -#main_preferences h1, -#main_stats h1 { - background: url('../img/searxng.png') no-repeat; - background-size: contain; - min-height: 40px; - margin: 0 auto; - - span { - visibility: hidden; - } +.page_with_header .logo { + height: 40px; } input[type="submit"], @@ -586,7 +576,7 @@ article[data-vim-selected].category-social { #linkto_preferences { position: absolute; - .ltr-right(10px); + .ltr-right(1.8rem); top: 2.2rem; padding: 0; border: 0; @@ -647,9 +637,7 @@ article[data-vim-selected].category-social { } @media screen and (max-width: @tablet) { - #main_preferences, - #main_about, - #main_stats { + .page_with_header { margin: 2rem 0.5rem; width: auto; } |