Actions
Bug #4121
open[ce, ee] server announcement has extra margin
Start date:
25.07.2016
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
Steps to reproduce:
- goto /_admin/settings/global
- pick 'server announcement' in Custom Header Code
- save
- there white space at top of page before the announcement
The announcement script injects an which has a 40px margin-top.
We could inline style="margin-top: 0" in the script code - or refactor .alert boxes to avoid having a defined margin.
Actions