summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-29 00:45:44 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-07-29 00:46:20 +0200
commitf1616b0e629ec5fd59a859748e64418862691597 (patch)
tree2adfa42fdaa6b905f61ca1d99b53eb2838d4bbef /core
parentc73dd86713de9e249bee432f7728dfd06859fac3 (diff)
downloadnextcloud-server-f1616b0e629ec5fd59a859748e64418862691597.tar.gz
nextcloud-server-f1616b0e629ec5fd59a859748e64418862691597.zip
implemented relative file size and coloring
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 33c1af44362..35b65f9480d 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -24,7 +24,7 @@ form input[type="button"], form input[type="text"] { font-size:0.9em; }
fieldset { padding:1em; background-color:#f7f7f7; border:1px solid #ddd; max-width:600px; margin:2em 2em 2em 3em; }
legend { padding:0.5em; font-size:1.2em; }
-div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:0; }
+div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:2; }
/* LOG IN & INSTALLATION ------------------------------------------------------------ */
#body-login { width:100%; background-image:none; background-color:#ddd; }