aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-07-01 18:41:56 +0200
committerPayBas <contact@paybas.com>2014-07-01 18:41:56 +0200
commit3568eec4dfa602cbb5ad3b13aabea90690a4874b (patch)
treedaf4501e1ad8790f848a8d62ba44ce13743bb069 /phpBB/styles/prosilver/theme/common.css
parent54a143c9685987a309ae67f09e49424dbf0986c1 (diff)
downloadforums-3568eec4dfa602cbb5ad3b13aabea90690a4874b.tar
forums-3568eec4dfa602cbb5ad3b13aabea90690a4874b.tar.gz
forums-3568eec4dfa602cbb5ad3b13aabea90690a4874b.tar.bz2
forums-3568eec4dfa602cbb5ad3b13aabea90690a4874b.tar.xz
forums-3568eec4dfa602cbb5ad3b13aabea90690a4874b.zip
[ticket/12562] Add max-width to proSilver
PHPBB3-12562
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index a52f5e494d..b6d1f567f5 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -175,8 +175,24 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
/* Main blocks
---------------------------------------- */
#wrap {
- padding: 0 20px;
+ border: 1px solid transparent;
+ border-radius: 12px;
+ margin: 0 auto;
+ max-width: 1152px;
min-width: 650px;
+ padding: 12px 20px;
+}
+
+@media only screen and (max-width: 1192px), only screen and (max-device-width: 1192px)
+{
+ body {
+ padding: 0;
+ }
+
+ #wrap {
+ border: none;
+ border-radius: 0;
+ }
}
#simple-wrap {