From 9ce8aacb2ffc83ab539e7864ead907cd51a2342b Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Wed, 19 Mar 2008 16:22:15 +0000 Subject: [PATCH] fixes glitch with def-list in IE7 --- setup/res/setup.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/setup/res/setup.css b/setup/res/setup.css index 6284b8f..f2d4ef7 100755 --- a/setup/res/setup.css +++ b/setup/res/setup.css @@ -252,9 +252,19 @@ input, select { } +dt { + width: 30%; + margin-top: 1.8em; + text-align: right; + line-height: 1.5em; +} -dt {width: 30%; text-align: right; line-height: 3em} -dd {margin-top: -2em; margin-left: 35%; } +dd { + margin-top: -1.5em; + margin-right: 10%; + line-height: 2em; + float: right; +} .info-notice { padding: 1em;