small layout fixes: right-aligning the ticket-number, remove the padding from the vbox

This commit is contained in:
Ralf Becker 2006-10-19 19:04:33 +00:00
parent 9a0352e28c
commit e3c43944ad
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
.overdue { color:#cc0000; font-weight:bold; }
.private { font-style:italic; }
.planned { font-style:italic; }
.fullWidth table { width: 100%; }
table.fullWidth { width: 100%; }
.infoId:before { content:"#" }
.fixedHeight { line-height: 12px; }
.noWrap { white-space: nowrap; }