]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove z-index from app labels which caused overlap with top bar
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 19:27:39 +0000 (20:27 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 19:27:39 +0000 (20:27 +0100)
settings/css/settings.css

index 35c7176d45e6db4447056ed29658d7b108b2b6aa..667539cd685326119a1e5e08a8a13c461e143c3c 100644 (file)
@@ -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; }