Fixed some admin UI bulk action style bugs

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043011
This commit is contained in:
skewed
2009-12-03 04:22:01 +00:00
parent a2ef7dbd07
commit f5f9f5fa77

View File

@@ -298,7 +298,9 @@ span.message {
----------------------------------------------------------*/ ----------------------------------------------------------*/
fieldset.bulk.actions { fieldset.bulk.actions {
display:inline; display:inline;
height:auto;
margin:0 1.4em -.7em 0; margin:0 1.4em -.7em 0;
padding-top:0;
} }
label { label {
@@ -380,7 +382,7 @@ button:focus, .button:focus {
} }
.manage { .manage {
float:right; float:right;
margin:3px 0 6px 4px; margin:4px 0 6px 4px;
overflow:hidden; overflow:hidden;
} }
.actions { .actions {