Update
[bookreader.git] / BookReader / BookReader.css
index c29358b..a5498e7 100644 (file)
@@ -801,7 +801,7 @@ div#BRzoomcontrol {
     top: 40px;
     left:3px;
     width: 23px;
-    height: 110px;    
+    height: 110px;
 }
 div#BRzoomstrip {
     position: absolute;
@@ -823,17 +823,18 @@ div#BRzoombtn {
 
 .BRprogresspopup {
     position: absolute;
-    background-color: #fff;
+    background-color: #e6e4e1;
+    border: none!important;
     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 {