Suggest user refresh the BookReader if we lost the network connection.
[bookreader.git] / BookReader / BookReader.css
index 7c85fe7..8be29d8 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;
@@ -154,7 +155,7 @@ a {
     position: absolute;
 }
 
-#BRbookspine {    
+#BRgutter {    
     /* border: 1px solid rgb(68, 25, 17); */
     position: absolute;
     z-index: 6;
@@ -189,7 +190,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 +200,10 @@ a {
     padding-top: 3px;
 }
 #BRreturn a {
-    font-size: 14px;
+    font-size: 15px;
     display: block;
     color: #036daa;
-    height: 18px;
+    /* height: 18px; */
     overflow: hidden;
 }
 .BRicon {
@@ -364,7 +366,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 {
@@ -504,8 +507,9 @@ a.BRgrey:visited   { color: #666; }
 }
 .BRfloatCover {
     float: left;
-    padding: 0 20px 80px 0;
+    padding: 0 20px 30px 0;
 }
+
 .BRfloatTitle {
     font-size: 1.2em;
 }