ElkArte Community

Elk Development => Theme development => Topic started by: emanuele on June 06, 2014, 06:13:39 am

Title: Poster area small annoyance
Post by: emanuele on June 06, 2014, 06:13:39 am
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. ;)
Title: Re: Poster area small annoyance
Post by: AaronB on June 13, 2014, 09:32:45 pm
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.   :-[