mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Replaced span classes with the equivalent col-md from bootstrap 3.
This commit is contained in:
parent
cfd546b4a0
commit
e930306b23
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@
|
|||
</legend>
|
||||
|
||||
<div class="row-fluid">
|
||||
<div class="span7 working-plan-wrapper">
|
||||
<div class="col-md-7 working-plan-wrapper">
|
||||
<h4><?php echo $this->lang->line('working_plan'); ?></h4>
|
||||
<span class="help-block">
|
||||
<?php echo $this->lang->line('edit_working_plan_hint'); ?>
|
||||
|
@ -235,7 +235,7 @@
|
|||
<input type="text" id="book-advance-timeout" data-field="book_advance_timeout" class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="span5 breaks-wrapper">
|
||||
<div class="col-md-5 breaks-wrapper">
|
||||
<h4><?php echo $this->lang->line('breaks'); ?></h4>
|
||||
|
||||
<span class="help-block">
|
||||
|
|
Loading…
Reference in a new issue