diff rhodecode/public/css/style.css @ 4054:95ec841bfe1f

pull requests: remove redundant status icon from pr title. - add tooltip to show the status calculation
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 27 Jun 2013 23:20:08 +0200
parents 1e7befa639cc
children 6eaee7e2829e
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Jun 12 02:13:05 2013 +0200
+++ b/rhodecode/public/css/style.css	Thu Jun 27 23:20:08 2013 +0200
@@ -4657,7 +4657,7 @@
     font-weight: bold;
 }
 
-h3.closed,
+div.pr-details-title.closed,
 #pullrequests_container li.closed a
  {
     color: #555;
@@ -4667,6 +4667,11 @@
 div.pr-title {
     font-size: 1.6em;
 }
+div.pr-details-title{
+    font-size: 1.6em;
+    margin: 0px 20px 0px 20px;
+    padding: 5px 0px 5px 10px;
+}
 
 div.pr {
     border-bottom: 1px solid #DDD;