Started ticket 39, add code review.
We now have a limited support of the code review. Still some work to be done to allow the submission of new patches on a given review and update the status. For the moment, only pre-commit review is supported.
This commit is contained in:
@@ -69,6 +69,14 @@ a.userw {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
a.soft {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
a.soft:visited {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
div.context {
|
||||
padding-left: 1em;
|
||||
}
|
||||
@@ -518,6 +526,7 @@ table.diff tr.diff-next td {
|
||||
padding: 1px 5px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* view file content
|
||||
*/
|
||||
@@ -633,3 +642,35 @@ div.deprecated-page {
|
||||
.delp a {
|
||||
color: #a00;
|
||||
}
|
||||
|
||||
#branding {
|
||||
float: right;
|
||||
position: relative;
|
||||
margin-right: -10px;
|
||||
width: 115px;
|
||||
font-size: 8px;
|
||||
text-align: right;
|
||||
padding-right: 20px;
|
||||
padding-left: 0px;
|
||||
background-color: #eeeeec;
|
||||
-moz-border-radius: 3px 0 0 3px;
|
||||
-webkit-border-radius: 3px 0 0 3px;
|
||||
color: #888a85;
|
||||
clear: both;
|
||||
background-image: url("../img/ceondo.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
#branding a {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#branding a:visited {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#ft {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
BIN
www/media/idf/img/ceondo.png
Normal file
BIN
www/media/idf/img/ceondo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 662 B |
Reference in New Issue
Block a user