LP#1879983: tweak public catalog CSS
authorMike Rylander <mrylander@gmail.com>
Fri, 29 May 2020 16:14:55 +0000 (12:14 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 10 Jun 2020 17:28:21 +0000 (13:28 -0400)
commitdf751a62f1cf338b31b06aed1dcdd5a23b1da2b5
tree5c5aff5310bd1d5165f36dc6180df54e1c95d8ae
parenteb16ec81f1f2c138817ac2b4f455e0efa67bd678
LP#1879983: tweak public catalog CSS

In particular, add CSS to support table-ish display of
a div-grid for form-per-row. For example:

 <div class="egtable">
     <form class="egtr" method="post" action="blah.html">
         <span class="egtd"><input type="text"/></span>
         <span class="egtd"><input type="text"/></span>
     </form>
     <div class="egtr">
         <span class="egtd">(cell data)</span>
         <span class="egtd">(cell data)</span>
     </div>
     ...
 </div>

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/css/style.css.tt2