summaryrefslogtreecommitdiffstats
path: root/core/search/css
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated legacy search scriptsJohn Molakvoæ (skjnldsv)2020-08-041-103/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Theme search resultsJoas Schilling2020-02-271-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix left-alignment of other results on searchGreta Doci2019-08-261-0/+1
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Better design for core search, fixes and style to scssJohn Molakvoæ (skjnldsv)2018-06-192-105/+102
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move checkboxes to their own columnDaniel Calviño Sánchez2017-10-191-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | The selection column is not only a visual column, but also a real column of the file list table. Unlike other columns whose width is reduced in space constrained screens the selection column must stay the same so the tapping area is large enough to be easily usable The selection column does not appear in the search results table, so its contents have to be explicitly aligned with those of the main table based on whether the main table has a selection column or not (using the "has-selection" CSS class in the same way as the "has-favorite" CSS class was being used when there was a column for favorite actions). In the tests the ":visible" selector can no longer be used. That selector matches elements with a width or height that is greater than zero, but the dimensions calculated in the unit tests are not reliable; the width of the link was zero before these changes, and now moving the checkbox to its own column causes the height of the link to become zero too, so it no longer matches the ":visible" selector even if it is not hidden. As hidding and showing the link is based on its "display" CSS property its value is the one checked now. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Move favorite mark to the top right corner of the thumbnailDaniel Calviño Sánchez2017-10-191-7/+0
| | | | | | | | | | | | | | | | | | | | | The favorite icon was shown on its own "column" (not a real column in the table, but a visual column achieved through margins and left positions). Now the icon was moved to the top right corner of the file thumbnail, and the thumbnail and file name were moved to the left to fill the space left by the "column". To keep the markup in line with its visual representation (and to ease the placing through CSS), the favorite mark is no longer prepended to the row, but appended to the thumbnail instead. In the same way, the thumbnail is no longer appended to the checkbox label, but to the link with the name of the file instead (although the checkbox is still shown at the bottom right corner of the thumbnail, and clicking on the thumbnail still selects the file). In order to show the "busy" state on a file the "icon-loading-small" CSS class is set to the parent element of the thumbnail, so the thumbnail is also wrapped now by another div with the same size and position as the label. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Removed unused filter for opacity, fix #6408John Molakvoæ (skjnldsv)2017-09-231-2/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix thumbnail size of search resultsMorris Jobke2017-02-201-0/+1
| | | | | | * fixes #3466 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* remove whitespace on bottom when no search results, fix laylout, fix #16878Jan-Christoph Borchardt2015-06-221-0/+4
|
* fix search results from other places, account for margin-bottom in files listJan-Christoph Borchardt2015-05-021-4/+6
|
* Use the same style when no search result was foundJoas Schilling2015-03-241-4/+4
|
* move search folder into core/Morris Jobke2015-01-131-0/+100