From: William Rockwood Date: Wed, 25 Jul 2012 19:05:35 +0000 (-0400) Subject: (css) adjust spacing of lists X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4058ba61c6a91cdc24ce1bee8c9dbb1155756cfd;p=evergreen%2Ftadl.git (css) adjust spacing of lists - adjusted the padding between, and the width of the bookbag-name and bookbag-controls classes so the buttons wouldn't wrap. Signed-off-by: William Rockwood --- diff --git a/css/tadl.css b/css/tadl.css index 27d04dfa85..067052bc1e 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -1438,9 +1438,9 @@ a.opac-button { .bookbag-controls-holder:nth-child(even) { background-color: #e3e3e3; } .bookbag-controls-holder .most { padding-left: 0; - margin-right: 5em; + margin-right: 1em; } -h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em;width:30em; } +h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em;width:28em; } .bookbag-share .fixed { min-width: 4em; } .bookbag-specific { margin-left: 1em; } .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }