From d313da0225441ed14b4797a42eb5fee5ab9c4d7b Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Thu, 26 Jul 2012 05:07:08 -0400 Subject: [PATCH] Change colors on AC tabs, hide extra junk in AC 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 --- css/tadl.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/tadl.css b/css/tadl.css index c3d07ad2e1..fc487ce785 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -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; } -- 2.11.0