patch for better Layout of the template on IE 6/7

This commit is contained in:
Stefan Becker 2008-07-21 12:42:37 +00:00
parent 16c5ce05ac
commit dfa524628c
2 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,12 +49,12 @@
fieldset.phoneGroup { fieldset.phoneGroup {
margin-top: 14px; margin-top: 14px;
font-size: 110%; font-size: 110%;
height: 120px; height: 140px;
border: solid black 2px; border: solid black 2px;
margin-bottom: 0px; margin-bottom: 0px;
} }
.phoneGroup table{ .phoneGroup table{
height: 102px; height: 122px;
} }
fieldset.emailGroup { fieldset.emailGroup {
margin-top: 4px; margin-top: 4px;