Skip to content

Commit

Permalink
[ticket/10740] Changed styling of phpbb_alert box, to be centered.
Browse files Browse the repository at this point in the history
Changed the styling of the phpbb.alert() and phpbb.confirm()
dialogue boxes to me more centered on a page.

PHPBB3-10740
  • Loading branch information
Hari Sankar R committed Apr 1, 2012
1 parent 40c37fb commit 48616c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpBB/styles/prosilver/theme/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 48616c7

Please sign in to comment.