Browse Source

Merge pull request #2325 from nextcloud/fix-slogan-styling

Fix styling of slogan on login page for longer text
tags/v11.0RC2
Lukas Reschke 7 years ago
parent
commit
e502a2df48
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