Extras as "tabs", hide some useless AC content
authorJeff Godin <jgodin@tadl.org>
Mon, 23 Apr 2012 08:25:56 +0000 (04:25 -0400)
committerJeff Godin <jgodin@tadl.org>
Mon, 23 Apr 2012 08:25:56 +0000 (04:25 -0400)
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>
Open-ILS/web/opac/skin/tadlv4/css/tadl_colors.css
Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css

index a1f271c..42d162e 100644 (file)
@@ -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; }
index 3c6fa95..4339087 100644 (file)
@@ -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; }