| changeset 9 | 22ab430e9b64 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/static/admin/css/dashboard.css Tue Nov 16 14:15:07 2010 +0100 @@ -0,0 +1,24 @@ +/* DASHBOARD */ + +.dashboard .module table th { + width: 100%; +} + +.dashboard .module table td { + white-space: nowrap; +} + +.dashboard .module table td a { + display: block; + padding-right: .6em; +} + +/* RECENT ACTIONS MODULE */ + +.module ul.actionlist { + margin-left: 0; +} + +ul.actionlist li { + list-style-type: none; +}