comparison rhodecode/public/css/style.css @ 3676:9d2db665ef31 beta

pagination in pull-requests page + UI
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 04 Apr 2013 22:33:41 +0200
parents 7e73c0f4f335
children 3c79c197e95d
comparison
equal deleted inserted replaced
3675:7a5b11c23288 3676:9d2db665ef31
4566 padding: 10px 10px 10px 0px; 4566 padding: 10px 10px 10px 0px;
4567 font-size: 16px; 4567 font-size: 16px;
4568 font-weight: bold; 4568 font-weight: bold;
4569 } 4569 }
4570 4570
4571 div.closed h4 a,
4572 h3.closed, 4571 h3.closed,
4573 #pullrequests_container li.closed a 4572 #pullrequests_container li.closed a
4574 { 4573 {
4575 color: #555; 4574 color: #555;
4576 background: #eee; 4575 background: #eee;
4576 }
4577
4578 div.pr-title {
4579 font-size: 1.6em;
4580 }
4581
4582 div.pr {
4583 border-bottom: 1px solid #DDD;
4584 margin: 0px 20px;
4585 padding: 10px 0px;
4586 }
4587 div.pr-closed {
4588 background-color: rgba(245,245,245,0.5);
4589 }
4590
4591 span.pr-closed-tag {
4592 margin-bottom: 1px;
4593 margin-right: 1px;
4594 padding: 1px 3px;
4595 font-size: 10px;
4596 padding: 1px 3px 1px 3px;
4597 font-size: 10px;
4598 color: #336699;
4599 white-space: nowrap;
4600 -webkit-border-radius: 4px;
4601 border-radius: 4px;
4602 border: 1px solid #d9e8f8;
4603 line-height: 1.5em;
4577 } 4604 }
4578 4605
4579 /**** 4606 /****
4580 PERMS 4607 PERMS
4581 *****/ 4608 *****/