summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-07-20 01:18:43 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-07-20 15:51:19 +0200
commit5539f671359af44634ed1de8ab5c4b8be20ee477 (patch)
tree2f4a19512bbe381147f05f5873ea24a1b63b2870 /core/css
parentc5776fdae4c6ae1fbad1831946d2e6ba4fa0ffac (diff)
downloadnextcloud-server-5539f671359af44634ed1de8ab5c4b8be20ee477.tar.gz
nextcloud-server-5539f671359af44634ed1de8ab5c4b8be20ee477.zip
Some ui work on user management, but it can still use a lot of improvement.
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 678ad009d1a..f9b536a2b04 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -7,8 +7,6 @@ h1 { margin:1em 3em 1em 0; border-bottom:1px solid #666; text-transform:uppercas
p.center { text-align:center; }
a { color:#000; text-decoration:none; }
-form { margin:2em 2em 2em 3em; }
-form#quota { max-width:600px; }
form#user_settings { max-width:600px; }
form#user_settings p label { display:block; float:left; width:35%; padding:0.4em 0.5em 0 0; text-align:right; }
form p { padding:0.5em 4em 0.5em 0.5em; text-align:left; }
@@ -19,8 +17,8 @@ form input[type="submit"] { padding:0.1em 1em; border:1px solid #999; font-weigh
form input[type="submit"]:hover, form input[type="submit"]:focus { border:1px solid #999; background-color:#999; outline:0; }
form input[type="submit"]:active { outline:0; }
form input[type="button"], form input[type="text"] { font-size: 0.9em; }
-fieldset { padding:1em; background-color:#f7f7f7; border:1px solid #ddd; }
-legend { padding:0 0.5em; font-size:1.2em; }
+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:91%; margin:1em 1em 1em 2em; padding:0.5em 0; background-color:#f7f7f7; border:1px solid #eee; }