Added smilieys. Fixed too many users overflow on front page.
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
BIN
public/images/smilieys/Thumbs.db
Normal file
BIN
public/images/smilieys/icon_cool.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/images/smilieys/icon_e_biggrin.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/images/smilieys/icon_e_confused.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/images/smilieys/icon_e_sad.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/images/smilieys/icon_e_smile.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/images/smilieys/icon_e_surprised.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/images/smilieys/icon_e_wink.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/images/smilieys/icon_exclaim.png
Normal file
|
After Width: | Height: | Size: 897 B |
BIN
public/images/smilieys/icon_mad.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/images/smilieys/icon_neutral.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/images/smilieys/icon_razz.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |