diff options
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 7cc832f..9989334 100644 --- a/css/styles.css +++ b/css/styles.css @@ -20,6 +20,7 @@ input { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background: #FEFEFE; + margin: 0; } select { @@ -727,8 +728,15 @@ table.dependent { table.dependent tr td { background: none; + vertical-align: middle; } +table.dependent tr td.title { + background: none; + vertical-align: top; +} + + div.dependent { background-color: #DEE6EE; margin-top: 10px; |