- added border, background, fixed padding for result-bookbag-heading
- made font larger for result-bookbag-name
Signed-off-by: William Rockwood <wrockwood@tadl.org>
}
#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; }