From a39e4442989c1e81cfb092615ec1823d90da8ee6 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 12 Jun 2010 10:50:27 +0000 Subject: [PATCH] improve appearance of listings git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3890 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/loops/loops_layout.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/browser/loops/loops_layout.css b/browser/loops/loops_layout.css index da549ee..9b5920d 100644 --- a/browser/loops/loops_layout.css +++ b/browser/loops/loops_layout.css @@ -590,11 +590,11 @@ table.listingdescription { } table.listingdescription th, table.listing th { - background: #CCCCCC; + background: #eee; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; - color: #808080; + color: Black; font-weight: normal; padding: 0em 1em 0em 1em; white-space: nowrap; @@ -628,6 +628,10 @@ table.listing td { white-space: nowrap; } +table.listing td.center { + text-align: center; +} + table.listingdescription img, table.listing img { vertical-align: middle;