Changes to CSS to make the table in shelf browse to display in a block for mobile...
authorDan Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 15:20:13 +0000 (11:20 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:42:08 +0000 (18:42 -0400)
Signed-off-by: Garry Collum <gcollum@gmail.com>
Conflicts:
Open-ILS/src/templates/opac/css/style.css.tt2

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2

index 5cad7d2..fde2104 100644 (file)
@@ -1928,4 +1928,11 @@ a.preflib_change {
     #search_query_label, #search_qtype_label, #search_locg_label {
         display: block;
     }
+    .bookshelf td {
+       display: block;
+       width: 100%;
+    }
+    .bookshelf table thead tr {
+       display: block;
+    }
 }