diff options
| author | Alexandre Flament <alex@al-f.net> | 2017-01-27 13:47:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-27 13:47:59 +0000 |
| commit | e67dfaaac7991b299dd9c33ae69e7028cd8f6589 (patch) | |
| tree | 506ed1dd4a527e37c902035d84215ed2be2577d9 /searx/static/themes/oscar/less/pointhi | |
| parent | 7a16aca346c14994f304a6961c55b63ab260265a (diff) | |
| parent | ee1d44caf9bb9b0fb1b3bafbcbff74486b5449e8 (diff) | |
Merge branch 'master' into flask_perimeter
Diffstat (limited to 'searx/static/themes/oscar/less/pointhi')
| -rw-r--r-- | searx/static/themes/oscar/less/pointhi/navbar.less | 42 |
1 files changed, 17 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..a057f8240 100644 --- a/searx/static/themes/oscar/less/pointhi/navbar.less +++ b/searx/static/themes/oscar/less/pointhi/navbar.less @@ -1,28 +1,20 @@ -.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; + margin-bottom: 1.3rem; -.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; + } } |