Consolidate CSS
[bookreader.git] / BookReader / touch / BookReaderTouch.css
index fb1e9a9..a6ec830 100644 (file)
@@ -4,6 +4,7 @@
  
 #BRtoolbar {
     height: 43px; /* 1px for bottom border */
+    border-bottom: 1px solid grey;
 }
 
 #BRcontainer {
     top: 44px;
 }
 
-#BRtoolbar {
-    border-bottom: 1px solid grey;
-}
-
 /* $$$ Page display could be better */
 #BRtoolbar .pageform {
     font-size: 1.1em;
@@ -54,4 +51,5 @@
 .BRicon.play { background: url(images/control_play_icon.png) no-repeat; }
 .BRicon.pause { background: url(images/control_pause_icon.png) no-repeat; }
 
-.BRicon.rollover:hover { background-position: -26px 0; }
+/* Disable hover */
+.BRicon.rollover:hover { background-position: 0 0; }