diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2016-02-05 13:50:03 +0100 |
---|---|---|
committer | Hendrik Leppelsack <hendrik@leppelsack.de> | 2016-02-05 13:50:03 +0100 |
commit | 417ba951da4a457e3fbeccd28d22359bad058e4b (patch) | |
tree | 57d616b3e94ca1594941821e051bbd13f9ff00a3 /settings | |
parent | d0bdd5c22cfe13329e87abcbb101f8d6ecfe8572 (diff) | |
download | nextcloud-server-417ba951da4a457e3fbeccd28d22359bad058e4b.tar.gz nextcloud-server-417ba951da4a457e3fbeccd28d22359bad058e4b.zip |
update google play and apple badge
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 4 | ||||
-rw-r--r-- | settings/templates/personal.php | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 9e98960a715..501b8055561 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -54,6 +54,10 @@ input#openid, input#webdav { width:20em; } max-width: 75%; } +.clientsbox img { + height: 60px; +} + #sslCertificate tr.expired { background-color: rgba(255, 0, 0, 0.5); } diff --git a/settings/templates/personal.php b/settings/templates/personal.php index fc0eb5ffaaf..14378899e92 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -178,7 +178,7 @@ if($_['passwordChangeSupported']) { alt="<?php p($l->t('Android app'));?>" /> </a> <a href="<?php p($_['clients']['ios']); ?>" target="_blank"> - <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'appstore.png')); ?>" + <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'appstore.svg')); ?>" alt="<?php p($l->t('iOS app'));?>" /> </a> |