Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Refix logo positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 29, 2016
1 parent ab91bc2 commit f8628e9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -202,8 +202,8 @@ Class.create("LogoWidget", AjxpPane, {
this.titleDiv.setStyle({ this.titleDiv.setStyle({
position:'absolute', position:'absolute',
left : (imgW + 16) + 'px', left : (imgW + 16) + 'px',
top : (htHeight - (has_by?42:39)) + 'px', top : (htHeight - (has_by?42:36)) + 'px',
fontSize : (has_by?'19px':'25px'), fontSize : (has_by?'19px':'22px'),
fontWeight: 300 fontWeight: 300
}); });
} }
Expand Down

0 comments on commit f8628e9

Please sign in to comment.