Browse Source

Fix styling of slogan on login page for longer text

Fixes #851

Signed-off-by: Julius Haertl <jus@bitgrid.net>
tags/v11.0RC2
Julius Haertl 7 years ago
parent
commit
9a3423f25f
No account linked to committer's email address
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      core/css/styles.css

+ 0
- 5
core/css/styles.css View File

@@ -272,7 +272,6 @@ body {
text-align: center;
}
#body-login p.info {
width: 22em;
margin: 0 auto;
padding-top: 20px;
-webkit-user-select: none;
@@ -426,10 +425,6 @@ label.infield {
opacity: .6;
}

#body-login footer .info {
white-space: nowrap;
}

/* Show password toggle */
#show, #dbpassword {
position: absolute;

Loading…
Cancel
Save