Adding a css class for admin tables

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-11-07 18:10:53 -08:00
parent 5a908ef0bd
commit 722cad36ee
2 changed files with 6 additions and 2 deletions

View File

@@ -869,6 +869,10 @@ table.items thead, table.items th {
text-align:left;
white-space:nowrap;
}
table.items th.actions {
width:300px;
text-align:right;
}
/* todo: (heskew) hook back up */
table.items tr.hover {
background-color:#f0f3d6;