mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/10740] Changed styling of phpbb_alert box, to be centered.
Changed the styling of the phpbb.alert() and phpbb.confirm() dialogue boxes to me more centered on a page. PHPBB3-10740
This commit is contained in:
@@ -594,9 +594,10 @@ li.pagination {
|
|||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: none;
|
display: none;
|
||||||
top: 100px;
|
top: 40%;
|
||||||
left: 35%;
|
left: 50%;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
margin-left: -15%;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
padding: 0 25px 20px 25px;
|
padding: 0 25px 20px 25px;
|
||||||
|
Reference in New Issue
Block a user