Add an sub-tab under Issue to add a summury view

This commit is contained in:
William MARTIN
2011-06-15 09:11:47 +02:00
parent 8e4f828cc6
commit 69ae1c08ef
5 changed files with 204 additions and 1 deletions

View File

@@ -1104,3 +1104,49 @@ div.p-list-private {
right: -3px;
position: relative;
}
/*
* Issue summary
*/
div.issue-summary {
float: left;
width: 50%;
}
div.issue-summary > div {
margin-right: 3em;
padding-top: 1em;
}
div.issue-summary h2 {
border-bottom: 1px solid #A5E26A;
}
table.issue-summary {
width: 100%;
}
table.issue-summary tr td {
border: 0;
padding: .1em;
}
table.issue-summary td.graph {
width: 60%;
}
table.issue-summary td.count {
text-align: right;
padding-right: .5em;
}
table.graph {
width: 100%;
margin: 0;
padding: 0;
}
td.graph-color {
background: #3C78B5;
}