From: Loic Baron <loic.baron@lip6.fr>
Date: Thu, 7 May 2015 16:12:27 +0000 (+0200)
Subject: Account template: upload pub key display inline
X-Git-Tag: myslice-1.4~9
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3ea9e2bbd60f1019a44acae7fa047ee8b591344c;p=myslice.git

Account template: upload pub key display inline
---

diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html
index b71f3da8..b603f632 100644
--- a/portal/templates/account-view.html
+++ b/portal/templates/account-view.html
@@ -126,7 +126,7 @@
 				  					<button type="button" class="btn btn-default" title="Cancel" id="cancel_upload"> Cancel </button>
 				  					<div style='display:none;'>
 				  						<input type='hidden'  name='upload'  /></div>
-				  						<input type="file" name="pubkey" class="required" id="pubkey"/>  
+				  						<input type="file" name="pubkey" class="required" id="pubkey" style='display:inline;' />  
 				  						<input class="btn btn-default btn-xs" name="upload_key" id="upload_key"  type="submit" title="Upload your public key" value="Upload"
 										   onclick="return confirm('Are you sure? It will overwrite your current credentials and you have delegate it manually.');"/>
 								</span>