diff --git a/django/contrib/admin/static/admin/css/base.css b/django/contrib/admin/static/admin/css/base.css
index 5db94a7..6dc889c 100644
a
|
b
|
th {
|
256 | 256 | text-align: left; |
257 | 257 | font-size: 12px; |
258 | 258 | font-weight: bold; |
| 259 | padding:0; |
| 260 | } |
| 261 | |
| 262 | th a { |
| 263 | display:block; |
| 264 | } |
| 265 | |
| 266 | tbody th a { |
| 267 | padding:5px 1em 5px 5px; |
259 | 268 | } |
260 | 269 | |
261 | 270 | thead th, |
… |
… |
input[type=text], input[type=password], textarea, select, .vTextField {
|
502 | 511 | |
503 | 512 | .module table { |
504 | 513 | border-collapse: collapse; |
| 514 | width:100%; |
505 | 515 | } |
506 | 516 | |
507 | 517 | /* MESSAGES & ERRORS */ |
… |
… |
a.deletelink:hover {
|
701 | 711 | |
702 | 712 | table#change-history { |
703 | 713 | width: 100%; |
| 714 | padding: 5px; |
704 | 715 | } |
705 | 716 | |
706 | 717 | table#change-history tbody th { |
diff --git a/django/contrib/admin/static/admin/css/changelists.css b/django/contrib/admin/static/admin/css/changelists.css
index 4c1e7aa..1d6727f 100644
a
|
b
|
|
28 | 28 | width: auto !important; |
29 | 29 | } |
30 | 30 | |
31 | | .change-list .filtered table tbody th { |
32 | | padding-right: 1em; |
33 | | } |
34 | | |
35 | 31 | #changelist .toplinks { |
36 | 32 | border-bottom: 1px solid #ccc !important; |
37 | 33 | } |