Merge pull request #2325 from nextcloud/fix-slogan-styling
Fix styling of slogan on login page for longer text
This commit is contained in:
commit
e502a2df48
|
@ -272,7 +272,6 @@ body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#body-login p.info {
|
#body-login p.info {
|
||||||
width: 22em;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
@ -426,10 +425,6 @@ label.infield {
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#body-login footer .info {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Show password toggle */
|
/* Show password toggle */
|
||||||
#show, #dbpassword {
|
#show, #dbpassword {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue