1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

Merge pull request #1834 from cyberalien/ticket/11984

Move responsive design adjustments
This commit is contained in:
Nathan Guse
2013-11-21 13:42:48 -08:00
5 changed files with 18 additions and 11 deletions

View File

@@ -815,6 +815,8 @@ li.pagination ul {
#darkenwrapper {
display: none;
position: relative;
z-index: 44;
}
#darken {
@@ -824,6 +826,7 @@ li.pagination ul {
width: 100%;
height: 100%;
opacity: 0.5;
z-index: 45;
}
#loading_indicator {