aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-03-02 18:43:31 +0100
committerCrizzo <mail@crizzo.de>2014-03-02 18:43:31 +0100
commitf997d98a2a7b681d08fa6c43ef8431fa335c9ca4 (patch)
tree7caf9f15c207cf42449daf5dd39580b3d75e644f /phpBB
parente97b0e16e0090f81fa1711f70bb1e72a4a6b997f (diff)
downloadforums-f997d98a2a7b681d08fa6c43ef8431fa335c9ca4.tar
forums-f997d98a2a7b681d08fa6c43ef8431fa335c9ca4.tar.gz
forums-f997d98a2a7b681d08fa6c43ef8431fa335c9ca4.tar.bz2
forums-f997d98a2a7b681d08fa6c43ef8431fa335c9ca4.tar.xz
forums-f997d98a2a7b681d08fa6c43ef8431fa335c9ca4.zip
[ticket/12126] Changed .phpbb_alert "max-width: 640px" to "width: 620px"
PHPBB3-12126
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/admin.css2
-rw-r--r--phpBB/styles/prosilver/theme/common.css1
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css2
3 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 3c7e378b2b..e60e802eb9 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -1572,7 +1572,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
top: 150px;
left: 0;
right: 0;
- max-width: 600px;
+ width: 620px;
margin: 0 auto;
z-index: 50;
padding: 25px;
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 109e97d4d9..c42183f0b0 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -819,6 +819,7 @@ li.pagination ul {
right: 25%;
top: 150px;
z-index: 50;
+ width: 620px;
}
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index 36511e79aa..8c05a8b3d8 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -496,7 +496,7 @@ fieldset.display-actions {
.phpbb_alert {
left: 0;
- max-width: none;
+ width: auto;
margin: 0 5px;
right: 0;
}