add series style fixes.

This commit is contained in:
kay.one
2013-02-20 20:47:06 -08:00
parent b59a7f4ddf
commit 8dc32f7d3d
6 changed files with 7 additions and 68 deletions
@@ -1,8 +1,8 @@
<div class="tab-pane" id="root-dir">
<div class="input-prepend input-append nz-input-large x-path">
<i class="add-on icon-folder-open"></i>
<input type="text" class="span10" placeholder="Path of the folder to add ...">
<input type="text" class="span11" placeholder="Path of the folder to add ...">
<div class="btn icon-plus btn-success x-add" />
</div>
<div class="span15 offset2 result-list" id="current-dirs" />
<div class="span12 result-list" id="current-dirs" />
</div>