ellipsize long app names in navigation

This commit is contained in:
Jan-Christoph Borchardt 2013-01-31 14:04:33 +01:00
parent c801b86bc2
commit 90aa1b3532
1 changed files with 1 additions and 0 deletions

View 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; }