From ea8ba944fcf72c666c715fe3f1197483d16cda14 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Mon, 23 Apr 2012 04:25:56 -0400 Subject: [PATCH] Extras as "tabs", hide some useless AC content Use a "tab" effect to bring more attention to extras such as added content reviews, author notes. Hide useless / duplicated content such as the title and author in added content reviews (as returned by Syndetic Solutions). Signed-off-by: Jeff Godin --- Open-ILS/web/opac/skin/tadlv4/css/tadl_colors.css | 3 ++- Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/tadlv4/css/tadl_colors.css b/Open-ILS/web/opac/skin/tadlv4/css/tadl_colors.css index a1f271c2b7..42d162e377 100644 --- a/Open-ILS/web/opac/skin/tadlv4/css/tadl_colors.css +++ b/Open-ILS/web/opac/skin/tadlv4/css/tadl_colors.css @@ -74,7 +74,8 @@ a:focus { background: #e5f1fd; color: #000000;} /* record detail summary block */ .rdetail_desc { border: 1px solid #6699cc; } .rdetail_item { border: 1px solid #6699cc; } -.rdetail_extras_selected { background: #d1e1a2;} +.rdetail_extras_selected { background: #ffffff;} +.rdetails_extra_links { background: #d1e1a2; border-bottom: none; } .data_grid thead tr { background: #acc4de; color: #000000; } diff --git a/Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css b/Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css index 3c6fa95695..4339087267 100644 --- a/Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css +++ b/Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css @@ -38,3 +38,19 @@ a[name="item_title"] { font-size: 1.5em; } .less { visibility: hidden; display:none; } .more { visibility: visible; } .more_info { border: solid 1px black; } + +.rdetails_extra_links thead tr td { + font-size: 1.5em; +} + +.rdetail_extras_td > a { + text-decoration: none; +} + +.rdetail_extras_div { + border: none; +} + +/* trim some extra bits from ac content */ +div.ac > b { display: none; } +div.ac > table[align="center"] { display: none; } -- 2.11.0