NHIVIVO-2740: Fixed verbose property display issues in IE6 and it 7

This commit is contained in:
manolobevia 2011-06-27 20:10:38 +00:00
parent 1742c610a9
commit a01f877966
2 changed files with 24 additions and 0 deletions

View file

@ -187,3 +187,15 @@ form.customForm #requiredLegend {
width: 48%; width: 48%;
clear: left; clear: left;
} }
/* Fix for verbose mode */
#verbose-mode {
float: left;
clear: left;
margin-top: -14px;
}
.verbose-toggle {
top: 12px;
}
#admin .uri-link {
padding-top: 5px;
}

View file

@ -102,3 +102,15 @@ input#submit, input#submit:visited {
width: 48%; width: 48%;
clear: left; clear: left;
} }
/* Fix for verbose mode */
#verbose-mode {
float: left;
clear: left;
margin-top: -14px;
}
.verbose-toggle {
top: 12px;
}
#admin .uri-link {
padding-top: 5px;
}