Skip to content

Commit

Permalink
lab2023#30 Create tables page
Browse files Browse the repository at this point in the history
- Quick search and filters was added
  • Loading branch information
tayfunoziserikan committed Aug 11, 2013
1 parent 4cc2d8b commit cc04127
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/assets/stylesheets/_bootstrap_overrides.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@
.btn
padding: 6px 12px

// Form elements
.radio, .checkbox
margin-top: 0

// Tables
.table
@extend .table-striped
@extend .table-hover
11 changes: 11 additions & 0 deletions source/assets/stylesheets/application.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ form
.text-center
text-align: center

table
.table-header
text-align: left
padding: 10px
background-color: lighten($panel-heading-bg, 3)
border-bottom: 1px solid $table-border-color
.input-group
margin-right: -15px
input
height: 33px

#navbar
.navbar-brand
font-size: $brand-font-size
Expand Down

0 comments on commit cc04127

Please sign in to comment.