Fix profile creation button not centered
This commit is contained in:
parent
f719b34e09
commit
7540f12040
@ -522,13 +522,13 @@ define([
|
|||||||
'class': 'btn btn-success',
|
'class': 'btn btn-success',
|
||||||
}).text(Messages.login_register).appendTo($a);
|
}).text(Messages.login_register).appendTo($a);
|
||||||
$p.append($('<br>')).append($a);
|
$p.append($('<br>')).append($a);
|
||||||
APP.$container.append($p);
|
APP.$rightside.append($p);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var $create = $('<div>', {id: CREATE_ID});
|
var $create = $('<div>', {id: CREATE_ID});
|
||||||
var $button = $('<button>', {'class': 'btn btn-success'});
|
var $button = $('<button>', {'class': 'btn btn-success'});
|
||||||
$button.text(Messages.profile_create).click(todo).appendTo($create);
|
$button.text(Messages.profile_create).click(todo).appendTo($create);
|
||||||
APP.$container.append($create);
|
APP.$rightside.append($create);
|
||||||
};
|
};
|
||||||
|
|
||||||
var onCryptpadReady = function () {
|
var onCryptpadReady = function () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user