Skip to content

Commit

Permalink
Merge branch 'fix/1403' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Aug 30, 2023
2 parents 3e50e86 + c0045bb commit 1be81b0
Show file tree
Hide file tree
Showing 52 changed files with 156 additions and 155 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Unable to create password mainly based on numbers #1380
- QR activity Photo Loading Icon Overlaping #1268
- Fototoon Activity: interactive buttons appears under the box shape #1221
- "Help" pop-ups nearly impossible to close in Chrome on Mobile #1403

## [1.7.0] - 2023-03-28
### Added
Expand Down
6 changes: 3 additions & 3 deletions activities/Abacus.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ introjs-overlay {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
content: "";
Expand Down
6 changes: 3 additions & 3 deletions activities/Abecedarium.activity/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -708,10 +708,10 @@
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
content: "";
Expand Down
4 changes: 2 additions & 2 deletions activities/ActivityTemplate/VueJS/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ p {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/Blockrain.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ body {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/Calculate.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ calc-container {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
6 changes: 3 additions & 3 deletions activities/Calligra.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,10 @@ body {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
content: "";
Expand Down
6 changes: 3 additions & 3 deletions activities/Chart.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,17 @@ p {
}

.customTooltip .introjs-skipbutton {
float: right;
cursor: pointer;
background-image: url(../icons/dialog-cancel.svg);
width: 25px;
height: 25px;
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
flex-shrink: 0;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/ChatPrototype.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ padding:1%;
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/Chess.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ body {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/Clock.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ canvas {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/ColorMyWorld.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ body {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
26 changes: 13 additions & 13 deletions activities/Constellation.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@ body {
line-height: 1.42857143;
}

.customTooltip .introjs-skipbutton {
float: right;
cursor: pointer;
background-image: url(../icons/dialog-cancel.svg);
width: 25px;
height: 25px;
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.customTooltip .introjs-skipbutton {
float: right;
cursor: pointer;
background-image: url(../icons/dialog-cancel.svg);
width: 25px;
height: 25px;
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
white-space: nowrap;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
content: "";
Expand Down
6 changes: 3 additions & 3 deletions activities/Curriculum.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@ p {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
content: "";
Expand Down
4 changes: 2 additions & 2 deletions activities/DollarStreet.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,9 @@ div[slider] > input[type=range]::-ms-tooltip {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
6 changes: 3 additions & 3 deletions activities/EbookReader.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@ body {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
content: "";
Expand Down
4 changes: 2 additions & 2 deletions activities/Falabracman.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ button.resetEditWord {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
6 changes: 3 additions & 3 deletions activities/Flip.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ background-color: #C0C0C0;
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
content: "";
Expand Down
6 changes: 3 additions & 3 deletions activities/FoodChain.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
content: "";
Expand Down
4 changes: 2 additions & 2 deletions activities/Fototoon.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ background-size: 100% 1.2em;
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/FractionBounce.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,9 @@ p {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/GameOfLife.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ canvas {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
6 changes: 3 additions & 3 deletions activities/Gridpaint.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
content: "";
Expand Down
4 changes: 2 additions & 2 deletions activities/Implode.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ body {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
22 changes: 11 additions & 11 deletions activities/LabyrinthJS.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,17 +250,17 @@
}

.customTooltip .introjs-skipbutton {
float: right;
cursor: pointer;
background-image: url(../icons/dialog-cancel.svg);
width: 25px;
height: 25px;
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
float: right;
cursor: pointer;
background-image: url(../icons/dialog-cancel.svg);
width: 25px;
height: 25px;
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
white-space: nowrap;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/LastOneLoses.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ body {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/MazeWeb.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ body {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
4 changes: 2 additions & 2 deletions activities/Measure.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,9 @@ p {
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #808080;
line-height: 27px;
}

.customTooltip .introjs-nextbutton::before {
Expand Down
Loading

0 comments on commit 1be81b0

Please sign in to comment.