PaulKinlan / io-reader

Apache License 2.0
2 stars 0 forks source link

add arrow icon or similar to form factor labels #52

Closed mahemoff closed 13 years ago

mahemoff commented 13 years ago

Instead of "phone" "desktop" etc I propose "> phone" "> desktop". (a unicode pointing triangle perhaps)

Rationale: On the phone, I've taken "desktop" out of the flow and only showing "desktop". The others aren't shown. In isolation, "desktop" seems to imply you're already looking at "desktop". So we need to make this look more like an action item. I could do it with a bg image, but it seems like all UIs could benefit from this anyway.

PaulKinlan commented 13 years ago

I decided to leave this to the implementation. The desktop for instance simply animates the margin. A simple style a:before { content: '>';} will work....

I say this because I don't want it in the desktop ui at all, I have methods of doing it already.

PaulKinlan commented 13 years ago

Fixed. The active form factor has a class of "active"