Added commenting on the list page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user