1
1
Fork 0

lots of formatting, bug fixes on profile updates, i18n

This commit is contained in:
Mike Macgirvin 2010-07-27 19:27:14 -07:00
commit 2e5fb9c37e
14 changed files with 141 additions and 100 deletions

View file

@ -76,10 +76,14 @@
function imgbright(node) {
$(node).attr("src",$(node).attr("src").replace('hide','show'));
$(node).css('width',24);
$(node).css('height',24);
}
function imgdull(node) {
$(node).attr("src",$(node).attr("src").replace('show','hide'));
$(node).css('width',16);
$(node).css('height',16);
}