Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Aristo theme wraps long <select> boxes #43

Closed
kylefox opened this issue Jun 3, 2010 · 4 comments
Closed

Aristo theme wraps long <select> boxes #43

kylefox opened this issue Jun 3, 2010 · 4 comments
Labels

Comments

@kylefox
Copy link

kylefox commented Jun 3, 2010

I noticed that the Aristo theme incorrectly wraps long options in elements (http://drp.ly/17ID4P), whereas the default theme does more elegant overflow handling. I simply borrowed the CSS from the default theme and added it to Aristo: div.selector { position: relative; padding-left: 10px; overflow: hidden; } div.selector span { display: block; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } Is the Aristo uniform theme on GitHub anywhere? It would be very useful if so :)

@pixelmatrix
Copy link
Collaborator

Good idea. I'll put this up sometime pretty soon. It's hard to keep all the themes up to date.

@pixelmatrix
Copy link
Collaborator

I've finally put it up on Github here if someone wants to submit a patch: http://github.com/pixelmatrix/aristo-uniform

@nickdoesdesign
Copy link

It seems that the Agent theme is doing this as well. Adding it to my own code now.

@fidian
Copy link
Collaborator

fidian commented Nov 13, 2012

Closing this bug since it appears that the important lines are now a part of all of the themes in the develop branch. Please reopen if this is not the case.

@fidian fidian closed this as completed Nov 13, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants