Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Curtis Adam
cards
Commits
75d4ee35
Commit
75d4ee35
authored
Jun 24, 2019
by
Klaus-Dieter Quibeldey-Cirkel
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wording and iframe height
parent
9f375e41
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
client/themes/theme-default.scss
client/themes/theme-default.scss
+2
-2
i18n/de.i18n.json
i18n/de.i18n.json
+1
-1
i18n/en.i18n.json
i18n/en.i18n.json
+1
-1
imports/ui/main/modal/arsnovaClick.js
imports/ui/main/modal/arsnovaClick.js
+1
-1
imports/ui/main/modal/arsnovaLite.js
imports/ui/main/modal/arsnovaLite.js
+1
-1
No files found.
client/themes/theme-default.scss
View file @
75d4ee35
...
...
@@ -474,10 +474,10 @@
"card_sidebar_aspect_ratio_menu_background"
:
white
,
"card_sidebar_aspect_ratio_menu_separator"
:
black
,
"card_sidebar_arsnova_lite_background"
:
none
,
"card_sidebar_arsnova_lite_text"
:
$thm_
gray
,
"card_sidebar_arsnova_lite_text"
:
$thm_
blue
,
"card_sidebar_arsnova_lite_background_hover"
:
$button_background_hover
,
"card_sidebar_arsnova_lite_text_hover"
:
$button_text_hover
,
"card_sidebar_arsnova_lite_background_active"
:
$thm_
gray
,
"card_sidebar_arsnova_lite_background_active"
:
$thm_
orange
,
"card_sidebar_arsnova_lite_text_active"
:
white
,
//
cardset
colors
"cardset_markdeep_background"
:
LightGoldenRodYellow
,
...
...
i18n/de.i18n.json
View file @
75d4ee35
...
...
@@ -1592,7 +1592,7 @@
"pomodoro"
:
"Zwischen Uhr und Timer wechseln"
,
"showHelp"
:
"Hilfe"
,
"arsnovaClick"
:
"Befrage dein Publikum mit arsnova.click, der spielbasierten Variante von ARSnova"
,
"arsnovaLite"
:
"
Befrage dein Publikum mit dem Audience-Response-System ARSnova auf beta.arsnova.eu
"
,
"arsnovaLite"
:
"
Mit ARSnova lite kann dein Publikum Fragen an dich stellen und die Fragen und Kommentare der anderen up und down voten.
"
,
"hideSidebar"
:
"Verberge die Rand-Buttons"
,
"showSidebar"
:
"Zeige die Rand-Buttons"
,
"swapQuestionAnswer"
:
{
...
...
i18n/en.i18n.json
View file @
75d4ee35
...
...
@@ -1593,7 +1593,7 @@
"pomodoro"
:
"Zwischen Uhr und Timer wechseln"
,
"showHelp"
:
"Hilfe"
,
"arsnovaClick"
:
"Befrage dein Publikum mit arsnova.click, der spielbasierten Variante von ARSnova"
,
"arsnovaLite"
:
"
Befrage dein Publikum mit dem Audience-Response-System ARSnova auf beta.arsnova.eu
"
,
"arsnovaLite"
:
"
Mit ARSnova lite kann dein Publikum Fragen an dich stellen und die Fragen und Kommentare der anderen up und down voten.
"
,
"hideSidebar"
:
"Verberge die Rand-Buttons"
,
"showSidebar"
:
"Zeige die Rand-Buttons"
,
"swapQuestionAnswer"
:
{
...
...
imports/ui/main/modal/arsnovaClick.js
View file @
75d4ee35
...
...
@@ -17,7 +17,7 @@ Template.mainModalArsnovaClick.onRendered(function () {
$
(
'
.showArsnovaClick
'
).
addClass
(
'
pressed
'
);
if
(
!
Session
.
get
(
'
arsnovaClickModalActive
'
))
{
Session
.
set
(
'
arsnovaClickModalActive
'
,
true
);
$
(
'
#arsnovaClickModal .modal-dialog
'
).
html
(
'
<iframe id="arsnovaClick" width="600px" height="
8
00px" frameborder="0" src="https://arsnova.click"></iframe>
'
);
$
(
'
#arsnovaClickModal .modal-dialog
'
).
html
(
'
<iframe id="arsnovaClick" width="600px" height="
9
00px" frameborder="0" src="https://arsnova.click"></iframe>
'
);
}
});
});
imports/ui/main/modal/arsnovaLite.js
View file @
75d4ee35
...
...
@@ -15,7 +15,7 @@ Template.mainModalArsnovaLite.onRendered(function () {
$
(
'
.showArsnovaLite
'
).
addClass
(
'
pressed
'
);
if
(
!
Session
.
get
(
'
arsnovaLiteModalActive
'
))
{
Session
.
set
(
'
arsnovaLiteModalActive
'
,
true
);
$
(
'
#arsnovaLiteModal .modal-dialog
'
).
html
(
'
<iframe id="arsnovaLite" width="600px" height="
8
00px" frameborder="0" src="https://beta.arsnova.eu"></iframe>
'
);
$
(
'
#arsnovaLiteModal .modal-dialog
'
).
html
(
'
<iframe id="arsnovaLite" width="600px" height="
9
00px" frameborder="0" src="https://beta.arsnova.eu"></iframe>
'
);
}
});
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment