summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-09 23:34:10 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-09 23:34:10 +0200
commit74be4644edf4c13cd4e36779d8caa821865b7512 (patch)
tree2ca832d824d8db19b262518d586399d1c64b1018 /core
parentec2dd5be3a84df804adbc453d4a4ec2ec77c7eb7 (diff)
downloadnextcloud-server-74be4644edf4c13cd4e36779d8caa821865b7512.tar.gz
nextcloud-server-74be4644edf4c13cd4e36779d8caa821865b7512.zip
fixed some styling again, the dirty way
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css3
-rw-r--r--core/templates/installation.php2
2 files changed, 3 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 1183b089aea..4a9fe016796 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -73,7 +73,8 @@ legend { padding:.2em; font-size:1.2em; }
#login form { width:18em; margin:2em auto 5em; padding:0; }
#login form fieldset { background-color:transparent; border:0; margin-bottom:2em; padding:0; }
#login form fieldset legend { font-weight:bold; }
-#login form label { position:absolute; display:block; margin:.95em 0 .8em -5.5em; font-size:1.5em; color:#666; }
+#login form label { position:absolute; margin:.8em .8em; font-size:1.5em; color:#666; }
+#login form label#directorylabel { display:block; margin:.95em 0 .8em -5.5em; }
#login form input[type="checkbox"]+label { position:relative; margin:0; font-size:1em; text-shadow:#fff 0 1px 0; }
diff --git a/core/templates/installation.php b/core/templates/installation.php
index c5e95b04a34..80c3c273084 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -72,7 +72,7 @@
<input type="text" name="dbhost" id="dbhost" value="<?php print OC_Helper::init_var('dbhost', 'localhost'); ?>" placeholder="<?php echo $l->t( 'Host' ); ?>" />
<input type="text" name="dbtableprefix" id="dbtableprefix" value="<?php print OC_Helper::init_var('dbtableprefix', 'oc_'); ?>" placeholder="<?php echo $l->t( 'Table prefix' ); ?>" />
- <label for="directory"><?php echo $l->t( 'Data folder' ); ?></label><input type="text" name="directory" id="directory" value="<?php print OC_Helper::init_var('directory', $_['directory']); ?>" placeholder="<?php echo $l->t( 'Data folder' ); ?>" />
+ <label id="directorylabel" for="directory"><?php echo $l->t( 'Data folder' ); ?></label><input type="text" name="directory" id="directory" value="<?php print OC_Helper::init_var('directory', $_['directory']); ?>" placeholder="<?php echo $l->t( 'Data folder' ); ?>" />
</fieldset>
<input type="submit" value="<?php echo $l->t( 'Finish setup' ); ?>" />