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 <jgodin@tadl.org>
/* 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; }
.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; }