forked from mirrors/easyappointments
Fixed container problem with customers page.
This commit is contained in:
parent
138cd597af
commit
fa3810bc97
1 changed files with 106 additions and 104 deletions
|
@ -24,7 +24,8 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<div id="customers-page" class="row">
|
||||
<div id="customers-page" class="container-fluid">
|
||||
<div class="row">
|
||||
<div id="filter-customers" class="filter-records column col-md-4">
|
||||
<form class="input-append">
|
||||
<input class="key span12" type="text" />
|
||||
|
@ -134,3 +135,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in a new issue