Merge commit 'openlibrary/newui' into newui
[bookreader.git] / BookReader / BookReader.css
index 56a6d5f..c29358b 100644 (file)
@@ -139,6 +139,13 @@ a {
     position: absolute;
 }
 
+.BookReaderSearchHilite {
+    opacity: 0.20; 
+    filter: alpha(opacity = 20);
+    background-color: #00f;
+    position:absolute;
+}
+
 .hidden {
   display: none;
 }
@@ -255,7 +262,7 @@ form#booksearch {
     margin-right: 10px;
 }
 form#booksearch input[type=search] {
-    min-width: 80px;
+    min-width: 16em;
     height: 22px;
     line-height: 22px;
     font-family: "Arial", sans-serif;
@@ -816,12 +823,25 @@ div#BRzoombtn {
 
 .BRprogresspopup {
     position: absolute;
-    background-color: #E6E4E1;
-    background-image: url(images/progressbar.gif);
+    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;
+}
+
+.BRprogressbar {
+    background-image: url("images/progressbar.gif");
     background-repeat:no-repeat;
-    font-size: 0.8em; 
-    z-index: 3;    
+    background-position:center top;
 }
+
 .BRnavCntl {
     background-color: #e2dcc5;
     position: absolute;