comparison 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
comparison
equal deleted inserted replaced
4053:3625fd19b201 4054:95ec841bfe1f
4655 padding: 10px 10px 10px 0px; 4655 padding: 10px 10px 10px 0px;
4656 font-size: 16px; 4656 font-size: 16px;
4657 font-weight: bold; 4657 font-weight: bold;
4658 } 4658 }
4659 4659
4660 h3.closed, 4660 div.pr-details-title.closed,
4661 #pullrequests_container li.closed a 4661 #pullrequests_container li.closed a
4662 { 4662 {
4663 color: #555; 4663 color: #555;
4664 background: #eee; 4664 background: #eee;
4665 } 4665 }
4666 4666
4667 div.pr-title { 4667 div.pr-title {
4668 font-size: 1.6em; 4668 font-size: 1.6em;
4669 }
4670 div.pr-details-title{
4671 font-size: 1.6em;
4672 margin: 0px 20px 0px 20px;
4673 padding: 5px 0px 5px 10px;
4669 } 4674 }
4670 4675
4671 div.pr { 4676 div.pr {
4672 border-bottom: 1px solid #DDD; 4677 border-bottom: 1px solid #DDD;
4673 margin: 0px 20px; 4678 margin: 0px 20px;