web/static/admin/css/dashboard.css
author ymh <ymh.work@gmail.com>
Wed, 09 Mar 2011 16:36:20 +0100
changeset 41 0533a05b7113
parent 0 bdf22b140727
permissions -rw-r--r--
chang external_src_url definition since it may not match teh definition of a url for URLField. This has no impact omn the db

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