mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Oops, forgot one thing
This commit is contained in:
parent
7691dc566e
commit
7be57ecfc9
@ -221,11 +221,11 @@
|
|||||||
msgEl.append(strongEL, message);
|
msgEl.append(strongEL, message);
|
||||||
|
|
||||||
|
|
||||||
closeEl.style.float = 'right';
|
|
||||||
closeEl.style.marginLeft = '15px';
|
closeEl.style.marginLeft = '15px';
|
||||||
closeEl.style.fontWeight = 'bold';
|
closeEl.style.fontWeight = 'bold';
|
||||||
closeEl.style.lineHeight = '20px';
|
closeEl.style.float = 'right';
|
||||||
closeEl.style.fontSize = '22px';
|
closeEl.style.fontSize = '22px';
|
||||||
|
closeEl.style.lineHeight = '20px';
|
||||||
closeEl.style.cursor = 'pointer';
|
closeEl.style.cursor = 'pointer';
|
||||||
|
|
||||||
closeEl.addEventListener('click', function () {this.parentElement.style.display='none';});
|
closeEl.addEventListener('click', function () {this.parentElement.style.display='none';});
|
||||||
|
Loading…
Reference in New Issue
Block a user