summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/sections/dashboard.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 15:47:51 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 15:47:51 -0800
commit2bd70b6a01b6b5b3406718d1f539f9f480cf3bec (patch)
treeb3b4d3bde71874530598e45d9c5a67c9cf449c7a /app/assets/stylesheets/sections/dashboard.scss
parentc0acb28c4ec710c90eb55dc996251a30001c8e79 (diff)
downloadgitlab-ce-2bd70b6a01b6b5b3406718d1f539f9f480cf3bec.tar.gz
Improve project icons for dashboard
Diffstat (limited to 'app/assets/stylesheets/sections/dashboard.scss')
-rw-r--r--app/assets/stylesheets/sections/dashboard.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/dashboard.scss b/app/assets/stylesheets/sections/dashboard.scss
index 90010781af0..17c0cd81b93 100644
--- a/app/assets/stylesheets/sections/dashboard.scss
+++ b/app/assets/stylesheets/sections/dashboard.scss
@@ -97,7 +97,17 @@
.dash-project-avatar {
float: left;
+
+ .avatar {
+ margin-top: -8px;
+ margin-left: -15px;
+ @include border-radius(0px);
+ }
+ .identicon {
+ line-height: 40px;
+ }
}
+
.dash-project-access-icon {
float: left;
margin-right: 5px;