Commit 1a5cde17ac80c112428eb089aa7a7d4d88461128

Authored by Sytse Sijbrandij
1 parent 731619ac

Restyle tree table UI

app/assets/stylesheets/gitlab_bootstrap/tables.scss
... ... @@ -17,11 +17,11 @@ table {
17 17 }
18 18  
19 19 th {
20   - font-weight: bold;
  20 + font-weight: normal;
  21 + font-size: 15px;
21 22 vertical-align: middle;
22 23 border-bottom: 1px solid #CCC;
23 24 text-shadow: 0 1px 1px #fff;
24   - @include bg-dark-gray-gradient;
25 25  
26 26 ul.nav {
27 27 text-shadow: none;
... ...
app/assets/stylesheets/sections/tree.scss
... ... @@ -57,13 +57,17 @@
57 57 }
58 58  
59 59 .tree-table {
  60 + border: none;
  61 +
60 62 th .btn {
61 63 margin: -2px -1px;
62 64 padding: 2px 10px;
63 65 }
64 66 td {
65 67 line-height: 20px;
66   - background: #fafafa;
  68 + background: #fff !important;
  69 + border-left: none;
  70 + border-right: none;
67 71 }
68 72 }
69 73  
... ...