Browse Source

Fixed #30208 -- Fixed login header height and alignment in the largest breakpoint.

Matthias Kestenholz 6 years ago
parent
commit
c41e6c4eb8
2 changed files with 2 additions and 1 deletions
  1. 2 1
      django/contrib/admin/static/admin/css/login.css
  2. BIN
      docs/intro/_images/admin01.png

+ 2 - 1
django/contrib/admin/static/admin/css/login.css

@@ -6,7 +6,8 @@ body.login {
 
 .login #header {
     height: auto;
-    padding: 5px 16px;
+    padding: 15px 16px;
+    justify-content: center;
 }
 
 .login #header h1 {

BIN
docs/intro/_images/admin01.png