Merge branch 'master' into newui
[bookreader.git] / BookReader / BookReader.css
index 895d2b3..5850e07 100644 (file)
@@ -27,6 +27,7 @@ h3 {
     width: 100%;
     z-index: 100;
     background-color: #e2dcc5;
+    overflow: hidden;
 }
 #BRtoolbar .label {
     font-size: 1.1em;
@@ -179,20 +180,24 @@ h3 {
     font-weight: 700;
 }
 #BRreturn {
-    display: block;
-    float: left;
-    margin: 5px 10px 0 5px;
+    /* display: block; */
+    /* float: left; */
+    /* margin: 0 10px 0 5px; */
     font-family: "Lucida Grande","Arial",sans-serif;
     color: #333;
+    height: 20px;
 }
 #BRreturn span {
-    font-size: 10px;
+    font-size: 12px;
     display: block;
+    height: 12px;
 }
 #BRreturn a {
-    font-size: 13px;
+    font-size: 14px;
     display: block;
     color: #036daa;
+    height: 18px;
+    overflow: hidden;
 }
 .BRicon {
     display: block;
@@ -461,6 +466,25 @@ div#pager {
     background: url(images/slider.png);
     z-index: 103;
 }
+div#pagenum {
+    display: none;
+    position: absolute;
+    left: 24px;
+    top: 4px;
+    color: #999;
+    font-size: 11px;
+    line-height: 19px;
+    font-weight: 700;
+    padding: 0 5px;
+    width: 80px;
+    text-align: right;
+    background-color: #000;
+    font-family: "Lucida Grande", "Arial", sans-serif;
+}
+div#pagenum span {
+    color: #ffa337;
+    font-style: italic;
+}
 div#BRnavline {
     position: relative;
     height: 2px;