Skip to content

Commit

Permalink
"Batch actions" should float to left
Browse files Browse the repository at this point in the history
When followed by scope buttons pushes scopes to a different line
  • Loading branch information
elia committed Feb 18, 2014
1 parent d7a2624 commit 686e75f
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -3,6 +3,10 @@
margin-bottom: 16px;
}

.table_tools .dropdown_menu {
float: left;
}

a.table_tools_button, .table_tools .dropdown_menu_button {
@include light-button;
@include gradient(#FFFFFF, #F0F0F0);
Expand Down

0 comments on commit 686e75f

Please sign in to comment.