updating add existing series to use the common views.

This commit is contained in:
Keivan Beigi 2013-06-21 17:48:23 -07:00
commit 3c686808f2
9 changed files with 147 additions and 84 deletions

View file

@ -1,5 +1,5 @@
<div class="row">
<div class="input-prepend nz-input-large add-series-search span11">
<div class="input-prepend nz-input-large add-series-search span11 x-search-bar">
<i class="add-on icon-search"/>
<input type="text" class="input-block-level x-series-search" placeholder="Start typing the name of series you want to add ...">
</div>
@ -7,3 +7,6 @@
<div class="row">
<div id="search-result" class="result-list span12"/>
</div>
<div class="text-center new-series-loadmore x-load-more" style="display: none;">
<i class="icon-angle-down"/> more
</div>