summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-06 10:51:43 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-06 10:51:43 +0200
commit5c8f61f4f8433b807476a2607ef0991bf845d83c (patch)
tree3f42659963a1e39697f589210771fe16618da51a /app/assets
parent61f03fc7b0f474a72d52ffc731edd600477f3265 (diff)
downloadgitlab-ci-5c8f61f4f8433b807476a2607ef0991bf845d83c.tar.gz
Improve runner management page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/generic/common.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/assets/stylesheets/generic/common.scss b/app/assets/stylesheets/generic/common.scss
index 54ebdbf..eda5cf6 100644
--- a/app/assets/stylesheets/generic/common.scss
+++ b/app/assets/stylesheets/generic/common.scss
@@ -55,10 +55,13 @@
}
.table {
- th {
- background: #eee;
- color: #555;
- border-bottom: 1px solid #DDD;
+ thead {
+ th {
+ background: #eee;
+ color: #555;
+ border-bottom: 1px solid #CCC !important;
+ border-top: 1px solid #CCC !important;
+ }
}
}