From 4058ba61c6a91cdc24ce1bee8c9dbb1155756cfd Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Wed, 25 Jul 2012 15:05:35 -0400 Subject: [PATCH] (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 --- css/tadl.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.11.0