app/django/contrib/admin/media/css/dashboard.css
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 02 Jul 2009 12:43:06 +0200
changeset 2482 0e544df4d925
parent 54 03e267d67478
permissions -rw-r--r--
Added updateOrCreateFromFields method to SurveyRecordLogic. The reading of the fields from the POST request will not happen in this Logic anymore.

@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; }