mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding a css class for admin tables
--HG-- branch : 1.x
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
1e6a2d32657e96db406ad54c318e09c1fe2ed889 src/Orchard.Web/Modules/Orchard.Forms
|
||||
f14178c543a6ade2c04c43a7f41f879f6c8fd774 src/Orchard.Web/Modules/Orchard.Projections
|
||||
108ae2f95c8bf9bf0d4d06d0e31b5b77f855cba3 src/Orchard.Web/Modules/Orchard.Rules
|
||||
8e350d810f2d95d2d5bb594ba69dc795fdf6588c src/Orchard.Web/Modules/Orchard.Projections
|
||||
15cec8c8d8791c108e1f63f40b2357c6bc6605e7 src/Orchard.Web/Modules/Orchard.Rules
|
||||
65057c6a5cd71f7994ba9bcbeece50dbb737620e src/Orchard.Web/Modules/Orchard.TaskLease
|
||||
ebdcbf2c57f9f888dcdc2b577a1e9c6e8f9c1957 src/Orchard.Web/Modules/Orchard.Tokens
|
||||
|
||||
@@ -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