
03-18-2011, 04:20 AM
|
|
|
Join Date: Mar 2008
Location: france
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by gnrx
Hello.
Recently, I upgraded from vb 3.8.7 to vb 4.1.2 (I am in testin upgrade).
I upgraded this mod.
I modified my postbit for, appears my postbit like in vb 3.8.7.
I align the postbit to the left, I add in my additional.css this code:
HTML Code:
.postbit .userinfo_extra dl dt {clear: both;}
.postbit .userinfo_extra dl dd {float: left;}
.postbit .userinfo .userinfo_extra dl, .postbit .userinfo_noavatar .userinfo_extra dl {width: 200px;}
With this, now appears my postbit align, but the last phrase of this mod, not appears align, is fixed align to right, when change thw widht, this phrase is in the same position (align to right).
Can help me for align to left?
Thanks and regards!
|
in template post_thanks_postbit_info
search and replace all vb:stylevar right by vb:stylevar left
|