diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-01-31 13:56:49 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-01-31 13:56:49 -0800 |
commit | 206c6c1e1e09d2793b778200cbbe446260465f84 (patch) | |
tree | 50eb2f34144fd38eea938a7b25314e17d95a0be7 | |
parent | df3fc65e6fe616bcd9da7db32d1c377bf7084c93 (diff) | |
parent | 943c0334c147155b99cb43e5ec8e41f8a4bb3a32 (diff) | |
download | nextcloud-server-206c6c1e1e09d2793b778200cbbe446260465f84.tar.gz nextcloud-server-206c6c1e1e09d2793b778200cbbe446260465f84.zip |
Merge pull request #1398 from owncloud/appname-overlap
remove z-index from app labels which caused overlap with top bar
-rw-r--r-- | settings/css/settings.css | 4 |
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; } |