update : design
This commit is contained in:
parent
c4fcaf8ba9
commit
53c1f1b7c9
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
</ul>
|
||||
<div class="tab-content uploadFormDiv">
|
||||
<div class="tab-pane fade in active clearfix" id="file-upload">
|
||||
<div class="instructions alert alert-info">
|
||||
<div class="instructions alert alert-block alert-info">
|
||||
{lang code='upload_right_guide_photo'}
|
||||
</div>
|
||||
<div class="clearfix" id="uploaderContainer">
|
||||
|
@ -117,7 +117,7 @@
|
|||
</div>
|
||||
<div id="uploadDataContainer" class="uploadDataContainer clearfix marginTop">
|
||||
<div class="uploadingProgressContainer clearfix hidden">
|
||||
<div class="alert alert-info">
|
||||
<div class="alert alert-block alert-info">
|
||||
<p><b>Selected Files</b> Uploading in progress <small><span id="progressNumber">0%</span> Complete of Photo <span id="videoNumber"></span></small></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{if $msg}
|
||||
<div class="alert alert-info">
|
||||
<div class="alert alert-block alert-info">
|
||||
{$msg}
|
||||
</div>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Reference in a new issue