Commit 6f470650 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template.

By removing the absolute positioning of the usertools div and using
float positioning, the #header div will expand based on the height of
its content.

Thanks EvilDMP for the report.
parent 107c9f54
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -796,6 +796,9 @@ table#change-history tbody th {
    text-decoration: underline;
}

#branding {
    float: left;
}
#branding h1 {
    padding: 0 10px;
    font-size: 18px;
@@ -820,9 +823,7 @@ table#change-history tbody th {
}

#user-tools {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    padding: 1.2em 10px;
    font-size: 11px;
    text-align: right;