remove double parent directory
[bookreader.git] / BookReader / BookReader.css
index 9ad767c..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,7 +156,7 @@ a {
     position: absolute;
 }
 
-#BRbookspine {    
+#BRgutter {    
     /* border: 1px solid rgb(68, 25, 17); */
     position: absolute;
     z-index: 6;
@@ -189,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;
@@ -198,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 {
@@ -581,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;
@@ -906,4 +911,4 @@ div#BRzoombtn {
 }
 #BRnavCntlTop.BRup,#BRnavCntlTop.BRdn {
     background-position: 8px 4px;
-}
\ No newline at end of file
+}