(css) adjust spacing of lists
authorWilliam Rockwood <wrockwood@tadl.org>
Wed, 25 Jul 2012 19:05:35 +0000 (15:05 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Wed, 25 Jul 2012 19:05:35 +0000 (15:05 -0400)
- 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 <wrockwood@tadl.org>
css/tadl.css

index 27d04df..067052b 100644 (file)
@@ -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; }