diff options
| author | Wilson Miner <wminer@gmail.com> | 2006-02-02 17:09:26 +0000 |
|---|---|---|
| committer | Wilson Miner <wminer@gmail.com> | 2006-02-02 17:09:26 +0000 |
| commit | 8626c0f59468889782ca5f95a519aed9b229d6bd (patch) | |
| tree | 02a77b869cb78eea4d04f369aa423cd0918e4365 /django/contrib/admin/media/css/global.css | |
| parent | aae4f9701cca4ec73895c128a323d38c7e52bdad (diff) | |
Fixed positioning of ordering widget with liquid page widths.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/contrib/admin/media/css/global.css')
| -rw-r--r-- | django/contrib/admin/media/css/global.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/contrib/admin/media/css/global.css b/django/contrib/admin/media/css/global.css index fbbbe26b4b..765e752d48 100644 --- a/django/contrib/admin/media/css/global.css +++ b/django/contrib/admin/media/css/global.css @@ -281,7 +281,7 @@ ul.timelist, .timelist li { list-style-type:none; margin:0; padding:0; } .timelist a { padding:2px; } /* ORDERING WIDGET */ -ul#orderthese { padding:0; margin:0; list-style-type:none; } +ul#orderthese { position:absolute; top:8em; right:0; width:240px; padding:0; margin:0; list-style-type:none; } ul#orderthese li { list-style-type:none; display:block; padding:0; margin:6px 0; width:214px; background:#f6f6f6; white-space:nowrap; overflow:hidden; } ul#orderthese li span { display:block; border:1px solid #e7e7e7; background:transparent url(../img/admin/nav-bg-grabber.gif) top left repeat-y; font-size:10px !important; padding:4px 6px 4px 12px; } ul#orderthese span:hover { background-color:#efefef; } @@ -322,4 +322,4 @@ p img, h1 img, h2 img, h3 img, h4 img, td img { vertical-align:middle; } .vLargeTextField, .vXMLLargeTextField { width:480px; } .colM .vLargeTextField, .colM .vXMLLargeTextField { width:720px; } body.core-flatfile #id_content { height: 400px; } -.module table .vPositiveSmallIntegerField { width: 22px; } +.module table .vPositiveSmallIntegerField { width: 22px; }
\ No newline at end of file |
