From 283a9c7b7d5818c18f100e50c66420441c090fee Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 10 Nov 2012 23:45:13 +0200 Subject: [PATCH] Fix margin-right for some avatars --- app/assets/stylesheets/gitlab_bootstrap/common.scss | 8 ++++---- app/assets/stylesheets/sections/issues.scss | 2 +- app/assets/stylesheets/sections/merge_requests.scss | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/common.scss b/app/assets/stylesheets/gitlab_bootstrap/common.scss index aa9c421..25c355e 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/common.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/common.scss @@ -68,10 +68,10 @@ .alert-message.error { @extend .alert-error; } /** AVATARS **/ -img.avatar { float:left; margin-right:15px; width:40px; border:1px solid #ddd; padding:1px; } -img.avatar.s16 { width:16px; height:16px; } -img.avatar.s24 { width:24px; height:24px; } -img.avatar.s32 { width:32px; height:32px; } +img.avatar { float:left; margin-right:12px; width:40px; border:1px solid #ddd; padding:1px; } +img.avatar.s16 { width:16px; height:16px; margin-right:6px; } +img.avatar.s24 { width:24px; height:24px; margin-right:8px; } +img.avatar.s32 { width:32px; height:32px; margin-right:10px; } img.lil_av { padding-left: 4px; padding-right:3px; } /** HELPERS **/ diff --git a/app/assets/stylesheets/sections/issues.scss b/app/assets/stylesheets/sections/issues.scss index 3ad9d6f..93622d6 100644 --- a/app/assets/stylesheets/sections/issues.scss +++ b/app/assets/stylesheets/sections/issues.scss @@ -44,7 +44,7 @@ img.avatar { width:32px; - margin-top:4px; + margin-top:1px; } } } diff --git a/app/assets/stylesheets/sections/merge_requests.scss b/app/assets/stylesheets/sections/merge_requests.scss index fc9ad47..78e3fa3 100644 --- a/app/assets/stylesheets/sections/merge_requests.scss +++ b/app/assets/stylesheets/sections/merge_requests.scss @@ -71,7 +71,7 @@ li.merge_request { padding:7px 10px; img.avatar { width: 32px; - margin-top: 4px; + margin-top: 1px; } p { padding: 0px; -- libgit2 0.21.2