remove double parent directory
[bookreader.git] / BookReader / BookReader.css
index 9265d49..cddc2fb 100644 (file)
@@ -33,6 +33,7 @@ a {
     background-color: #e2dcc5;
     -webkit-box-shadow: 0 1px 3px #999;
     /* Shadow here on FF causes scroll bars */
+    overflow: hidden;
 }
 #BRtoolbar .label {
     font-size: 1.1em;
@@ -54,6 +55,7 @@ a {
     overflow-y:scroll;    
     position:absolute;
     background-color: #9A9B9D;
+    _height: expression(documentElement.clientHeight);
 }
 
 #BRpageview {
@@ -154,10 +156,11 @@ a {
     position: absolute;
 }
 
-#BRbookspine {    
+#BRgutter {    
     /* border: 1px solid rgb(68, 25, 17); */
-    background-color: rgb(68, 25, 17);
     position: absolute;
+    z-index: 6;
+    background: transparent url(images/booksplit.png) repeat scroll 0% 0%;
 }
 
 .BookReaderSearchHilite {
@@ -188,7 +191,8 @@ a {
     /* margin: 0 10px 0 5px; */
     font-family: "Lucida Grande","Arial",sans-serif;
     color: #333;
-    height: 20px;
+    height: 100%;
+    line-height: 38px;
 }
 #BRreturn span {
     font-size: 11px;
@@ -197,10 +201,10 @@ a {
     padding-top: 3px;
 }
 #BRreturn a {
-    font-size: 14px;
+    font-size: 15px;
     display: block;
     color: #036daa;
-    height: 18px;
+    /* height: 18px; */
     overflow: hidden;
 }
 .BRicon {
@@ -363,7 +367,8 @@ a.BRgrey:visited   { color: #666; }
 }
 
 .BRfliparea {
-    background-image: url(images/transparent.png); # Required to capture mouse on IE
+    /* Required to capture mouse on IE */
+    background-image: url(images/transparent.png);
 }
 
 .BRtwoPagePopUp {
@@ -503,8 +508,9 @@ a.BRgrey:visited   { color: #666; }
 }
 .BRfloatCover {
     float: left;
-    padding: 0 20px 80px 0;
+    padding: 0 20px 30px 0;
 }
+
 .BRfloatTitle {
     font-size: 1.2em;
 }
@@ -578,6 +584,8 @@ div#BRnav {
     
     -webkit-box-shadow: 1px 1px 2px #333;
     /* No shadow for FF, to be consistent with toolbar */
+    _position:absolute;
+    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); 
 }
 div#BRnavpos {
     position: relative;
@@ -903,4 +911,4 @@ div#BRzoombtn {
 }
 #BRnavCntlTop.BRup,#BRnavCntlTop.BRdn {
     background-position: 8px 4px;
-}
\ No newline at end of file
+}