List view UI: Keep overflow row content in-line with mouse on hover

This commit is contained in:
Brian Federle 2012-12-27 12:02:38 -08:00
parent 23e75eb788
commit d3ca6a8a57
1 changed files with 1 additions and 0 deletions

View File

@ -454,6 +454,7 @@ div.list-view table tbody td span {
div.list-view table tbody td span:hover {
overflow: auto;
margin-top: 4px;
}
div.list-view div.toolbar div.section-switcher div.section-select label {