From cc04127499da7624e6deb328c31a4571317bb1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tayfun=20O=CC=88zis=CC=A7=20ERI=CC=87KAN?= Date: Sun, 11 Aug 2013 17:38:02 +0300 Subject: [PATCH] #30 Create tables page - Quick search and filters was added --- .../assets/stylesheets/_bootstrap_overrides.css.sass | 2 ++ source/assets/stylesheets/application.css.sass | 11 +++++++++++ 2 files changed, 13 insertions(+) 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