No-padding Tables

This commit is contained in:
root 2014-03-01 12:10:14 -07:00
parent 00e901f919
commit 66afbdb2dc
2 changed files with 9 additions and 1 deletions

8
public/site_assets/bootstrap/css/mpos.css Normal file → Executable file
View File

@ -304,4 +304,12 @@ table.dataTable thead .sorting:after {
.show-grid {
margin: 15px 0;
}
.no-padding {
padding:0
}
.no-padding table {
margin: 0
}

View File

@ -77,7 +77,7 @@
<div class="panel-heading">
<i class="fa fa-clock-o fa-fw"></i> Notification History
</div>
<div class="panel-body">
<div class="panel-body no-padding">
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover">
<thead>