summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-23 16:00:28 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-23 18:41:01 +0200
commitc524c04808d349d84f5bb4fdbda11efa436d2589 (patch)
tree1056c48c676ae65f95824e1ffeb97510b4350b00 /core
parentdc82e2994985726d9676cb7576061e3fca2150cd (diff)
downloadnextcloud-server-c524c04808d349d84f5bb4fdbda11efa436d2589.tar.gz
nextcloud-server-c524c04808d349d84f5bb4fdbda11efa436d2589.zip
add some padding to footer
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index e469bf99b07..39ed9167e92 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -3,8 +3,7 @@
See the COPYING-README file. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; cursor:default; }
-html { height:100%; }
-body { height:100%; background-attachment:fixed !important; }
+html, body { height:100%; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }
body { line-height:1.5; }
table { border-collapse:separate; border-spacing:0; white-space:nowrap; }
@@ -175,6 +174,10 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
#body-login #header {
padding-top: 100px;
}
+/* Fix background gradient */
+#body-login {
+ background-attachment: fixed !important;
+}
/* Dark subtle label text */
#body-login p.info,
@@ -412,6 +415,9 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
#body-login footer, #body-login .push {
height: 50px;
}
+#body-login footer {
+ padding-top: 20px;
+}