mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +08:00
Adding a css class for admin tables
--HG-- branch : 1.x
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user