forum

Solution: Difficulty cutted [resolved]

posted
Total Posts
5
This is a feature request. Feature requests can be voted up by supporters.
Current Priority: +0
Topic Starter
Neo Adonis
Taken from viewtopic.php?f=30&t=28977

Derekku Chan wrote:

Now (on FF) the search boxes are almost overlapping the top pink bar and there's a random thin line across the beatmap listing. Minor, but..

I hope I've found the solution to this problem (without affecting anything else). Tested even on http://osu.ppy.sh/s/2228 (where originally the problem was).

On #tablist (style2.css), modify:
display:block;
as:
display:inline-block;

Unfortunately I have IE8 and Firefox only, so please test this change on other browsers. Thanks ^^
mm201
inline-block is not supported on FF2-. Setting a margin-top seems a wiser approach.
Derekku
Dammit these topics belong in Help. :V
Topic Starter
Neo Adonis

Derekku Chan wrote:

Dammit these topics belong in Help. :V
I thought the same. But I saw the original here, so I posted again here ^^"
anonymous_old
#tablist can have overflow: hidden; to fix the bug.

(Sorry I didn't notice that when doing the other corrections. =X)
Please sign in to reply.

New reply