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

@ -939,6 +939,7 @@ routes:
when isMainModule:
docConfig = rstgen.defaultConfig()
docConfig["doc.smiley_format"] = "/images/smilieys/$1.png"
math.randomize()
db = open(connection="nimforum.db", user="postgres", password="",
database="nimforum")

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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 897 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB