summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-08-05 01:57:13 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-08-05 01:57:13 +0200
commita138b4d04e74eff3044519b88eb2123934c577cf (patch)
tree082ef1cc1b52f571de058321d215660e234c028f /settings
parentce866a5bdbc7aaee31a3758df2faf6c9c7434189 (diff)
downloadnextcloud-server-a138b4d04e74eff3044519b88eb2123934c577cf.tar.gz
nextcloud-server-a138b4d04e74eff3044519b88eb2123934c577cf.zip
Some more pixel pushing.
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 2ce79b68ec0..f73e3e77347 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -52,8 +52,8 @@ small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-si
small.externalapp.list { float: right; }
span.version { margin-left:3em; margin-right:3em; color:#555; }
-.app { position: relative; display: inline-block; padding: 0 !important; text-overflow: hidden; overflow: hidden; white-space: nowrap; z-index: 100; 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: 12em; }
+.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; }
/* Transition to complete width! */
.app:hover, .app:active { max-width: inherit; }