search results styling
authorWilliam Rockwood <wrockwood@tadl.org>
Mon, 23 Jul 2012 14:51:06 +0000 (10:51 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Mon, 23 Jul 2012 14:51:06 +0000 (10:51 -0400)
- made table row background white
- added padding around image and around title cell

Signed-off-by: William Rockwood <wrockwood@tadl.org>
css/tadl.css

index 960f38a..d77cab7 100644 (file)
@@ -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 {