From 6e17742d03dae95ca21e528a3d8da0a8c67d0b0d Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 24 Dec 2019 18:02:14 +0530 Subject: [PATCH 1/2] Update Changelog for 2.8.2 --- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 208d2d7a..fc85728d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2.8.2: 2019-12-24 + * Bugfix: [dcl calculator plugin] Set the POST action url explicitly 2.8.1: 2019-12-24 * [dcl cms navbar plugin]: Provide an option to show non transparent navar always 2.8: 2019-12-20 From 31905695c9ce76baad16efd1b599ac66ac24836d Mon Sep 17 00:00:00 2001 From: PCoder Date: Tue, 24 Dec 2019 19:00:17 +0530 Subject: [PATCH 2/2] Add vertical spacing for mobile style --- datacenterlight/static/datacenterlight/css/common.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/datacenterlight/static/datacenterlight/css/common.css b/datacenterlight/static/datacenterlight/css/common.css index b19b5852..644c68d2 100644 --- a/datacenterlight/static/datacenterlight/css/common.css +++ b/datacenterlight/static/datacenterlight/css/common.css @@ -191,3 +191,9 @@ footer .dcl-link-separator::before { font-weight: bold; font-size: 14px; } + +@media(max-width:767px) { + .vspace-top { + margin-top: 35px; + } +} \ No newline at end of file