added: progress bar (image) to tickets table

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@620 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-07-05 17:22:30 +00:00
parent 262ba10443
commit 62a0e52092
7 changed files with 70 additions and 6 deletions

View File

@@ -617,6 +617,31 @@ font-size: 0.7em;
}
table.tickettab {
border: 1px solid #D1D1E1;
}
table.tickettab th {
font-weight: bold;
}
table.tickettab th, table.tickettab td {
text-align: center;
border: 0;
font-size: 0.7em;
border: 1px solid #D1D1E1;
vertical-align: middle;
}
table.tickettab td.tickettabtitle {
font-size: 1em;
text-align: left;
}
table.ticket {
margin: 1em 0 1em 0;
}