nhoening / gritttt-rss

Implements 'cancelled' sharing-features of Google Reader for the excellent open-source RSS-Reader TinyTiny-RSS: share any page on the web via a bookmarklet and show your shared items in a widget on any website you want. Also allow to import shared&starred articles from Google Reader.
gritttt-rss.nicolashoening.de
Other
48 stars 4 forks source link

Drive-By Sharing "not logged in" should access css #25

Closed seul closed 12 years ago

seul commented 12 years ago

At the moment the "log in and then click here"-message is not styled at all, even though we have css that is valid for the whole form. This message should access that css (font-style, font-family, color, etc.).

Maybe we need an extra to style a.

seul commented 12 years ago

Now that I think of it, this is included in #26

nhoening commented 12 years ago

when I go to spiegel.de and try it, I can see (also via firebug) how styles are applied to #gritttt-msg, so th CSS works. But as it is not a form, but a message, I don't use form HTML there.

Why not simply put the fon styling in the body styling (in form.css)?