Consistent, concise styling of datables
Add a semantic class to aggregate bootstrap classes and consistently applyt them to all datatables.
This commit is contained in:
parent
3bb73f27cf
commit
4ecf078db6
25 changed files with 47 additions and 25 deletions
|
|
@ -8,7 +8,7 @@
|
|||
All submissions and the information that they are missing
|
||||
|
||||
.col-md-12
|
||||
%table.table.table-striped.table-bordered.table-hover.datatable
|
||||
%table.datatable
|
||||
%thead
|
||||
%th ID
|
||||
%th Title
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
%p.text-muted
|
||||
All submissions where the speakers have special requirements
|
||||
.col-md-12
|
||||
%table.table.table-striped.table-bordered.table-hover.datatable
|
||||
%table.datatable
|
||||
%thead
|
||||
%th ID
|
||||
%th Title
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
%p.text-muted
|
||||
All submissions that have no commercial
|
||||
.col-md-12
|
||||
%table.table.table-striped.table-bordered.table-hover.datatable
|
||||
%table.datatable
|
||||
%thead
|
||||
%th ID
|
||||
%th Title
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
%p.text-muted
|
||||
All event speakers who haven't checked in
|
||||
.col-md-12
|
||||
%table.table.table-striped.table-bordered.table-hover.datatable
|
||||
%table.datatable
|
||||
%thead
|
||||
%th Speaker Name
|
||||
%th Registered?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue