Skip to content

Commit

Permalink
lab2023#30 Create tables page
Browse files Browse the repository at this point in the history
- Table variations was added
  • Loading branch information
tayfunoziserikan committed Aug 11, 2013
1 parent cc04127 commit 7a444bb
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions source/tables.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
.badge 3 record
.panel-body.no-padding
%table.table
%caption.table-header
.col-lg-9
Per page
.col-lg-3
.input-group
%input.form-control{placeholder: 'Quick search...', type: 'text'}/
%span.input-group-btn
%button.btn{type: 'button'}
%i.icon-search
%thead
%tr
%th #
Expand Down Expand Up @@ -45,9 +54,9 @@
.panel
.panel-heading
%i.icon-edit.icon-large
Bordered Table
Padding Table
.panel-body
%table.table.table-bordered
%table.table
%thead
%tr
%th #
Expand All @@ -70,14 +79,13 @@
%td Larry
%td the Bird
%td @twitter

.col-lg-6
.panel
.panel-heading
%i.icon-edit.icon-large
Default Table
Bordered Table
.panel-body
%table.table
%table.table.table-bordered
%thead
%tr
%th #
Expand All @@ -101,6 +109,7 @@
%td the Bird
%td @twitter


.panel
.panel-heading
%i.icon-edit.icon-large
Expand Down

0 comments on commit 7a444bb

Please sign in to comment.