logo

Member
Member
Offline Offline
Posts: 46
Suggestion: Add spaces between text in option boxes.

Ok, this is a relatively small change, but would need changed in several places for consistency.

One issue I have that makes it, at least to me and the others I work with, feel unpolished are the drop down boxes. All of them have their options made like this:

Code:
<option value="something">Label</option>


Which is correct, per se, but places the longest option (which is frequently the default option) where the right letter is slightly overlapping the down arrow button. Running text into a a button element is, to us, a 'scuff mark'.

What I propose is adding a non-breaking space after every option, like this...

Code:
<option value="something">Label&nbsp;</option>


This would make it so there is at least a one character space between the last letter of any option and the button. So you can see it in action, pick any box and see it before, do the change, and see it after.

Like I said, not a BIG change, but would greatly improve the overall polish.
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: Suggestion: Add spaces between text in option boxes.

Fixed. Added a padding-right instead, its less intrusive and requires no editing of the layouts nor any regex to add it in with a preg_replace on the $output at the end of the output function

Please do not PM me requesting support or anything, use the forums, thats what they are here for
eoCMS Designer
eoCMS Designer
Offline Offline
avatar
Posts: 1290
tbarkass_willamson@hotmail.com
Re: Suggestion: Add spaces between text in option boxes.

This bug has been deemed [Fixed] by an eoCMS developer. If you dispute the Fix, please PM a developer, giving details of why. This topic can then be unlocked allowing for further discussion.

Seen a bug? Report it!

Jump to:


0.06 seconds Queries: 13