Improve tasks drop down positioning

pull/1342/head
Till Breuer 11 years ago
parent bd2995bd35
commit b426184d82
  1. 8
      app/assets/stylesheets/layout/_drop_down.sass

@ -33,9 +33,9 @@
// (dual MIT/GPL-Licensed)
#settingsDropdown
#settingsDropdown, #tasksDropdown
margin: 10px 0 0 0
.dropdown
position: absolute
z-index: 9999999
@ -109,7 +109,7 @@
line-height: 18px
padding: 3px 32px
white-space: nowrap
.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover
background-color: #F0F0F0
@ -122,7 +122,7 @@
line-height: 18px
padding: 3px 10px
white-space: nowrap
.dropdown .dropdown-menu .dropdown-divider
font-size: 1px

Loading…
Cancel
Save