aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes/material/css
Commit message (Collapse)AuthorAgeFilesLines
* Changes in the login form:Alexandr Danilov2016-08-251-0/+1
| | | | | * The alignment of the login form centered in WebKit * Indent after the reference password recovery
* Merge pull request #2230 from modos189/issue_2055Nicolas Lœuillet2016-08-231-0/+6
|\ | | | | Cut entries title in card view: continued
| * Added the jquery library dotdotdot ( http://dotdotdot.frebsite.nl/ ) that ↵Alexandr Danilov2016-08-221-0/+6
| | | | | | | | allows you to clip a text on the second line and fixed cut entries title in card view
* | FIX image inside a figure element max-widthSimounet2016-07-201-1/+2
|/
* Fix pagination bar on small devicesNicolas Lœuillet2016-05-031-0/+3
| | | | Fix #2008
* Fix display for Next/Previous link when they are disabledNicolas Lœuillet2016-04-121-0/+5
|
* Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-121-0/+15
| | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* Remove useless CSSNicolas Lœuillet2016-04-031-14/+0
|
* fix tabs display on mobile viewThomas Citharel2016-03-161-0/+11
|
* display pictures properlyThomas Citharel2016-02-141-0/+5
|
* Merge pull request #1654 from wallabag/fix-add-button-mobile-viewJeremy Benoist2016-02-111-4/+6
|\ | | | | fix #1636
| * fix #1636Thomas Citharel2016-02-081-4/+6
| |
* | Better design of the close buttonAlexandr Danilov2016-02-111-0/+4
|/
* Move public assets for themesJeremy Benoist2016-01-224-0/+8783
So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`