]> git.p6c8.net - jirafeau.git/commitdiff
Merge remote-tracking branch 'origin/master'
authorWeblate <noreply@weblate.org>
Fri, 26 Jun 2015 06:53:01 +0000 (08:53 +0200)
committerWeblate <noreply@weblate.org>
Fri, 26 Jun 2015 06:53:01 +0000 (08:53 +0200)
lib/functions_v7.js

index 023c8e28c79fc79b09f475b51381d813e7b73409..00b7df006c49caa04e4d5db528f549949eec7080 100644 (file)
@@ -161,6 +161,9 @@ function control_selected_file_size(max_size, error_str)
         document.getElementById('options').style.display = '';
         document.getElementById('send').style.display = '';
         document.getElementById('error_pop').style.display = 'none';
+        document.getElementById('file_select').style.left = 'inherit';
+        document.getElementById('file_select').style.height = 'inherit';
+        document.getElementById('file_select').style.opacity = '1';
     }
 }
 

patrick-canterino.de