mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'sadu/ticket/10740' into develop
* sadu/ticket/10740: [ticket/10740] Changed styling of phpbb_alert box, to be centered.
This commit is contained in:
commit
e68787c4ec
1 changed files with 3 additions and 2 deletions
|
@ -594,9 +594,10 @@ li.pagination {
|
|||
border: 1px solid transparent;
|
||||
position: fixed;
|
||||
display: none;
|
||||
top: 100px;
|
||||
left: 35%;
|
||||
top: 40%;
|
||||
left: 50%;
|
||||
width: 30%;
|
||||
margin-left: -15%;
|
||||
z-index: 50;
|
||||
padding: 25px;
|
||||
padding: 0 25px 20px 25px;
|
||||
|
|
Loading…
Add table
Reference in a new issue