Change colors on AC tabs, hide extra junk in AC
authorJeff Godin <jgodin@tadl.org>
Thu, 26 Jul 2012 09:07:08 +0000 (05:07 -0400)
committerJeff Godin <jgodin@tadl.org>
Thu, 26 Jul 2012 09:08:17 +0000 (05:08 -0400)
Change colors on the AC tabs from green to blue, to match the rest
of the skin.

Hide some extra tables/titles in actual AC content.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
css/tadl.css

index c3d07ad..fc487ce 100644 (file)
@@ -1577,8 +1577,8 @@ a.preflib_change {
 }
 
 #ac_tab_wrapper { width : 100%; }
-.ac_tab { float: left; padding-right: 10px; font-size: 110%; padding: 5px; border: 1px solid #417860; }
-.ac_tab_selected { background-color: #417860; }
+.ac_tab { float: left; padding-right: 10px; font-size: 110%; padding: 5px; border: 1px solid #004677; }
+.ac_tab_selected { background-color: #004677; }
 .ac_tab_selected a { color: #FFF; }
 #ac_content { clear: both; width: 100%; margin-top: 10px; }
 
@@ -1589,3 +1589,8 @@ select#location_selector {
 select#item_type_selector {
     width:10em;
 }
+
+/* trim some extra bits from ac content */
+div.ac > b { display: none; }
+div.ac > table[align="center"] { display: none; }
+div.ac > table { display: none; }