diff options
author | Cesar G <prototech91@gmail.com> | 2013-10-29 10:11:29 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-10-29 10:11:29 -0700 |
commit | 57fc62b000391438adde160f97efaea7e2f0329a (patch) | |
tree | 312d6a156e8d3af9a4b9d4d0e3b885bef2ea127e /phpBB | |
parent | da4e0c4219e5132ffddd67fc4621840c557c132a (diff) | |
download | forums-57fc62b000391438adde160f97efaea7e2f0329a.tar forums-57fc62b000391438adde160f97efaea7e2f0329a.tar.gz forums-57fc62b000391438adde160f97efaea7e2f0329a.tar.bz2 forums-57fc62b000391438adde160f97efaea7e2f0329a.tar.xz forums-57fc62b000391438adde160f97efaea7e2f0329a.zip |
[ticket/11928] Make sure the indicator is on top of other elements.
PHPBB3-11928
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/admin.css | 1 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index fee2efb001..e6146e2156 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1605,6 +1605,7 @@ input.button1:focus, input.button2:focus, input.button3:focus { position: fixed; left: 50%; top: 50%; + z-index: 51; } /* Pagination diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 1e5c9e4e6a..225673a932 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -833,6 +833,7 @@ li.pagination ul { position: fixed; left: 50%; top: 50%; + z-index: 51; } /* Miscellaneous styles |