Skip to main content
Topic: Poster area small annoyance (Read 2051 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Poster area small annoyance

Okay, nothing major, just a bit that from time to time may be useful (to me) and that if someone finds a way to make it possible again is YAY, otherwise is fine as well.

I was used to highlight and copy&past the nick of the users from the poster area.
At the moment is tricky, because the link around it, combined with the css necessary for the droppy makes it very difficult.
There are several workaround (e.g. use the @), so not a big issue, though I thought it's worth mentions, just to remember. ;)
Bugs creator.
Features destroyer.
Template killer.

Re: Poster area small annoyance

Reply #1

You can try this in index.css, line 976.  I don't know that 'inline-block' breaks anything anywhere else but using 'inline' only will break some stuff.

Code: [Select]
/* Level 1 Menu bar: link or button. */
.linklevel1 {
        display: inline-block; /* was block */
padding: 0 0.6em;
white-space: nowrap;
}

ETA:  hmmmm .... very bad idea. I did not catch that the menu highlights will be be shortened. Dummy me.   :-[
Last Edit: June 19, 2014, 06:57:24 am by Aggelos