changed name of stylesheet

git-svn-id: https://dev.finn.de/svn/cockpit/trunk@8 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
hjust 15 years ago
parent 3a8dc5f69c
commit 2423cd170a
  1. 12
      assets/stylesheets/costlog.css
  2. 33
      assets/stylesheets/costs.css

@ -1,12 +0,0 @@
.icon-money {
background-image: url(../images/money.png);
}
.icon-box {
background-image: url(../images/box.png);
}
tr.cost-entry {
text-align: center;
white-space: nowrap;
}

@ -0,0 +1,33 @@
.icon-money {
background-image: url(../images/money.png);
}
.icon-box {
background-image: url(../images/box.png);
}
table.deliverable_costs,
table.deliverable_rates {
width 99%;
}
tr.cost-entry {
text-align: center;
white-space: nowrap;
}
td.currency {
text-align: right;
}
td.cost_units {
text-align: left;
}
.tabular div.p {
clear: left;
height: 1%;
margin: 0;
padding: 5px 0 8px 180px;
}
Loading…
Cancel
Save