update
authorLance Arthur <lance.arthur@archive.org>
Wed, 20 Oct 2010 19:43:43 +0000 (12:43 -0700)
committerLance Arthur <lance.arthur@archive.org>
Wed, 20 Oct 2010 19:43:43 +0000 (12:43 -0700)
BookReader/BookReader.css

index c29358b..d4c407f 100644 (file)
@@ -801,7 +801,7 @@ div#BRzoomcontrol {
     top: 40px;
     left:3px;
     width: 23px;
-    height: 110px;    
+    height: 110px;
 }
 div#BRzoomstrip {
     position: absolute;
@@ -826,14 +826,14 @@ div#BRzoombtn {
     background-color: #fff;
     font-size: 1.5em; 
     z-index: 3;   
-    padding: 5px;
-    border:10px solid #615132;
-    -webkit-border-radius:12px;
-    -moz-border-radius:12px;
-    border-radius:12px;
-    -moz-box-shadow: 1px 3px 10px #000;
-    -webkit-box-shadow: 1px 3px 10px #000;
-    box-shadow: 1px 3px 10px #000;
+    padding: 20px;
+    -moz-border-radius: 8px;
+    -webkit-border-radius: 8px;
+    border-radius: 8px;
+    -moz-box-shadow: 1px 0 3px #000;
+    -webkit-box-shadow: 1px 0 3px #000;
+    box-shadow: 1px 0 3px #333;
+    min-width: 300px;
 }
 
 .BRprogressbar {