Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2016-01-14 23:52:18 +0300
committerDrew Blessing <drew@blessing.io>2016-01-14 23:52:18 +0300
commit2f2aada3b6b900fdff276aafc3f93e5a1c1465c6 (patch)
tree24cf9bc0c73acfa7345f085bdb1ea03d76902d59
parent17d4b39806d147153d0bd864d2c23d4e6e6e08ef (diff)
parent7b18b6ad6ed042268a597fa8642d74ca1419cb01 (diff)
Merge branch 'notification-btn-in-left-field' into 'master'
fixes margin and padding ![Screen_Shot_2016-01-14_at_3.10.57_PM](/uploads/83c8b36b01439cb629c91b2dd3a85692/Screen_Shot_2016-01-14_at_3.10.57_PM.png) See merge request !2439
-rw-r--r--app/assets/stylesheets/pages/projects.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index cbb9cba556c..13b0ed769fc 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -53,7 +53,7 @@
}
.notifications-btn {
- float: left;
+ margin-top: -28px;
.fa-bell {
margin-right: 6px;