From e797c49c33dc0a321a639bbd14afe245b627a765 Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Mon, 23 Jul 2012 10:51:06 -0400 Subject: [PATCH] search results styling - made table row background white - added padding around image and around title cell Signed-off-by: William Rockwood --- css/tadl.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/tadl.css b/css/tadl.css index 960f38a966..d77cab7f5a 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -821,6 +821,18 @@ div.format_icon { margin-top: 1em; } +tr.result_table_row { + background:#fff; +} + +.result_table_pic { + padding:10px 5px 10px 0; +} + +tr.result_table_row > td.result_table_title_cell { + padding:5px 5px; +} + tr.result_table_row > td.results_row_count, tr.result_table_row > td.result_table_pic_header, tr.result_table_row > td.result_table_title_cell { -- 2.11.0