Skip to content

Commit

Permalink
Merge pull request #11 from Stanford-Online/widen-platform-tour-popup
Browse files Browse the repository at this point in the history
Widen popup to make space for buttons.
  • Loading branch information
Giulio Gratta authored Sep 18, 2019
2 parents 07db7b7 + ce650aa commit 538872a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions platformtour/public/css/platformtour.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 538872a

Please sign in to comment.