Remove not-yet-implemented fit button
authorMichael Ang <mang@archive.org>
Thu, 21 Oct 2010 09:55:43 +0000 (09:55 +0000)
committerMichael Ang <mang@archive.org>
Thu, 21 Oct 2010 09:55:43 +0000 (09:55 +0000)
BookReader/BookReader.css
BookReader/BookReader.js

index db93727..9265d49 100644 (file)
@@ -562,7 +562,7 @@ a.BRgrey:visited   { color: #666; }
 }
 div#BRpage {
     float: right;
-    width: 320px;
+    width: 280px;
     padding-left:12px;
     text-align: right;
 }
@@ -581,7 +581,7 @@ div#BRnav {
 }
 div#BRnavpos {
     position: relative;
-    margin-right: 320px;
+    margin-right: 280px;
     height: 40px;
 }
 div#BRpager {
index c56666c..9ee130b 100644 (file)
@@ -3273,7 +3273,8 @@ BookReader.prototype.initNavbar = function() {
         +         '<button class="BRicon onepg"></button>'
         +         '<button class="BRicon twopg"></button>'
         +         '<button class="BRicon thumb"></button>'
-        +         '<button class="BRicon fit"></button>'
+        // $$$ not yet implemented
+        //+         '<button class="BRicon fit"></button>'
         +         '<button class="BRicon zoom_in"></button>'
         +         '<button class="BRicon zoom_out"></button>'
         +         '<button class="BRicon book_left"></button>'