~ubuntu-branches/ubuntu/quantal/python-django/quantal

« back to all changes in this revision

Viewing changes to django/contrib/admin/media/css/dashboard.css

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2009-07-29 11:26:28 UTC
  • mfrom: (1.1.8 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090729112628-pg09ino8sz0sj21t
Tags: 1.1-1
* New upstream release.
* Merge from experimental:
  - Ship FastCGI initscript and /etc/default file in python-django's examples
    directory (Closes: #538863)
  - Drop "05_10539-sphinx06-compatibility.diff"; it has been applied
    upstream.
  - Bump Standards-Version to 3.8.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@import url('base.css');
2
 
 
3
1
/* DASHBOARD */
4
 
.dashboard .module table th { width:100%; }
5
 
.dashboard .module table td { white-space:nowrap; }
6
 
.dashboard .module table td a { display:block; padding-right:.6em; }
7
 
 
8
 
/*  RECENT ACTIONS MODULE  */
9
 
.module ul.actionlist { margin-left:0; }
10
 
ul.actionlist li { list-style-type:none; }
 
 
b'\\ No newline at end of file'
 
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
}