Quellcode durchsuchen

[fix] menu style in pointhi oscar theme

Adam Tauber vor 8 Jahren
Ursprung
Commit
142cd87095

+ 1
- 1
searx/static/themes/oscar/css/pointhi.min.css
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 28
- 0
searx/static/themes/oscar/less/pointhi/navbar.less Datei anzeigen

@@ -0,0 +1,28 @@
1
+.menu {
2
+    margin: 0;
3
+    padding: 0;
4
+    position: absolute;
5
+    top: 4px;
6
+    border: 0;
7
+    z-index: 1000000000;
8
+    height: 40px;
9
+    line-height: 40px;
10
+    ul {
11
+        padding: 0;
12
+        margin: 0;
13
+        li {
14
+            padding: 0 0.6em;
15
+            margin: 0;
16
+            float: left;
17
+            list-style: none;
18
+        }
19
+    }
20
+}
21
+
22
+.menu-right {
23
+    right: 2em;
24
+}
25
+
26
+.menu-left {
27
+    left: 2em;
28
+}

+ 2
- 0
searx/static/themes/oscar/less/pointhi/oscar.less Datei anzeigen

@@ -15,3 +15,5 @@
15 15
 @import "cursor.less";
16 16
 
17 17
 @import "code.less";
18
+
19
+@import "navbar.less";