Move toolbar to bottom
authorMichael Ang <mang@archive.org>
Fri, 14 May 2010 23:31:59 +0000 (23:31 +0000)
committerMichael Ang <mang@archive.org>
Fri, 14 May 2010 23:31:59 +0000 (23:31 +0000)
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 */