Finishing updates to make PHPCI use Bootstrap v3, as per issue #99
This commit is contained in:
parent
a053c44b75
commit
eac86ff2bd
7 changed files with 29 additions and 43 deletions
|
|
@ -3,7 +3,7 @@
|
|||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="span4">
|
||||
<div class="col-lg-4">
|
||||
<div class="well" style="">
|
||||
<?php if($type == 'add'): ?>
|
||||
<p>Fill in the form to the right to add a new user.</p>
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span8">
|
||||
<div class="col-lg-8">
|
||||
<?php print $form; ?>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue