summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-08 07:31:01 -0700
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-08 07:31:01 -0700
commit8652137ad61d8602e0542e15def6573dec7b24c8 (patch)
treec0907c9574218b4d09f4fc57955175dd4c82cc13 /settings
parent118c3d8a385a192301882b659e68dc5a2433691d (diff)
parent92af840a51c51440eb6f55d841b47c1b3f5a1b69 (diff)
downloadnextcloud-server-8652137ad61d8602e0542e15def6573dec7b24c8.tar.gz
nextcloud-server-8652137ad61d8602e0542e15def6573dec7b24c8.zip
Merge pull request #3912 from owncloud/css_cleanup_kondou
General CSS cleanup
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css4
-rw-r--r--settings/templates/personal.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 67aab4a461b..20df5d86d65 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -9,10 +9,10 @@ input#openid, input#webdav { width:20em; }
/* PERSONAL */
/* Sync clients */
-.clientsbox { margin:12px; text-align:center; }
+.clientsbox { margin:12px; }
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }
.clientsbox h2 { font-size:20px; font-weight:bold; margin:35px 0 10px; }
-.clientsbox center { margin-top:10px; }
+.clientsbox .center { margin-top:10px; }
#passworderror { display:none; }
#passwordchanged { display:none; }
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index b9d9b09f5d0..7d677bdd455 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -4,7 +4,7 @@
* See the COPYING-README file.
*/?>
-<div class="clientsbox">
+<div class="clientsbox center">
<h2><?php p($l->t('Get the apps to sync your files'));?></h2>
<a href="<?php p($_['clients']['desktop']); ?>" target="_blank">
<img src="<?php print_unescaped(OCP\Util::imagePath('core', 'desktopapp.png')); ?>" />
@@ -16,7 +16,7 @@
<img src="<?php print_unescaped(OCP\Util::imagePath('core', 'appstore.png')); ?>" />
</a>
<?php if(OC_APP::isEnabled('firstrunwizard')) {?>
- <center><a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again'));?></a></center>
+ <p class="center"><a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again'));?></a></p>
<?php }?>
</div>