From 526f6e92963ae6cc684a51a1e5b70698fc368b41 Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Wed, 8 May 2013 12:53:17 -0400 Subject: [PATCH] CSS changes to make list titles more visible - added border, background, fixed padding for result-bookbag-heading - made font larger for result-bookbag-name Signed-off-by: William Rockwood --- css/tadl.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/css/tadl.css b/css/tadl.css index e0c7e76386..17adf1bd21 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -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; } -- 2.11.0