Skip to content

Commit

Permalink
Merge pull request #406 from lap82/DS-1809
Browse files Browse the repository at this point in the history
[DS-1809] Fix bug moving button out of the div
  • Loading branch information
Andrea Bollini committed Nov 27, 2013
2 parents 5010c17 + ff06384 commit be113ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -258,8 +258,8 @@
<% } %>
</select>
</div>
<button class="btn btn-primary col-md-2 pull-right" type="button" id="loadfile_go"><fmt:message key="jsp.submit.start-lookup-submission.byfile.process"/></button>
</div>
<button class="btn btn-primary col-md-2 pull-right" type="button" id="loadfile_go"><fmt:message key="jsp.submit.start-lookup-submission.byfile.process"/></button>
</form>
</div>
<%
Expand Down

0 comments on commit be113ec

Please sign in to comment.