diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -4568,7 +4568,6 @@ PULL REQUESTS font-weight: bold; } -div.closed h4 a, h3.closed, #pullrequests_container li.closed a { @@ -4576,6 +4575,34 @@ h3.closed, background: #eee; } +div.pr-title { + font-size: 1.6em; +} + +div.pr { + border-bottom: 1px solid #DDD; + margin: 0px 20px; + padding: 10px 0px; +} +div.pr-closed { + background-color: rgba(245,245,245,0.5); +} + +span.pr-closed-tag { + margin-bottom: 1px; + margin-right: 1px; + padding: 1px 3px; + font-size: 10px; + padding: 1px 3px 1px 3px; + font-size: 10px; + color: #336699; + white-space: nowrap; + -webkit-border-radius: 4px; + border-radius: 4px; + border: 1px solid #d9e8f8; + line-height: 1.5em; +} + /**** PERMS *****/