summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-11 19:38:18 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-11 20:11:23 +0100
commitb4ea6ad16a63acfcf581f1e6e2f04f811a5efc90 (patch)
tree6182277da911e60a8e56cbc1155111d49980ff64 /app/assets/stylesheets/pages/issuable.scss
parent617ba01322b0d2d8fbe6a543b2e2393b8178089e (diff)
downloadgitlab-ce-b4ea6ad16a63acfcf581f1e6e2f04f811a5efc90.tar.gz
Few UI improvements to new sidebar implementation
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 35af92e7df3..1f1d720ae4b 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -18,7 +18,7 @@
&.affix {
position: fixed;
- top: 70px;
+ top: 60px;
margin-right: 35px;
}
}
@@ -129,6 +129,11 @@
.btn-clipboard {
color: $gl-gray;
}
+
+ .participants .avatar {
+ margin-top: 6px;
+ margin-right: 2px;
+ }
}
.issuable-title {