diff options
Diffstat (limited to 'modules/dashboard')
-rw-r--r-- | modules/dashboard/dashboard.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/dashboard/dashboard.css b/modules/dashboard/dashboard.css index 1df2867fd..32f3fc0c7 100644 --- a/modules/dashboard/dashboard.css +++ b/modules/dashboard/dashboard.css @@ -147,3 +147,14 @@ width: 30px; height: 1.6em; } + +/* Recent content block */ +#dashboard #block-node-recent table, +#dashboard #block-node-recent tr { + border: none; +} + +#dashboard .list-all { + text-align: right; + margin: 0 10px 0 0; +} |