Merge pull request #5403 from owncloud/fix-breadcrumbs

correctly position ... overflow in breadcrumbs, fix #5158
This commit is contained in:
Jan-Christoph Borchardt 2013-10-18 05:28:48 -07:00
commit 7297c6a5ef
1 changed files with 2 additions and 1 deletions

View File

@ -798,7 +798,8 @@ div.crumb {
background: url('../img/breadcrumb.svg') no-repeat right center;
height: 44px;
}
div.crumb a {
div.crumb a,
div.crumb span {
position: relative;
top: 12px;
padding: 14px 24px 14px 17px;