summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-02-24 21:19:23 +0100
committerRobin Appelman <icewind@owncloud.com>2012-02-24 23:54:38 +0100
commit0d3181b6d1fc8b2af1b222cae29fff89a0754797 (patch)
treeaed1512de7083139aff4fd1f4cc0da5df544e942 /settings/css
parent4230e217af16b400cf6eba26c2333ee4ea1f884c (diff)
downloadnextcloud-server-0d3181b6d1fc8b2af1b222cae29fff89a0754797.tar.gz
nextcloud-server-0d3181b6d1fc8b2af1b222cae29fff89a0754797.zip
add configure option for default quota
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index b80d7da82c6..39d811ae10c 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -30,8 +30,10 @@ li.selected { background-color:#ddd; }
table:not(.nostyle) { width:100%; }
#rightcontent { padding-left: 1em; }
td.quota { position:relative }
-select.quota { position:absolute; left:0px; top:0px; width:10em; }
+div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
+select.quota { position:absolute; left:0; top:0; width:10em; }
input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; -webkit-box-shadow: none -mox-box-shadow:none ; box-shadow:none; }
+div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em }
/* APPS */
li { color:#888; }