Browse Source

[mod] sidebar positioning

Adam Tauber 10 years ago
parent
commit
5d7b63223f
2 changed files with 4 additions and 4 deletions
  1. 0 0
      searx/static/default/css/style.css
  2. 4 4
      searx/static/default/less/style.less

File diff suppressed because it is too large
+ 0 - 0
searx/static/default/css/style.css


+ 4 - 4
searx/static/default/less/style.less

@@ -374,9 +374,9 @@ tr {
 }
 }
 
 
 #sidebar {
 #sidebar {
-	position: absolute;
-    top: 100px;
-    right: 10px;
+	position: fixed;
+    bottom: 10px;
+    left: 10px;
 	margin: 0 2px 5px 5px;
 	margin: 0 2px 5px 5px;
 	padding: 0 2px 2px 2px;
 	padding: 0 2px 2px 2px;
     width: 14em;
     width: 14em;
@@ -425,7 +425,7 @@ tr {
 
 
 #infoboxes {
 #infoboxes {
 	   position: absolute;
 	   position: absolute;
-	   top: 220px;
+	   top: 100px;
 	   right: 20px;
 	   right: 20px;
 	   margin: 0px 2px 5px 5px;
 	   margin: 0px 2px 5px 5px;
 	   padding: 0px 2px 2px;
 	   padding: 0px 2px 2px;

Some files were not shown because too many files changed in this diff