* ajusted style of pastetext.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalTitle" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog w-800px">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title"><i class="icon-file-text"></i> <?php echo $lang->pasteText?></h4>
|
||||
</div>
|
||||
<div class="modal-body"><?php echo html::textarea('pasteText', '', "class='form-control' rows='10' placeholder='$lang->pasteTextInfo'")?></div>
|
||||
<div class="modal-footer"><?php echo html::submitButton()?></div>
|
||||
<div class="modal-body">
|
||||
<?php echo html::textarea('pasteText', '', "class='form-control mgb-10' rows='10' placeholder='$lang->pasteTextInfo'")?>
|
||||
<?php echo html::submitButton()?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
.pd-0 {padding: 0 !important}
|
||||
.mg-0 {margin: 0 !important}
|
||||
.mgb-20 {margin-bottom: 20px !important}
|
||||
.mgb-10 {margin-bottom: 10px !important}
|
||||
.pdb-20 {padding-bottom: 20px !important}
|
||||
.pdt-20 {padding-top: 20px !important}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user