From 30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33 Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 16 Jul 2011 16:57:53 -0700 Subject: make search index work clean up a lot of code renamed anime.css to table.css --- webroot/css/table.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 webroot/css/table.css (limited to 'webroot/css/table.css') diff --git a/webroot/css/table.css b/webroot/css/table.css new file mode 100644 index 0000000..f0a5184 --- /dev/null +++ b/webroot/css/table.css @@ -0,0 +1,41 @@ +/* for search results and anime/manga/kdrama lists */ + +span.alt_titles { + font-size: 90%; + opacity: 0.7; +} + +table { + border-collapse: collapse; + width: 898px; + max-width: 898px; + table-layout: fixed; +} +tr { + height: 45px; +} +tr:first-child { /* th row */ + height: 25px; +} +th { + vertical-align: middle; +} +th:nth-child(2) { + width: 240px; +} +th:nth-child(3) { + width: 50px; +} +td { + border: 0px solid #bbb; + border-top-width: 1px; + vertical-align: middle; + white-space: nowrap; + overflow: hidden; +} +td:nth-child(2) { + padding-left: 25px; +} +td a { + display: block; +} -- cgit v1.2.3