Vertical space in browse mode

Issue #32 resolved
Craig Berry created an issue

We've been continually adding lines to the number of things displayed for each text when browsing. Each entry currently looks something like:

Tancred and Gismund

A tragedy first written or performed in 1567. By Wilmot, Robert; Hatton, Christopher; Noel, Henry; Al., G.; Stafford, Roderick. Page images available: yes

Many incompletely or incorrectly transcribed words were corrected by Madeline Burg; Heejin Ro. This text has not been fully proofread. plus a line for the "More" button plus a line for the export buttons

So that's 10 lines of vertical space, which means we only get 2 or 3 texts in the list without scrolling even on a decent-sized monitor. Browsing on a small screen would be difficult or impossible.

Comments (3)

  1. Craig Berry reporter

    Address sprawl in browse view.

    Hide a bit more under the More button, put the text-related items on one line, and bring the download toolbar into the same vertical space as the text list. The latter required making two columns out of the <ul> containing the list of texts.

    This addresses issue #32.

    → <<cset 50f96d46417e>>

  2. Craig Berry reporter

    Resolved by:

    commit 50f96d46417e63cb91d6174fdcf030569307308c
    Author: Craig A. Berry <craigberry@mac.com>
    Date:   Tue Apr 4 22:11:11 2017 -0500
    
        Address sprawl in browse view.
    
        Hide a bit more under the More button, put the text-related
        items on one line, and bring the download toolbar into the same
        vertical space as the text list.  The latter required making
        two columns out of the <ul> containing the list of texts.
    
        This addresses issue #32.
    
  3. Log in to comment