diff 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
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Thu Apr 04 20:39:26 2013 +0200
+++ b/rhodecode/public/css/style.css	Thu Apr 04 22:33:41 2013 +0200
@@ -4568,7 +4568,6 @@
     font-weight: bold;
 }
 
-div.closed h4 a,
 h3.closed,
 #pullrequests_container li.closed a
  {
@@ -4576,6 +4575,34 @@
     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
 *****/