aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-09 11:09:15 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-09 11:10:15 +0200
commit50f9ed78d3404baa63ec078f740ef14bcc9e6fd2 (patch)
treed38aa0438f3fef201c249e814ca0b484731274b3 /core/css
parentba52f6f8fc0d88000332e9e64c48a56c526823d9 (diff)
downloadnextcloud-server-50f9ed78d3404baa63ec078f740ef14bcc9e6fd2.tar.gz
nextcloud-server-50f9ed78d3404baa63ec078f740ef14bcc9e6fd2.zip
code style fixes
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css24
1 files changed, 18 insertions, 6 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index b1df8d1a8a2..5d4a5a7eeec 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -409,7 +409,9 @@ input[type="submit"].enabled {
padding: 5px;
}
-#body-login div.buttons { text-align:center; }
+#body-login div.buttons {
+ text-align: center;
+}
#body-login p.info {
width: 22em;
margin: 0 auto;
@@ -420,14 +422,22 @@ input[type="submit"].enabled {
padding: 13px;
margin: -13px;
}
-#body-login #submit.login { margin-right:7px; } /* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */
-
-#body-login form { width:22em; margin:2em auto 2em; padding:0; }
+/* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */
+#body-login #submit.login {
+ margin-right: 7px;
+}
+#body-login form {
+ width: 22em;
+ margin: 2em auto 2em;
+ padding: 0;
+}
#body-login form fieldset {
margin-bottom: 20px;
text-align: left;
}
-#body-login form #adminaccount { margin-bottom:15px; }
+#body-login form #adminaccount {
+ margin-bottom: 15px;
+}
#body-login form fieldset legend, #datadirContent label {
width: 100%;
}
@@ -618,7 +628,9 @@ label.infield {
/* Warnings and errors are the same */
-#body-login .warning, #body-login .update, #body-login .error {
+#body-login .warning,
+#body-login .update,
+#body-login .error {
display: block;
padding: 10px;
background-color: rgba(0,0,0,.3);