NHIVIVO-2740: Fixed verbose property display issues in IE6 and it 7
This commit is contained in:
parent
1742c610a9
commit
a01f877966
2 changed files with 24 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
|
@ -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;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue