MyBB Community Forums

Full Version: Thanks user plugin: problem with button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I am trying out the "Thanks" plugin
http://community.mybb.com/mods.php?action=view&pid=82
which works fine.

Only the button has come out a bit wonky (see screenshot)
https://www.dropbox.com/s/z8cgiqn5yxl2tm...2.png?dl=0
as the icon and the text overlap. I think there is a problem at CSS level, but even con FireBug I cannot fix it.
Any suggestions?

It is not the translation as in English I see the same thing.

This is what the CSS file says:


.thx_btn_add  span {
	background: url(../../../../images/thanks/thanks.png) no-repeat 0px top!important;
}

html[dir=rtl] .thx_btn_add  span {
	background-position: right -440px!important;
}

.thx_btn_remove  span{
	background: url(../../../../images/thanks/thumbsdown.png) no-repeat 0px top!important;
}

html[dir=rtl] .thx_btn_remove  span {
	background-position: right -480px!important;
}

.thx_list_lable {
	background: url(../../../../images/thanks/thanks.png) no-repeat 0px top!important;
}

html[dir=rtl] .thx_list_lable {
	background-position: right top!important;
}

.thx_list {
	clear: both;
	padding: 10px 0 5px 0;
	border-bottom: 0;
}

.thx_list_lable {
	padding-left: 18px;
	display: inline;
}

html[dir=rtl] .thx_list_lable {
	padding-left: inherit;
	padding-right: 18px;
}

.hide {
	display: none;
}

Thanks in advance Smile

One more question... how can I move the button about? I would like to have it more to the left so that it stands out more.
No takers on this?