minor style fixes; use verify-action class only for verification-status-icons which are interactive

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2017-04-26 13:46:19 +02:00 committed by Morris Jobke
parent 9a366dbe2e
commit 67057f7e71
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
2 changed files with 2 additions and 2 deletions

View File

@ -140,11 +140,11 @@ input#openid, input#webdav { width:20em; }
}
#personal-settings-container .verify {
padding: 10px;
float: right;
}
#personal-settings-container .verify-action {
padding: 10px;
cursor: pointer;
}

View File

@ -111,7 +111,7 @@
<span class="icon-password"/>
</h2>
<div class="verify">
<img id="verify-email" class="verify-action" <?php
<img id="verify-email" <?php
switch($_['emailVerification']) {
case \OC\Accounts\AccountManager::VERIFICATION_IN_PROGRESS:
print_unescaped('src="' . image_path('core', 'actions/verifying.svg') . '" title="' . \OC::$server->getL10N()->t('Verifying …') . '"');