Small layout fixes to settings hints

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-25 15:57:02 +02:00
parent f62b75b2b8
commit 4e537b5d6b
3 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -1,3 +1,3 @@
#ncShareByMailSettings p { #ncShareByMailSettings p {
padding-top: 10px; padding-bottom: 10px;
} }

View File

@ -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%;
} }