From 4d504374be54ad6fe5ff3553e22de6805af9dbaf Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Tue, 5 Nov 2013 14:46:14 +0100 Subject: [PATCH] adaptive screens width adjustments --- plonetheme/pfbweb/static/css/pfbweb.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index 8db5dc7..b03a822 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -3247,7 +3247,7 @@ body.largeText #content-core p { margin-bottom: 0 !important; } -@media screen and (max-width: 480px) { +@media screen and (max-width: 715px) { body { background: transparent; } @@ -3347,10 +3347,10 @@ body.largeText #content-core p { } #content #events-ul-list li p.date { - width: 100%; - border: 0 !important; + width: 30%; margin-top: 0; padding-top: 0; + padding-left: 5px; } #content #events-ul-list h3 { @@ -3436,7 +3436,7 @@ body.largeText #content-core p { } } -@media screen and (min-width: 481px) and (max-width:950px) { +@media screen and (min-width: 716px) and (max-width:950px) { body { background: transparent; }