Browse Source

fix profile screen name position

nin-v2
myleneb 9 years ago
parent
commit
0a173c8a1e
  1. 2
      js/theme_option.js

2
js/theme_option.js

@ -94,7 +94,7 @@ function reOrganizeTemplates() { // for nin's templating @@ -94,7 +94,7 @@ function reOrganizeTemplates() { // for nin's templating
$('.post-context').each(function(){ $(this).prependTo($(this).parent()); }); // puts context on top of post
///// page profile
$('.profile-card-main h2').detach().insertBefore($('.profile-card-main'));
$('.forEdition .profile-card-main h2').detach().insertBefore($('.profile-card-main'));
//loader
newLoader()

Loading…
Cancel
Save