From 5ecb02ba15f3e3b8616860cbccd02094f69e6115 Mon Sep 17 00:00:00 2001 From: Klaus Silveira Date: Fri, 6 Jul 2012 11:22:48 -0300 Subject: [PATCH] Fixing bug in the commit header bar with long commit messages --- web/css/style.css | 2 +- web/less/files.less | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/css/style.css b/web/css/style.css index 78d4a0e..970f868 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -265,7 +265,7 @@ table .span24{float:none;width:1884px;margin-left:0;} .blame-view .line{font-weight:700;border-right:1px solid #cccccc;} .blame-view .commit{font-weight:700;border-right:1px solid #cccccc;} .blame-view pre{margin:0;padding:0;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} -.commit-view{width:100%;margin-bottom:18px;border:1px solid #cacaca;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.commit-view .commit-header{padding:8px;line-height:18px;text-align:left;vertical-align:bottom;background-color:#f4f4f4;background-image:-moz-linear-gradient(top, #fafafa, #eaeaea);background-image:-ms-linear-gradient(top, #fafafa, #eaeaea);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#eaeaea));background-image:-webkit-linear-gradient(top, #fafafa, #eaeaea);background-image:-o-linear-gradient(top, #fafafa, #eaeaea);background-image:linear-gradient(top, #fafafa, #eaeaea);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eaeaea', GradientType=0);border-bottom:1px solid #d7d7d7;font-weight:bold;text-shadow:1px 1px 1px #ffffff;height:28px;}.commit-view .commit-header h4{padding:4px 0;} +.commit-view{width:100%;margin-bottom:18px;border:1px solid #cacaca;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.commit-view .commit-header{padding:8px;line-height:18px;text-align:left;vertical-align:bottom;background-color:#f4f4f4;background-image:-moz-linear-gradient(top, #fafafa, #eaeaea);background-image:-ms-linear-gradient(top, #fafafa, #eaeaea);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#eaeaea));background-image:-webkit-linear-gradient(top, #fafafa, #eaeaea);background-image:-o-linear-gradient(top, #fafafa, #eaeaea);background-image:linear-gradient(top, #fafafa, #eaeaea);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eaeaea', GradientType=0);border-bottom:1px solid #d7d7d7;font-weight:bold;text-shadow:1px 1px 1px #ffffff;}.commit-view .commit-header h4{padding:4px 0;} .commit-view .commit-body{padding:8px;} .commit-list{list-style-type:none;}.commit-list li{padding:8px 5px 8px 5px;font-size:14px;font-weight:700;border-bottom:1px solid #d7d7d7;}.commit-list li .meta{font-weight:normal;font-size:14px;color:#999999;} .commit-list li:last-child{border-bottom:0;margin-bottom:25px;} diff --git a/web/less/files.less b/web/less/files.less index cc392f6..6d57a14 100644 --- a/web/less/files.less +++ b/web/less/files.less @@ -99,7 +99,6 @@ border-bottom: 1px solid lighten(@treeHeaderBorder, 5%); font-weight: bold; text-shadow: 1px 1px 1px rgba(255,255,255,1); - height:28px; h4 { padding: 4px 0; }