Move toolbar to bottom
[bookreader.git] / BookReader / touch / BookReaderTouch.css
index a6ec830..918b37d 100644 (file)
@@ -3,16 +3,19 @@
  */
  
 #BRtoolbar {
-    height: 43px; /* 1px for bottom border */
-    border-bottom: 1px solid grey;
+    position: absolute;
+    height: 43px;
+    border-top: 1px solid grey;
+    bottom: 0;
 }
 
 #BRcontainer {
-    top: 44px;
+    top: 0;
+    bottom: 44px;
 }
 
 #BookReaderSearchResults {
-    top: 44px;
+    bottom: 44px;
 }
 
 /* $$$ Page display could be better */