diff --git a/source/assets/stylesheets/_bootstrap_overrides.css.sass b/source/assets/stylesheets/_bootstrap_overrides.css.sass index e0bfd4d..112bd1f 100755 --- a/source/assets/stylesheets/_bootstrap_overrides.css.sass +++ b/source/assets/stylesheets/_bootstrap_overrides.css.sass @@ -59,9 +59,11 @@ .btn padding: 6px 12px +// Form elements .radio, .checkbox margin-top: 0 +// Tables .table @extend .table-striped @extend .table-hover diff --git a/source/assets/stylesheets/application.css.sass b/source/assets/stylesheets/application.css.sass index 29d8971..9616622 100755 --- a/source/assets/stylesheets/application.css.sass +++ b/source/assets/stylesheets/application.css.sass @@ -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