ElkArte Community

Elk Development => Theme development => Theme development archive => Topic started by: Antechinus on March 04, 2014, 10:18:25 pm

Title: Message index maketh no sense (position is everything innit)
Post by: Antechinus on March 04, 2014, 10:18:25 pm
Message index is all out of whack since the replies/likes/views were stacked in three lines and the avatars added. The spacings are totally wrong for that layout. This is apparently because said items were just shoved in without worrying about how it all worked. :P

I haven't played with any fixes yet, but my guess is it will probably need the likes/views/replies stuff in smaller text, with a tighter line spacing.
Title: Re: Message index maketh no sense (position is everything innit)
Post by: Joshua Dickerson on March 05, 2014, 07:42:04 am
Code: [Select]
1 Replies 
12 Views

Replies has a space after it which offsets it.
Title: Re: Message index maketh no sense (position is everything innit)
Post by: Spuds on March 05, 2014, 12:03:13 pm
That could be made a bit nicer, they were just done at two different times. 

Maybe adding line-height: 1.286em; to the .topic_stats class ... or since we now have 3 lines give a little more allowable size for the avatar (if the 3 lines end up looking to packed together)?