1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/10270] Makes page fade to dark on popup, and added $.querystring.

PHPBB3-10270
This commit is contained in:
Callum Macrae
2011-07-25 20:42:29 +01:00
committed by Igor Wiedler
parent b9bbbc3ede
commit 7ccc18297a
2 changed files with 133 additions and 22 deletions

View File

@@ -593,8 +593,8 @@ li.pagination {
.jalert {
background-color: #FFFFFF;
border: 1px solid #999999;
display: none;
position: fixed;
display: none;
top: 100px;
left: 35%;
width: 30%;
@@ -608,6 +608,20 @@ li.pagination {
padding-bottom: 8px;
}
#darkenwrapper {
display: none;
}
#darken {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.5;
}
/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {