Author: wilson
Date: 2009-03-29 18:05:51 -0500 (Sun, 29 Mar 2009)
New Revision: 10181

Modified:
   django/trunk/django/contrib/admin/media/css/changelists.css
Log:
Some minor tweaks to the admin changelist styles for the new action menus. Cut 
out extranous margins around checkboxes on changelists and styled the action 
row to stack better with the date hierarchy browser.

Modified: django/trunk/django/contrib/admin/media/css/changelists.css
===================================================================
--- django/trunk/django/contrib/admin/media/css/changelists.css 2009-03-29 
21:25:50 UTC (rev 10180)
+++ django/trunk/django/contrib/admin/media/css/changelists.css 2009-03-29 
23:05:51 UTC (rev 10181)
@@ -228,11 +228,16 @@
     border-right: 1px solid #ddd;
 }
 
+#changelist table input {
+    margin: 0;
+}
+
 #changelist .actions {
-    color: #666;
+    color: #999;
     padding: 3px;
+    border-top: 1px solid #fff;
     border-bottom: 1px solid #ddd;
-    background: #e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x;
+    background: white url(../img/admin/nav-bg-reverse.gif) 0 -10px repeat-x;
 }
 
 #changelist .actions:last-child {
@@ -241,15 +246,20 @@
 
 #changelist .actions select {
     border: 1px solid #aaa;
-    margin: 0 0.5em;
+    margin-left: 0.5em;
     padding: 1px 2px;
 }
 
 #changelist .actions label {
     font-size: 11px;
-    margin: 0 0.5em;
+    margin-left: 0.5em;
 }
 
 #changelist #action-toggle {
     display: none;
 }
+
+#changelist .actions .button {
+    font-size: 11px;
+    padding: 1px 2px;
+}


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to