app/django/contrib/admin/media/css/dashboard.css
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 07 Dec 2008 10:23:10 +0000
changeset 693 99081e8176b8
parent 54 03e267d67478
permissions -rw-r--r--
Fixed the header on the List Programs page. Patch by: Lennard de Rijk

@import url('base.css');

/* 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; }