Skip to content

Commit

Permalink
Corrects spacing for dropdown menu items. Fixes bug 921747.
Browse files Browse the repository at this point in the history
Change-Id: I9e3324fe7e5e79153ef0526675469ddd36627d41
  • Loading branch information
gabrielhurley committed Jan 25, 2012
1 parent 1ae9559 commit 1e46e36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openstack-dashboard/dashboard/static/dashboard/css/style.css
Expand Up @@ -766,6 +766,9 @@ td.actions_column {
.btn-group .dropdown-toggle:focus {
outline: none;
}
.dropdown-menu button {
line-height: 18px; /* Matches rule for ".dropdown-menu a" in bootstrap */
}

td.actions_column ul.row_actions li:hover {
background-color: #cdcdcd;
Expand Down

0 comments on commit 1e46e36

Please sign in to comment.