Page 1 of 1

The tooltip issue

Posted: Thu Jun 20, 2013 12:41 pm
by Reiska
In the RPC frontpage the tooltips are overlapping the slideshow. Not a big deal, but still a bit annoying. This can be easily fixed, so Hunch or anyone with access to the CSS, find this:

Code: Select all

.infobulle{
	position: absolute;
	visibility : hidden;
	border: 1px solid orange;
	padding: 5px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	background-color: #14190E;
	width: 200px;
}
And add z-index property:

Code: Select all

.infobulle{
	position: absolute;
	visibility : hidden;
	border: 1px solid orange;
	padding: 5px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	background-color: #14190E;
	width: 200px;
	z-index: 100;
}
And now it should work more properly.

Sorry if there is a topic where this could have been posted but I didn't notice.

Re: The tooltip issue

Posted: Mon Jun 24, 2013 12:13 am
by OCG
I hope it will be fixed soon. I will ask Master can he do it.

Re: The tooltip issue

Posted: Mon Jun 24, 2013 12:47 am
by Haruka
I think for that issue you need to contact the administrators. The Moderators and Super Moderators can't do anything concerning that.

Re: The tooltip issue

Posted: Mon Jun 24, 2013 8:02 am
by Master
Indeed OCG, Haruka is correct, site maintenance and the technical stuff is best reported to Humch.

Re: The tooltip issue

Posted: Tue Jun 25, 2013 11:17 am
by OCG
Alright. I've sent him message.

Re: The tooltip issue

Posted: Wed Jun 26, 2013 2:56 pm
by Hunchman801
Thank you guys, I've made the change. Just waiting for Romano to update the cache now. The portal is a horrible mess in terms of code, that's why it hasn't been updated in ages. Hopefully I'll have time to rewrite it and develop new features soon.

Re: The tooltip issue

Posted: Wed Jun 26, 2013 3:24 pm
by OCG
Also please Hunch can you fix search engine? It does not want to search for words shorter then 4 characters which is really giving me hard time to find something.

Re: The tooltip issue

Posted: Thu Jun 27, 2013 4:32 pm
by Hunchman801
This is meant for performance reasons, I'll see if I can lower it to three.

Re: The tooltip issue

Posted: Thu Jun 27, 2013 4:52 pm
by OCG
Hopefully you can lower it :)