Skip to content
Snippets Groups Projects
Commit 206c6c1e authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #1398 from owncloud/appname-overlap

remove z-index from app labels which caused overlap with top bar
parents df3fc65e 943c0334
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ small.recommendedapp.list { float: right; }
span.version { margin-left:1em; margin-right:1em; color:#555; }
.app { position: relative; display: inline-block; padding: 0.2em 0 0.2em 0 !important; text-overflow: hidden; overflow: hidden; white-space: nowrap; /*transition: .2s max-width linear; -o-transition: .2s max-width linear; -moz-transition: .2s max-width linear; -webkit-transition: .2s max-width linear; -ms-transition: .2s max-width linear;*/ }
.app.externalapp { max-width: 12.5em; z-index: 100; }
.app.recommendedapp { max-width: 12.5em; z-index: 100; }
.app.externalapp { max-width: 12.5em; }
.app.recommendedapp { max-width: 12.5em; }
/* Transition to complete width! */
.app:hover, .app:active { max-width: inherit; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment