Changes to CSS to make the table in shelf browse to display in a block for mobile...
authorGarry Collum <gcollum@gmail.com>
Wed, 18 Sep 2013 21:08:30 +0000 (17:08 -0400)
committerGarry Collum <gcollum@gmail.com>
Wed, 18 Sep 2013 21:08:30 +0000 (17:08 -0400)
Signed-off-by: Garry Collum <gcollum@gmail.com>
Open-ILS/src/templates/opac/css/style.css.tt2

index 08401c7..ed39d94 100644 (file)
@@ -1932,4 +1932,11 @@ a.preflib_change {
     } 
     .searchbar { width: 200px; line-height: 1.5em; }
     #browse-controls { width: 200px; line-height: 1.5em; }
+    .bookshelf td {
+       display: block;
+       width: 100%;
+    }
+    .bookshelf table thead tr {
+       display: block;
+    }
 }