From ce650aa23c994e366c01a3b3085c62dcc00be30c Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Mon, 9 Sep 2019 10:59:26 -0700 Subject: [PATCH] Widen popup to make space for buttons. - convert the popup to use width only - min-width and max-width were uneccessary complications --- platformtour/public/css/platformtour.css | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/platformtour/public/css/platformtour.css b/platformtour/public/css/platformtour.css index 2aba35e..2e6bce3 100644 --- a/platformtour/public/css/platformtour.css +++ b/platformtour/public/css/platformtour.css @@ -138,8 +138,7 @@ tr.introjs-showElement > th { position: absolute; padding: 10px; background-color: white; - min-width: 200px; - max-width: 300px; + width: 300px; border-radius: 3px; box-shadow: 0 1px 10px rgba(0,0,0,.4); -webkit-transition: opacity 0.1s ease-out; diff --git a/setup.py b/setup.py index 74b6883..c6708ed 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def package_data(pkg, roots): setup( name='xblock-platform-tour', - version='1.0.3', + version='1.0.4', description=('This xblock makes it easy for instructors to build a custom tour' ' of the platform and their specific course.'), license='AGPL v3',