summaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
AgeCommit message (Collapse)Author
2014-10-31Fix global view mark as readGravatar Marien Fressinaud
2014-10-26All the category area is clickableGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-26Fix nav_entries menu widthGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/678
2014-10-26Fix themes (aside_feed)Gravatar Marien Fressinaud
2014-10-24Fix feed colors on subscription page (all themes)Gravatar Marien Fressinaud
2014-10-24Fix all the themes for global viewGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Fix Origine and base-theme themes for global viewGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Begin to fix global viewGravatar Marien Fressinaud
2014-10-24Fix .state_unread .items with data-unread="0"Gravatar Marien Fressinaud
2014-10-24First iteration to update all the themesGravatar Marien Fressinaud
See See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23Fix aside on mobile (Origine)Gravatar Marien Fressinaud
2014-10-23Last fix for Origine (I hope!)Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23Fix Origine themeGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23Begin to fix JS for new asideGravatar Marien Fressinaud
2014-10-23Rename aside_flux in aside_feed.Gravatar Marien Fressinaud
2014-10-22Fix some parts of aside_fluxGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-03Fix configure icon on Flat designGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/468
2014-10-02Improve drag and dropGravatar Marien Fressinaud
- Refactoring - Better design - Item doesn't disappear if action is not completed See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01Design of the sliderGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01Load feed configuration on the same pageGravatar Marien Fressinaud
Need improvements See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30Improve design of .boxGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30BREAK CATEGORIZE SYSTEM!Gravatar Marien Fressinaud
And begin big changes. See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-24Fix .as-link appearance in dropdownGravatar Marien Fressinaud
Related to https://github.com/marienfressinaud/FreshRSS/issues/633
2014-09-18Improve stat designGravatar Marien Fressinaud
2014-09-18Fix alignment of tablesGravatar Marien Fressinaud
2014-09-17Style: reduce white space of line breaks in articlesGravatar Alexandre Alapetite
Makes articles a bit more compact. Plus a generic filter for multiple lines breaks, useful for instance in LeMonde.fr, which uses <br /><br /><br /> https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-16Reduce font-size of bigMarkAsReadGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Reduce height of bigMarkAsReadGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Improve "End of articles" sectionGravatar Marien Fressinaud
Increase font size Change colors in Origine See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Change #bigMarkAsRead link in buttonGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
2014-09-16Use buttons instead of links for "mark as read"Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-07-26Hide read feeds and read categories when in unread modeGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/430 There are some repeated HTML attributes (`data-unread` and `active`) which could maybe be simplified. If some people do not like this behaviour, we could consider having an option.
2014-07-10Add base-theme in p/themesGravatar Marien Fressinaud
This base theme is not visible by default (no name). You can use it to create new theme. Fix https://github.com/marienfressinaud/FreshRSS/issues/533 (comment)