diff --git a/booking-engine.php b/booking-engine.php index 8ee1646..1890308 100644 --- a/booking-engine.php +++ b/booking-engine.php @@ -4,7 +4,7 @@ Plugin name: Booking Engine Plugin uri: widgets.omnibees.com/manual Description: Easy Booking Engine Omnibees for Wordpress - Version: 4.2 + Version: 4.2.1 Author: Omnibees Author uri: www.omnibees.com License: GPlv2 or Later diff --git a/readme.txt b/readme.txt index 5e7761a..2660cf5 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Requires at least: 6.0 Tested up to: 6.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Version: 4.2 +Version: 4.2.1 == Description == @@ -63,6 +63,9 @@ Control Panel -> http://widgets.omnibees.com/wordpress/print-painel.JPG == Changelog == += 4.2.1 = +* Fix CSS calendar padding on offcanvas + = 4.2 = * Fix Style on fixed * Fix images absolute link diff --git a/views/off-canvas/css/style.css b/views/off-canvas/css/style.css index 76bcaf1..3954ac0 100644 --- a/views/off-canvas/css/style.css +++ b/views/off-canvas/css/style.css @@ -196,7 +196,7 @@ } #omnibees-off-canvas .conteudo-dentro { - padding: 20px 20px 14px 20px; + padding: 20px 16px 0px 16px; vertical-align: inherit !important; }