diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-09-21 20:33:34 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-09-21 20:34:14 +0200 |
commit | 1a5cde17ac80c112428eb089aa7a7d4d88461128 (patch) | |
tree | 002044c98c74e0f440c1de980273c853d90e89f9 | |
parent | 731619ac5c7cc0ef494554cb770a54be0596175d (diff) | |
download | gitlab-ce-1a5cde17ac80c112428eb089aa7a7d4d88461128.tar.gz |
Restyle tree table UI
-rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap/tables.scss | 4 | ||||
-rw-r--r-- | 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 a1a5139cda9..29ec1b584bd 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 850ed831dfb..ff31265bac1 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; } } |