Added commenting on the list page

This commit is contained in:
Latif Khalifa
2013-10-15 10:04:06 +02:00
parent a0a18e9378
commit 8dd29da01a
6 changed files with 54 additions and 19 deletions

View File

@@ -76,14 +76,17 @@ tr.rowhighlight a {
height: 100%;
}
table {
border-spacing: 0px;
/*border-collapse:collapse;*/
}
table.jtable tr:hover, table.jtable th {
background: #2b3233 url(images/ui-bg_highlight-hard_20_2b3233_1x100.png) 50% 50% repeat-x;
color: #ffffff;
}
table.jtable {
border-spacing: 0px;
/*border-collapse:collapse;*/
border: 1px solid #555555;
background: #1e1e1e url(images/ui-bg_flat_25_1e1e1e_40x100.png) 50% 50% repeat-x;
color: #c5c5c5;