summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-06-05 14:16:26 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-06-05 14:17:38 +0200
commit6c4231b3d356241ca0e261ae03fcd54b33e656b5 (patch)
treeffb1ee8f578f2a0ef817d1dd4fde439bc9c79ca3 /settings
parent7621559d00efa5d55ec6543e50a4b0ae39d8c7df (diff)
downloadnextcloud-server-6c4231b3d356241ca0e261ae03fcd54b33e656b5.tar.gz
nextcloud-server-6c4231b3d356241ca0e261ae03fcd54b33e656b5.zip
Per user quota didn't show in FF (and possibly IE) http://forum.owncloud.org/viewtopic.php?f=4&t=2716&p=5373#p5324.
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 36d9b8d26f9..b5a3c0f03b7 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -34,7 +34,7 @@ li.selected { background-color:#ddd; }
#content>table:not(.nostyle) { margin-top:3em; }
table:not(.nostyle) { width:100%; }
#rightcontent { padding-left: 1em; }
-td.quota { position:relative }
+td.quota { position:absolute; }
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; }