Adding space above the Seesmic plugin video comment link
August 13th, 2008 by Dan YorkEarlier today while fixing another problem here on the site, it was pointed out to me that the “Submit Comment” button was almost on top of the Seesmic raccoon logo for video comments:

This fix was relatively straightforward. I just headed into <WPMU>/wp-content/plugins/seesmic-wp-plugin and then found my way down to lines 179 and 180:
<div id="see_buttons_div" style="display:block; width:100%; clear:both">
<a onclick="see_set_comment_mode('videoRec','comment')" style=
where, yes, indeed, I simply inserted two <br>’s on line 180:
<div id="see_buttons_div" style="display:block; width:100%; clear:both">
<br/><br/><a onclick="see_set_comment_mode('videoRec','comment')" style=
And yes, the irony of adding BR tags after today’s earlier exercise was not lost on me. In any event, the little racoon is now not practically on top of the Submit Comment button:

And yes, it’s a kludgy hack that will undoubtedly be blown away if I ever upgrade the Seesmic plugin… but hey, the beauty of it all was that I could tweak it to fit our site.
Technorati Tags:
wordpress, wordpressmu, wpmu, plugins, seesmic, video
Tags: Seesmic, Video, WordPress, wordpressmu, WPMU
RSS Feed
Leave a Reply