No-padding Tables
This commit is contained in:
parent
00e901f919
commit
66afbdb2dc
8
public/site_assets/bootstrap/css/mpos.css
Normal file → Executable file
8
public/site_assets/bootstrap/css/mpos.css
Normal file → Executable file
@ -304,4 +304,12 @@ table.dataTable thead .sorting:after {
|
||||
|
||||
.show-grid {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
.no-padding {
|
||||
padding:0
|
||||
}
|
||||
|
||||
.no-padding table {
|
||||
margin: 0
|
||||
}
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user