aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/css
Commit message (Collapse)AuthorAgeFilesLines
* Fix alignement and better clarity for 'List all links with those tags' buttonArthurHoaro2017-11-081-1/+19
| | | | | | Fix CSS class typo and display the link as a button Fixes #999
* Theme improvements: move thumbnails to the right and reduce margins overallArthurHoaro2017-10-281-29/+73
| | | | | | | | | | * Reduce multiple margins (markdown, space between block, etc.) * Move thumbnails to the right in the same line as the title * Move edit button as floating to the left * Move fold/collapse and checkbox buttons as floating to the right * Add a bunch of HTML ID in the linklist template Relates to #877
* visited links color: same hue as unvisited links, darkenednodiscc2017-09-041-1/+1
| | | | | Related to https://github.com/shaarli/Shaarli/issues/877 Plain grey links would lead to think that the link is somehow disabled/inaccessible/private This slightly improves clarity/usability
* Using only one form in linklist.html + adding untaggedonly filter - fix #885Lucas Cimon2017-07-301-23/+22
|
* Merge pull request #882 from ArthurHoaro/feature/edit-timestampArthurHoaro2017-05-311-0/+8
|\ | | | | Add creation date when editing a link
| * Add creation date when editing a linkArthurHoaro2017-05-311-0/+8
| | | | | | | | | | | | Also, alter the title on edition Fixes #431
* | Display visited links in greyArthurHoaro2017-05-251-2/+2
|/ | | | Fixes #244
* Tag list: use awesomplete for tag auto completionArthurHoaro2017-05-251-0/+4
|
* Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-251-2/+48
| | | | | | * The tag list can be sort alphabetically or by most used tag * Edit/Delete are perform using AJAX, or fallback to 'do=changetag' page * New features aren't backported to vintage theme
* Merge pull request #819 from ArthurHoaro/feature/multi-deleteArthurHoaro2017-05-251-0/+13
|\ | | | | Bulk deletion
| * Bulk deletionArthurHoaro2017-05-081-0/+13
| | | | | | | | | | | | | | * Add a checkboxes in linklist which display a sub-header containing action buttons * Strongly rely on JS * Requires a modern browser (ES6 syntax support) * Checkboxes are hidden if the browser is old or JS disabled
* | Adding ability to display subtags in tagcloudLucas Cimon2017-05-241-1/+5
|/
* Theme: change global font to Roboto and include bold variantArthurHoaro2017-03-241-11/+20
| | | | Fixes #822
* Merge pull request #811 from ArthurHoaro/theme/awesomplete-overflowArthurHoaro2017-03-121-0/+4
|\ | | | | Fixes #806: display overflow for awesomplete list
| * Fixes #806: display overflow for awesomplete listArthurHoaro2017-03-121-0/+4
| |
* | Theme: Vertical align theme select in configureArthurHoaro2017-03-121-0/+1
|/ | | | Fixes #807
* Display private only filter as search parameterArthurHoaro2017-03-081-0/+4
|
* Multiple minor improvements and bugfixes regarding the new templates:ArthurHoaro2017-02-271-27/+41
| | | | | | | | | | | | | | * Add API settings in `configure.html` * Fix textarea autoresize * Load user.css from data folder * Move fold/expand all button to the right and fix an issue with already folded items * Reset datetime display to international datetime * Temporarilly remove JS login panel (need improvement and integration with the plugin system) * Body background is slightly lighter * Fix an issue where thumbnails were hidden by description * Fix an issue where private orange bar wasn't displayed with thumbnails * Remove the gradient bar behind titles * Fix empty bookmarklet name in Firefox
* Introduce the new default Shaarli templateArthurHoaro2017-02-278-0/+5886
|
* Move default template to vintage folderArthurHoaro2017-02-272-1214/+0
|
* Stay on the changetag page after tag deletionArthurHoaro2017-01-161-1/+1
| | | | | | + fix changetag CSS alignement relates to #756
* Fix delete button in editlinkArthurHoaro2017-01-071-3/+9
| | | | This one was forgotten in #682
* Fix permalink image alignement in daily pageArthurHoaro2017-01-051-0/+4
|
* Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-052-0/+1204