Add cumulative flow diagram

This commit is contained in:
Frédéric Guillot
2014-11-16 20:51:59 -05:00
parent 4494566fc7
commit 8bf50d6a7f
30 changed files with 643 additions and 12 deletions

View File

@@ -33,7 +33,15 @@ ul.no-bullet li {
.pull-right {
text-align: right;
}/* links */
}
hr {
border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* links */
a {
color: #3366CC;
border: none;
@@ -280,6 +288,10 @@ ul.form-errors li {
margin-right: 15px;
}
.form-inline .form-required {
display: none;
}
input.form-date {
width: 150px;
}