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

Driveby: Success-Styling inconsistent #43

Closed seul closed 12 years ago

seul commented 12 years ago

The message »page successfully shared« sometimes appears in serif and sometimes in sans serif. Same browser, same, machine, no cache flush in between.

Can someone confirm?

nhoening commented 12 years ago

Strange. Well, I'll observe it myself. I guess we could make screenshots of the overlay window and also of the HTML structure (via Firebug) to visualise the difference and then compare what is maybe different under the hood.

seul commented 12 years ago

Hint: it depends on the site being shared. Is it in serif, overlay is in serif. Is it in sans, overlay will be in sans.

Can you confirm?

seul commented 12 years ago

I think

gritttt-msg {

needs font-family: Verdana,Tahoma,sans-serif;

or the text should go in <p> inside <#gritttt-msg>

nhoening commented 12 years ago

I think you're correct. But what about the font-size? A bit too small?

http://imgur.com/oGQ8R,edXIV,Bwl1c

Only the first screenshot shows CSS rules for #gritttt-msg in Firebug. I'll try to get some more when I share.

seul commented 12 years ago

Perceived font size depends highly on selected font. I believe it's the same font size as in the rest of the gritttt-messages, only we need to see that we control font-family, too.