plone / plonetheme.barceloneta

The default theme for Plone Classic UI
https://pypi.python.org/pypi/plonetheme.barceloneta
19 stars 41 forks source link

Searchbox - Replace submit button with magnifying glass icon #8

Open pigeonflight opened 9 years ago

pigeonflight commented 9 years ago

This is what the search box should look like according to the mockup: image

This is what it looks like now: image

This requires hiding or removing the submit button and adding a magnifying glass icon as in the design.

pigeonflight commented 9 years ago

Plone 5.0 ships with glyphicons-halflings-regular.ttf so it should be acceptable to rely on the search icon that ships with the glyphicons ("\e003").

screenshot 2015-04-05 at 8 39 21 pm

pigeonflight commented 9 years ago

I've started work on a searchbox branch. This is what it looks like so far: image

Will still need to clean up the markup a bit. Here's the first commit: https://github.com/plone/plonetheme.barceloneta/commit/a401f1966eb32cdd5a6270b5be29b29169a19bdd

draunger commented 11 months ago

/Assign me I will do this task

Rudd-O commented 11 months ago

Craft PR and link to issue using markdown. You can also assign yourself (I think if you are part of the org) at the top right corner of the page.

image

One thing I realized is that the search button doesn't look clickable at all in the mockup. This might be an issue.