Kaydet (Commit) 6f470650 authored tarafından Tim Graham's avatar Tim Graham

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.
üst 107c9f54
...@@ -796,6 +796,9 @@ table#change-history tbody th { ...@@ -796,6 +796,9 @@ table#change-history tbody th {
text-decoration: underline; text-decoration: underline;
} }
#branding {
float: left;
}
#branding h1 { #branding h1 {
padding: 0 10px; padding: 0 10px;
font-size: 18px; font-size: 18px;
...@@ -820,9 +823,7 @@ table#change-history tbody th { ...@@ -820,9 +823,7 @@ table#change-history tbody th {
} }
#user-tools { #user-tools {
position: absolute; float: right;
top: 0;
right: 0;
padding: 1.2em 10px; padding: 1.2em 10px;
font-size: 11px; font-size: 11px;
text-align: right; text-align: right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment