OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/assets/stylesheets/costs.css

52 lines
723 B

.icon-money {
background-image: url(../images/money.png);
}
.icon-box {
background-image: url(../images/box.png);
}
table.deliverable_costs,
table.deliverable_hours {
width: 100%;
}
.deliverable_costs td,
.deliverable_hours td {
text-align: center;
}
tr.cost_entry {
text-align: center;
white-space: nowrap;
}
th.currency,
td.currency {
text-align: right;
vertical-align: middle;
}
th.units,
td.units {
text-align: left;
}
table.list td.delete {
text-align: center;
vertical-align: middle;
}
td.comment input {
width: 100%;
}
.tabular div.p {
clear: left;
height: 1%;
margin: 0;
padding: 5px 0 8px 180px;
}
table.progress td.exceeded { background: #E1B9B9 none repeat scroll 0%; }