Small layout fixes to settings hints
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
f62b75b2b8
commit
4e537b5d6b
|
@ -1,9 +1,9 @@
|
||||||
#ocFederationSettings p {
|
#ocFederationSettings p {
|
||||||
padding-top: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#listOfTrustedServers li {
|
#listOfTrustedServers li {
|
||||||
padding-top: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.removeTrustedServer {
|
.removeTrustedServer {
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#ncShareByMailSettings p {
|
#ncShareByMailSettings p {
|
||||||
padding-top: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -979,8 +979,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
||||||
#warning {
|
#warning {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-hint {
|
.settings-hint {
|
||||||
margin-top: -12px;
|
margin-bottom: 12px;
|
||||||
color: #AAAAAA;
|
opacity: .7;
|
||||||
font-size: 90%;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue