NIHVIVO-343 merging bug fix into trunk. CSS tweak to correct layout for site admin in ie7
This commit is contained in:
parent
c95976fbc6
commit
011be7ffe1
1 changed files with 7 additions and 6 deletions
|
@ -81,9 +81,10 @@ fieldset {padding-top: 0;}
|
||||||
/** html div.top { padding: 7px 0 1px 0; }*/
|
/** html div.top { padding: 7px 0 1px 0; }*/
|
||||||
/** html div.bottom { padding: 1px 12px 16px 12px; }*/
|
/** html div.bottom { padding: 1px 12px 16px 12px; }*/
|
||||||
|
|
||||||
/* the wonders of the IE6 float model...fix to maintain sanity in rendering sections of site admin */
|
/* the wonders of the IE float model...fix to maintain sanity in rendering sections of site admin */
|
||||||
* html #adminDashboard .pageBodyGroup {
|
/* targets IE7 and below */
|
||||||
float: none;
|
#adminDashboard .pageBodyGroup {
|
||||||
display: inline;
|
*float: none !important;
|
||||||
vertical-align: top;
|
*display: inline !important;
|
||||||
|
*vertical-align: top !important;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue