diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-01 19:47:45 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-01 19:47:45 +0300 |
commit | 32c680d8b87aeccf0870c00c634506ad856e0fdd (patch) | |
tree | d63103322eb79f95913e82a22540b925f942e0f2 | |
parent | 2b3cfa0f7b9690907e5a72f6e94e2dc51afbe96b (diff) | |
parent | f36a6f0ae35107ac75be3cffff2f0f341baee7a8 (diff) | |
download | forums-32c680d8b87aeccf0870c00c634506ad856e0fdd.tar forums-32c680d8b87aeccf0870c00c634506ad856e0fdd.tar.gz forums-32c680d8b87aeccf0870c00c634506ad856e0fdd.tar.bz2 forums-32c680d8b87aeccf0870c00c634506ad856e0fdd.tar.xz forums-32c680d8b87aeccf0870c00c634506ad856e0fdd.zip |
Merge remote-tracking branch 'igorw/ticket/10740' into develop
* igorw/ticket/10740:
[ticket/10740] Revert margin-left changes of previous commit
[ticket/10740] Changed styling of phpbb_alert box, to be centered.
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 31015b28f9..77e2b8c0c6 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -594,7 +594,7 @@ li.pagination { border: 1px solid transparent; position: fixed; display: none; - top: 100px; + top: 40%; left: 35%; width: 30%; z-index: 50; |