diff kallithea/public/css/style.css @ 4895:780c1aab1357

pullrequest overview: remove custom handling of 'my pullrequests' Re-use the same displaying code for the 'my pullrequests' overview as for the repository pullrequests overview. Remove the now unused CSS styling as well. This removes the 'delete' button on the author's pullrequests. One could argue whether the pullrequest overview is the right place for this button, while it does not appear on the pull request page itself.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Tue, 03 Mar 2015 21:48:53 +0100
parents 42f3115cc2ac
children 963e0e2f2a35
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Tue Mar 03 22:26:19 2015 +0100
+++ b/kallithea/public/css/style.css	Tue Mar 03 21:48:53 2015 +0100
@@ -4648,13 +4648,12 @@
 *****/
 .pullrequests_section_head {
     padding: 10px 10px 10px 0px;
+    margin: 0 20px;
     font-size: 16px;
     font-weight: bold;
 }
 
-div.pr-details-title.closed,
-#pullrequests_container li.closed div div
- {
+div.pr-details-title.closed {
     color: #555;
     background: #eee;
 }
@@ -4671,9 +4670,6 @@
 div.pr-desc {
     margin: 0px 20px;
 }
-div.pr-closed {
-    background-color: #eee;
-}
 tr.pr-closed td {
     background-color: #eee !important;
     color: #555 !important;