]> source.dussan.org Git - nextcloud-server.git/commitdiff
Per user quota didn't show in FF (and possibly IE) http://forum.owncloud.org/viewtopi...
authorThomas Tanghus <thomas@tanghus.net>
Tue, 5 Jun 2012 12:16:26 +0000 (14:16 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Tue, 5 Jun 2012 12:17:38 +0000 (14:17 +0200)
settings/css/settings.css

index 36d9b8d26f9e77afcbab15cdfae19bdbfd3a41a2..b5a3c0f03b7c18faa5820620078604054047b876 100644 (file)
@@ -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; }