From 7406fb5b124863af0fefd19f303bad9270ab63cc Mon Sep 17 00:00:00 2001 From: Nick Kugaevsky Date: Tue, 15 May 2012 17:46:18 +0400 Subject: [PATCH 1/2] =?UTF-8?q?Activity=20stream:=20commit=20labels=20css?= =?UTF-8?q?=20fix=20=E2=80=94=20proper=20paddings=20and=20highlighting=20o?= =?UTF-8?q?n=20hover.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/common.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 70ec8c56..e31db24e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -566,7 +566,12 @@ li.commit { } code { - padding:0px; + padding: 2px 2px 0; + margin-top: -2px; + &:hover { + color: black; + border: 1px solid #ccc; + } } } p.time { From 451118f19a90707b465493bd50acf523479bd603 Mon Sep 17 00:00:00 2001 From: Nick Kugaevsky Date: Tue, 15 May 2012 17:47:01 +0400 Subject: [PATCH 2/2] =?UTF-8?q?Activity=20stream:=20event=20labels=20css?= =?UTF-8?q?=20fix=20=E2=80=94=20proper=20paddings.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/gitlab_bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap.scss b/app/assets/stylesheets/gitlab_bootstrap.scss index 441f031d..ea23c906 100644 --- a/app/assets/stylesheets/gitlab_bootstrap.scss +++ b/app/assets/stylesheets/gitlab_bootstrap.scss @@ -257,7 +257,7 @@ table.no-borders { .event_label { background: #FCEEC1; - padding:0 2px; + padding: 2px 2px 0; font-family: monospace; }