summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-11-02 12:26:54 +0100
committerAdam Tauber <asciimoo@gmail.com>2016-11-02 12:26:54 +0100
commit142cd870950e25fe4bb8f4b995b861162af9777c (patch)
treeb7f7d7db768a25f4c92051491eef58804b967856 /searx/static/themes/oscar/less
parent9782633054129fd28a3e785f293b0b34649a3550 (diff)
downloadsearxng-142cd870950e25fe4bb8f4b995b861162af9777c.tar.gz
searxng-142cd870950e25fe4bb8f4b995b861162af9777c.zip
[fix] menu style in pointhi oscar theme
Diffstat (limited to 'searx/static/themes/oscar/less')
-rw-r--r--searx/static/themes/oscar/less/pointhi/navbar.less28
-rw-r--r--searx/static/themes/oscar/less/pointhi/oscar.less2
2 files changed, 30 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/less/pointhi/navbar.less b/searx/static/themes/oscar/less/pointhi/navbar.less
new file mode 100644
index 000000000..f0ce53e71
--- /dev/null
+++ b/searx/static/themes/oscar/less/pointhi/navbar.less
@@ -0,0 +1,28 @@
+.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;
+ }
+ }
+}
+
+.menu-right {
+ right: 2em;
+}
+
+.menu-left {
+ left: 2em;
+}
diff --git a/searx/static/themes/oscar/less/pointhi/oscar.less b/searx/static/themes/oscar/less/pointhi/oscar.less
index ef69acee3..4e2fee129 100644
--- a/searx/static/themes/oscar/less/pointhi/oscar.less
+++ b/searx/static/themes/oscar/less/pointhi/oscar.less
@@ -15,3 +15,5 @@
@import "cursor.less";
@import "code.less";
+
+@import "navbar.less";