Prettier root folder

This commit is contained in:
Mark McDowall 2013-06-27 17:00:55 -07:00
commit 7f59062215
5 changed files with 13 additions and 10 deletions

View file

@ -4,9 +4,9 @@
</div>
<div class="modal-body">
<div class="input-prepend input-append x-path">
<i class="add-on icon-folder-open"/>
<input class="input-block-level" type="text" placeholder="Path of the folder to add ...">
<div class="btn icon-plus btn-success x-add"/>
<span class="add-on">&nbsp;<i class="icon-folder-open"></i></span>
<input class="span5" type="text" placeholder="Path of the folder to add ...">
<button class="btn btn-success x-add"><i class="icon-plus"/></button>
</div>
<div class="result-list" id="current-dirs"/>
</div>