diff options
| author | Noémi Ványi <sitbackandwait@gmail.com> | 2017-01-26 21:28:31 +0100 |
|---|---|---|
| committer | Noémi Ványi <sitbackandwait@gmail.com> | 2017-01-26 23:52:00 +0100 |
| commit | d635b5fd4dc684ecbc2aec7c9e9b3bdc6074b8ad (patch) | |
| tree | 5f9e69f87c5b81e8f06958bcfce30de0f0a76cb4 /searx/static/themes/oscar/less/pointhi | |
| parent | f0a72e3aa26ca0912df70d68d37f976e3ded9d49 (diff) | |
[enh] make navbar smaller
Diffstat (limited to 'searx/static/themes/oscar/less/pointhi')
| -rw-r--r-- | searx/static/themes/oscar/less/pointhi/navbar.less | 41 |
1 files changed, 16 insertions, 25 deletions
diff --git a/searx/static/themes/oscar/less/pointhi/navbar.less b/searx/static/themes/oscar/less/pointhi/navbar.less index f0ce53e71..527ad593d 100644 --- a/searx/static/themes/oscar/less/pointhi/navbar.less +++ b/searx/static/themes/oscar/less/pointhi/navbar.less @@ -1,28 +1,19 @@ -.menu { - margin: 0; - padding: 0; - position: absolute; - top: 4px; - border: 0; - z-index: 1000000000; - height: 40px; - line-height: 40px; - ul { - padding: 0; - margin: 0; - li { - padding: 0 0.6em; - margin: 0; - float: left; - list-style: none; - } - } -} +.searx-navbar { + background: #eee; + color: #aaa; + height: 2.3rem; + font-size: 1.3rem; + line-height: 1.3rem; + padding: 0.5rem; + font-weight: bold; -.menu-right { - right: 2em; -} + a, a:hover { + margin-right: 2.0rem; + text-decoration: none; + } -.menu-left { - left: 2em; + .instance a { + color: #444; + margin-left: 2.0rem; + } } |