Tag Archives: techy

Twitter usability fail

Twitter fail
Twitter fail
Someone please tell me why Twitter thought it was a good idea to put the ‘Accept’ button right on top of the ‘Block username’ link on their web interface?

It’s caught me out on more than one occasion and to this day I still haven’t figured out how to ‘unblock’ a user. 

Dear Twitter, please fix! In fact, I’ll do the work & give it to you for free, just stick this line into your CSS, you don’t even have to touch your HTML as it’s already being referenced!!!

html

The update:

#follow-requests .follow-request .right-box .block-link { padding:12px;}
#follow-requests .follow-request .right-box .block-link:link, #follow-requests .follow-request .right-box .block-link:active, #follow-requests .follow-request .right-box .block-link:visited { color:red; text-decoration:none;}
#follow-requests .follow-request .right-box .block-link:hover { color:red; text-decoration:underline;}

*zen*