CSS changes to make list titles more visible
authorWilliam Rockwood <wrockwood@tadl.org>
Wed, 8 May 2013 16:53:17 +0000 (12:53 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Wed, 8 May 2013 16:53:17 +0000 (12:53 -0400)
- added border, background, fixed padding for result-bookbag-heading
- made font larger for result-bookbag-name

Signed-off-by: William Rockwood <wrockwood@tadl.org>
css/tadl.css

index e0c7e76..17adf1b 100644 (file)
@@ -1621,9 +1621,18 @@ table.bookbag-specific {
 }
 
 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
-#result-bookbag-heading { text-align: center; margin: 2ex; }
+#result-bookbag-heading {
+       text-align: center;
+       margin-top: 5px;
+       padding: 10px;
+       border: 1px solid #e6e6e6;
+       border-radius:5px;
+       -moz-border-radius:5px;
+       -webkit-border-radius:5px;
+       background:#fff;
+}
 
-.result-bookbag-name { font-size: 140%; font-weight: bold; }
+.result-bookbag-name { font-size: 200%; font-weight: bold; }
 .result-bookbag-description { font-size: 120%; font-style: italic; }
 .result-bookbag-item-note { font-style: italic; }
 .lowhits-bookbag-name { font-weight: bold; }