Improve horde-table layout.
authorJan Schneider <jan@horde.org>
Fri, 2 Jul 2010 14:01:50 +0000 (16:01 +0200)
committerJan Schneider <jan@horde.org>
Mon, 5 Jul 2010 10:34:44 +0000 (12:34 +0200)
Add .horde-block-links.

horde/themes/screen.css

index 82523f4..7159b4b 100644 (file)
@@ -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;