diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-11 06:44:31 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-11 06:44:31 +0000 |
commit | 3e552053f1fd3ebcc34c2fef4efb50721da749e5 (patch) | |
tree | f6d5053ca7a98390e64aaf4f602ee0f37330f9e2 /modules/dashboard | |
parent | 9667f4726d98d6ce8bab8360d0221028f954bdec (diff) | |
download | brdo-3e552053f1fd3ebcc34c2fef4efb50721da749e5.tar.gz brdo-3e552053f1fd3ebcc34c2fef4efb50721da749e5.tar.bz2 |
#337947 by codycraven, cwgordon7, yoroy, et al: Add a 'recent content block' for use on the dashboard.
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; +} |