mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
Fix styling of slogan on login page for longer text
Fixes #851 Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
parent
7d64d7ac8b
commit
9a3423f25f
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Reference in a new issue