]> source.dussan.org Git - nextcloud-server.git/commitdiff
ellipsize long app names in navigation
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 13:04:33 +0000 (14:04 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 13:04:33 +0000 (14:04 +0100)
core/css/styles.css

index 831c6c752ecdf2754cf61620262372f847b30956..2b5f1222c0279c2fbe1c76de49db4dad625443b1 100644 (file)
@@ -189,6 +189,7 @@ fieldset.warning legend { color:#b94a48 !important; }
        display:block; padding:8px 0 4px;
        text-decoration:none; font-size:10px; text-align:center;
        color:#fff; text-shadow:#000 0 -1px 0; opacity:.3;
+       white-space:nowrap; overflow:hidden; text-overflow:ellipsis; // ellipsize long app names
 }
        #navigation a:hover, #navigation a:focus { opacity:.8; }
        #navigation a.active { opacity:1; }