Commit Graph

9 Commits

Author SHA1 Message Date
Mathias Kresin
3dae99ac27 remove multiple definition of item id
The item id exists as data attribute or as element.id postfix on multiple
elements in an article.

The basic idea is to traverse the DOM tree - starting from the event firing
element - in reverse order till an article element is found.

This article element is passed to the JavaScript functions. These JavaScript
functions are getting the elements which they want to manipulate starting from
the article utilizing the JavaScript querySelector function.

The bootstrap themes had a conflicting and unused class style definied, which is
removed by now.
2014-11-20 10:43:29 +01:00
Mathias Kresin
e9762e7ea0 Move bookmark/read/unread display style completely to CSS 2014-11-19 20:19:45 +01:00
Mathias Kresin
8424b9bfb1 add brackets to unread, page and feed items counter via CSS
Unified the page-counters before.

This makes processing of counters in javascript way more easier. The minimum
required browser versions for the needed CSS3 selectors are IE9, Firefox 3.5
and Chrome 5. Confirmed working with IE9, Firefox 24.6, Chrome 36, Mobile Safari
on iOS6.

An unintended side effect of CSS brackets is that theme designers are able to
implement there idea of brackets.
2014-11-19 20:19:45 +01:00
Mathias Kresin
5a6cc4708a Hello Theme: do not depend on language specific labels 2014-11-05 17:10:10 +01:00
Mathias Kresin
b0ca5e8aa0 remove abandoned file
The file confirm_disable_feed isn't used anymore and the action disable-feed
does't exists.
2014-11-05 14:45:42 +01:00
Frédéric Guillot
e29a22442d Update hello theme with sass sources included 2014-09-15 12:15:56 +02:00
Frédéric Guillot
bf202b6d83 Fix 404 errors for the Hello theme 2014-09-11 14:32:15 +02:00
Frédéric Guillot
fe95890e6f Minor fix for Hello theme 2014-09-11 14:27:39 +02:00
Frédéric Guillot
d7e5cd0ad4 New theme: 'Hello' created by Meradoou 2014-09-01 08:34:28 -08:00