summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-06 16:41:06 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-06 16:41:06 +0100
commit4f513f279a32da7027ab628e7d619070c9732258 (patch)
treede4d35c419b54385a5afb1129d7af17509d2efa6 /core/css
parent0fa59f89373f935b497cea1b5f6953361f8e8581 (diff)
downloadnextcloud-server-4f513f279a32da7027ab628e7d619070c9732258.tar.gz
nextcloud-server-4f513f279a32da7027ab628e7d619070c9732258.zip
fix dbhostlabel not disappearing, remove obsolete CSS
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index d41045ad5f2..0f3f11fdf11 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -140,7 +140,6 @@ input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-
p.infield { position: relative; }
label.infield { cursor: text !important; }
#login form label.infield { position:absolute; font-size:19px; color:#aaa; white-space:nowrap; }
-#login #dbhostlabel, #login #directorylabel { display:block; margin:.95em 0 .8em -8em; }
#login form input[type="checkbox"]+label { position:relative; margin:0; font-size:1em; text-shadow:#fff 0 1px 0; }
#login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; }