Added smilieys. Fixed too many users overflow on front page.

This commit is contained in:
Dominik Picheta 2014-12-04 18:44:38 +00:00
commit 99731e7bed
14 changed files with 7 additions and 1 deletions

View file

@ -218,7 +218,7 @@ pre .end { background:url("/images/tabEnd.png") no-repeat left bottom; }
color: #3D3D3D;
}
#talk-threads > div > .topic { width:45%; }
#talk-threads > div > .users { width:15%; overflow:hidden; }
#talk-threads > div > .users { width:15%; overflow:hidden; height: 30px; }
#talk-threads > div > .users > div > img
{
margin-bottom: -4pt;
@ -593,3 +593,8 @@ form.searchNav {
clear: both;
height: 1px;
}
img.smiley {
width: 16px;
height: 16px;
}