From: Jan Schneider Date: Fri, 2 Jul 2010 14:01:50 +0000 (+0200) Subject: Improve horde-table layout. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=daf7ac7c9af83e278d5110a4a07c3572dc69f3f4;p=horde.git Improve horde-table layout. Add .horde-block-links. --- diff --git a/horde/themes/screen.css b/horde/themes/screen.css index 82523f489..7159b4bc4 100644 --- a/horde/themes/screen.css +++ b/horde/themes/screen.css @@ -26,6 +26,9 @@ p { a { cursor: pointer; } +.horde-block-links a, a.horde-block-links { + display: block; +} img, .img, .img:active, .img:hover, .img:visited, .image { border: none; @@ -181,9 +184,10 @@ table.nopadding td, table.nopadding th { /* Horde UI standard tables */ table.horde-table { width: 99%; - margin: 0 0 8px 5px; + margin-bottom: 8px; border-top: 1px solid #ddd; border-left: 1px solid #ddd; + border-spacing: 0; } table.horde-table th { padding: 3px;