From 946ed45a4558c46ffe114e25fe24a0e8f0c6ab34 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Tue, 19 Apr 2016 22:34:08 +0300 Subject: [PATCH] =?UTF-8?q?FIX=20=D0=BF=D0=BE=D0=BB=D0=BE=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D1=80=D0=B5=D1=81=D1=82=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=20=D1=81=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D1=8F=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BE=D0=B9=20=D0=B2=D1=81=D0=BF=D0=BB=D1=8B?= =?UTF-8?q?=D0=B2=D0=B0=D1=8E=D1=89=D0=B5=D0=B9=20=D0=BF=D0=B0=D0=BD=D0=B5?= =?UTF-8?q?=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 2705696..c5e398a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -95,7 +95,7 @@ div.top5authors {width: 16.66666667%; float: left; display: inline-block; overfl /*BOX*/ body.openBox div#box {display: block; z-index: 100; overflow-y: scroll;overflow-x: hidden;} div#box {width: 250px; display: none; position: absolute; top: 0; right: 0;bottom: 0px; border-left: 2px solid rgba(45, 45, 45, 0.8); padding: 60px 7px 0 7px;} -div#box #boxClose {position: absolute; right: 7px; top: 7px; color: #999; font-size: 18px; font-weight: bolder; cursor: pointer;} +div#box #boxClose {position: absolute; right: 7px; top: 60px; color: #999; font-size: 18px; font-weight: bolder; cursor: pointer;} div#box div {display: none;} div#box div div{display: block;} div#box h3 {margin-top: 10px;} @@ -180,6 +180,7 @@ img.imageInArticle {border: solid 3px white;max-width: 100%;} @media screen and (max-width:400px) { a.randomPointAImg {margin: 0 0 10px 0; display: block;width: 100%;text-align: center;} div.infoCard div.photoContainer {float: none; margin: 0 auto 10px auto;} + div#box #boxClose {top: 40px; font-size: 45px;} div.container.feed div.row.elements div.element {width: 100%;} div.container.feed div.row.elements div.element a.imgContainer {margin: 0 0 10px 0; display: block; width: 100%;text-align: center;}