Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-02-05 15:50:03 +0300
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-02-05 15:50:03 +0300
commit417ba951da4a457e3fbeccd28d22359bad058e4b (patch)
tree57d616b3e94ca1594941821e051bbd13f9ff00a3 /settings
parentd0bdd5c22cfe13329e87abcbb101f8d6ecfe8572 (diff)
update google play and apple badge
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css4
-rw-r--r--settings/templates/personal.php2
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>