aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-31 20:27:39 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-31 20:27:39 +0100
commit943c0334c147155b99cb43e5ec8e41f8a4bb3a32 (patch)
treed91897b7fff91d5a92f83be340d19c2f609ed9e6 /settings
parent5bf7791b4212c6dba2ce7289841c71f8177cfa3f (diff)
downloadnextcloud-server-943c0334c147155b99cb43e5ec8e41f8a4bb3a32.tar.gz
nextcloud-server-943c0334c147155b99cb43e5ec8e41f8a4bb3a32.zip
remove z-index from app labels which caused overlap with top bar
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 35c7176d45e..667539cd685 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -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; }