Merge pull request #13958 from owncloud/fix-resize-overlap

Avoid dropdown to float under sidebar for mid narrow screens
This commit is contained in:
Jan-Christoph Borchardt 2015-02-09 14:23:19 +01:00
commit 0d8b3afc32
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,13 @@
padding:16px;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
#dropdown {
/* this limits the dropdown to float below the sidebar for mid narrow screens */
left: 20px;
}
}
#dropdown.shareDropDown .unshare.icon-loading-small {
margin-top: 1px;
}