From 1a5cde17ac80c112428eb089aa7a7d4d88461128 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Sat, 21 Sep 2013 20:33:34 +0200 Subject: [PATCH] Restyle tree table UI --- app/assets/stylesheets/gitlab_bootstrap/tables.scss | 4 ++-- app/assets/stylesheets/sections/tree.scss | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/tables.scss b/app/assets/stylesheets/gitlab_bootstrap/tables.scss index a1a5139..29ec1b5 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/tables.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/tables.scss @@ -17,11 +17,11 @@ table { } th { - font-weight: bold; + font-weight: normal; + font-size: 15px; vertical-align: middle; border-bottom: 1px solid #CCC; text-shadow: 0 1px 1px #fff; - @include bg-dark-gray-gradient; ul.nav { text-shadow: none; diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss index 850ed83..ff31265 100644 --- a/app/assets/stylesheets/sections/tree.scss +++ b/app/assets/stylesheets/sections/tree.scss @@ -57,13 +57,17 @@ } .tree-table { + border: none; + th .btn { margin: -2px -1px; padding: 2px 10px; } td { line-height: 20px; - background: #fafafa; + background: #fff !important; + border-left: none; + border-right: none; } } -- libgit2 0.21.2