move CSS to correct location, move and format php

This commit is contained in:
Jan-Christoph Borchardt 2013-02-11 12:49:52 +01:00
parent 47341eb4bd
commit 40d8a2531d
2 changed files with 11 additions and 13 deletions

View file

@ -5,7 +5,15 @@
select#languageinput, select#timezone { width:15em; }
input#openid, input#webdav { width:20em; }
/* PERSONAL */
/* Sync clients */
.clientsbox { margin:12px; text-align:center; }
.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; }
#passworderror { display:none; }
#passwordchanged { display:none; }
#displaynameerror { display:none; }
@ -76,7 +84,3 @@ table.shareAPI td { padding-bottom: 0.8em; }
/* HELP */
.pressed {background-color:#DDD;}
.clientsbox { margin:12px; text-align:center; }
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }
.clientsbox h2 { font-size:20px; font-weight:bold; margin:35px 0 10px; }

View file

@ -21,18 +21,12 @@
<a href="<?php echo $_['clients']['ios']; ?>" target="_blank">
<img src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" />
</a>
<?php if(OC_APP::isEnabled('firstrunwizard')) {?>
<center><a class="button" href="#" id="showWizard"><?php echo $l->t('Show First Run Wizard again');?></a></center>
<?php }?>
</div>
<?php
if(OC_APP::isEnabled('firstrunwizard')) {
?>
<center><a class="button" href="#" id="showWizard"><?php echo $l->t('Show First Run Wizard again');?></a></center>
<?php
}
?>
<?php
if($_['passwordChangeSupported']) {