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

Commit f8628e9

Browse files
committed
Refix logo positioning
1 parent ab91bc2 commit f8628e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/plugins/gui.ajax/res/js/ui/prototype/class.LogoWidget.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ Class.create("LogoWidget", AjxpPane, {
202202
this.titleDiv.setStyle({
203203
position:'absolute',
204204
left : (imgW + 16) + 'px',
205-
top : (htHeight - (has_by?42:39)) + 'px',
206-
fontSize : (has_by?'19px':'25px'),
205+
top : (htHeight - (has_by?42:36)) + 'px',
206+
fontSize : (has_by?'19px':'22px'),
207207
fontWeight: 300
208208
});
209209
}

0 commit comments

Comments
 (0)