clamp content preview to single line in three panel mode

This commit is contained in:
Andrew Dolgov 2013-06-05 22:49:38 +04:00
parent e2bf55b64e
commit ffc21d2b54

View file

@ -584,6 +584,13 @@ div.autocomplete ul li {
cursor : pointer;
}
.hlTitle {
overflow : hidden;
white-space : nowrap;
max-width : 500px;
text-overflow : ellipsis;
}
.hlContentH a, .hlContentH span {
color : #00cc00;
}