comparison media/django/css/dashboard.css @ 1:0dcfcdf50c62

Initial import of Madeira project from the private repository.
author Brian Neal <bgneal@gmail.com>
date Mon, 06 Apr 2009 03:10:59 +0000
parents
children
comparison
equal deleted inserted replaced
0:df0370bfe3f0 1:0dcfcdf50c62
1 /* DASHBOARD */
2
3 .dashboard .module table th {
4 width: 100%;
5 }
6
7 .dashboard .module table td {
8 white-space: nowrap;
9 }
10
11 .dashboard .module table td a {
12 display: block;
13 padding-right: .6em;
14 }
15
16 /* RECENT ACTIONS MODULE */
17
18 .module ul.actionlist {
19 margin-left: 0;
20 }
21
22 ul.actionlist li {
23 list-style-type: none;
24 }