Skip to content
Snippets Groups Projects
Commit c022df81 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Bulk action style fix.

parent ccfe1b14
No related merge requests found
...@@ -142,6 +142,8 @@ div.bulkActionButtons input.button:hover { ...@@ -142,6 +142,8 @@ div.bulkActionButtons input.button:hover {
div.bulkActionButtons input.button { div.bulkActionButtons input.button {
width: 0; /* IE table-cell margin fix */ width: 0; /* IE table-cell margin fix */
overflow: visible; overflow: visible;
margin-left: .5em;
margin-right: .25em;
} }
div.bulkActionButtons input.button[class] { /* IE < 7 ignores [class] */ div.bulkActionButtons input.button[class] { /* IE < 7 ignores [class] */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment