Merge branch 'collab/bshum/mobile-cat-hacking' of git.evergreen-ils.org:working/Everg...
authorDan Scott <dscott@laurentian.ca>
Wed, 18 Sep 2013 21:16:53 +0000 (17:16 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 18 Sep 2013 21:16:53 +0000 (17:16 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Conflicts:
Open-ILS/src/templates/opac/css/style.css.tt2

1  2 
Open-ILS/src/templates/opac/css/style.css.tt2

@@@ -1928,9 -1930,13 +1923,15 @@@ a.preflib_change 
      .mobile_hide {
        display: none;
      } 
 -    .searchbar { width: 200px; line-height: 1.5em; }
 -    #browse-controls { width: 200px; line-height: 1.5em; }
 +    .searchbar { line-height: 1.5em; }
 +    #browse-controls { line-height: 1.5em; }
 +    #search_query_label, #search_qtype_label, #search_locg_label {
 +        display: block;
+     .bookshelf td {
 -      display: block;
 -      width: 100%;
++        display: block;
++        width: 100%;
+     }
+     .bookshelf table thead tr {
 -      display: block;
++        display: block;
      }
  }