diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-14 19:35:45 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-14 19:35:45 +0300 |
commit | 3637d244be046c145598777fce2488598d7ca6e8 (patch) | |
tree | 9ddfaa9a20d84d5359630c2245d1a8fc95e8527c /app/assets/stylesheets/sections/graph.scss | |
parent | 951279b1a312db5d943c970d435bba5b29901375 (diff) | |
download | gitlab-ce-3637d244be046c145598777fce2488598d7ca6e8.tar.gz |
Improve network UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/sections/graph.scss')
-rw-r--r-- | app/assets/stylesheets/sections/graph.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/graph.scss b/app/assets/stylesheets/sections/graph.scss index 8a337a5e206..3d878d1e528 100644 --- a/app/assets/stylesheets/sections/graph.scss +++ b/app/assets/stylesheets/sections/graph.scss @@ -1,10 +1,10 @@ .project-network { border: 1px solid #CCC; - .tip { + .controls { color: #888; font-size: 14px; - padding: 10px; + padding: 5px; border-bottom: 1px solid #bbb; background: #EEE; } |