Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Button verschieben
#11
Das war die Lösung; es fehlte die .css Datei g33k_thankyoulike.css mit dem Inhalt

PHP-Code:
div[id^=tyl_btn_] { 
displayinline-block


a.add_tyl_button span
background-imageurl(images/thankyoulike/tyl_add.png); 
background-repeatno-repeat
font-weightbold


a.del_tyl_button span
background-imageurl(images/thankyoulike/tyl_del.png); 
background-repeatno-repeat
font-weightnormal


.
tyllist
background-color#f5f5f5; 
border-top1px dotted #ccc; 
border-bottom1px dotted #ccc; 
padding2px 5px


.
tyllist_classic
background-color#f5f5f5; 
border-top1px dotted #ccc; 
border-bottom1px dotted #ccc; 
padding2px 5px


img[id^=tyl_i_expcol_]{ 
vertical-alignbottom


Danke für die Hilfe! Big Grin
Zitieren