From: Garry Collum Date: Wed, 18 Sep 2013 21:08:30 +0000 (-0400) Subject: Changes to CSS to make the table in shelf browse to display in a block for mobile... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a44f7e76ad537553e672aa82115287f11b30a71b;p=working%2FEvergreen.git Changes to CSS to make the table in shelf browse to display in a block for mobile tpac. Signed-off-by: Garry Collum --- 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; + } }