| 5d06a1e4 | 17-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix(search): ensure consistent html in search results
This implements some of the changes discussed in #2314:
1. last mod and number of hits are on the same line and always shown 2. There is a clas
fix(search): ensure consistent html in search results
This implements some of the changes discussed in #2314:
1. last mod and number of hits are on the same line and always shown 2. There is a class around the last mod string so it can be hidden/replaced by an icon 3. All items in the resultBody returned by the event are wrapped in `<dd>` tags to ensure validity. They get their array key as class 4. There is still a wrapper div around each result for styling purposes
show more ...
|
| 7c15eaa2 | 15-Apr-2018 |
Anika Henke <anika@selfthinker.org> |
Fix invalid HTML in search results
Recent changes to the search results page added various divs to the pre-existing description list, which is invalid. This fixes that by a) removing a couple of unn
Fix invalid HTML in search results
Recent changes to the search results page added various divs to the pre-existing description list, which is invalid. This fixes that by a) removing a couple of unnecessary elements and b) interpret the 'last modified' line as another 'dd'.
show more ...
|
| 4bdf82b5 | 27-Mar-2018 |
Andreas Gohr <gohr@cosmocode.de> |
first go at styling
This removes a lot of reudundant CSS classes in favor of cascading selectors. Styling isn't done, yet this is just a first step.
Still to do:
* aria labels * styling the toggle
first go at styling
This removes a lot of reudundant CSS classes in favor of cascading selectors. Styling isn't done, yet this is just a first step.
Still to do:
* aria labels * styling the toggle mechanism * RTL styling * making sure everything displays correct when no JS is available * translations may be missing * refactoring the rest of search.less to make use of LESS features
show more ...
|