FELIX-858 : Fix minor display problem in Safari with upload box.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@741270 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/bundles.js b/webconsole/src/main/resources/res/ui/bundles.js
index dd55c75..4928900 100644
--- a/webconsole/src/main/resources/res/ui/bundles.js
+++ b/webconsole/src/main/resources/res/ui/bundles.js
@@ -204,8 +204,8 @@
 function renderBundles(data) {
 	$(document).ready(function(){
     	renderView( ["Id", "Name", "Status", "Actions"],
-        		"<input type='hidden' name='action' value='install' style='margin-left:20px;'/>" +
-                "<input class='input' type='file' name='bundlefile' size='50' style='margin-left:10px;'/>" +
+        		"<input type='hidden' name='action' value='install'/>" +
+                "<input class='input' type='file' name='bundlefile' size='50' style='margin-left:10px'/>" +
          		" - Start <input class='checkradio' type='checkbox' name='bundlestart' value='start' style='vertical-align:middle;'/>" +
         		" - Start Level <input class='input' type='input' name='bundlestartlevel' value='" + startLevel + "' size='4'/>" +
          		"<input type='submit' value='Install or Update' style='margin-left:60px'/>" +