From a44f7e76ad537553e672aa82115287f11b30a71b Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Wed, 18 Sep 2013 17:08:30 -0400 Subject: [PATCH] Changes to CSS to make the table in shelf browse to display in a block for mobile tpac. Signed-off-by: Garry Collum --- Open-ILS/src/templates/opac/css/style.css.tt2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 08401c7d7c..ed39d94900 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -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; + } } -- 2.11.0