Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Vips
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uni Osnabrück
Plugins
Vips
Commits
b262b7f3
Commit
b262b7f3
authored
10 months ago
by
Elmar Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
fix layout regression, fixes
#260
parent
3a9b4941
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/vips.css
+4
-0
4 additions, 0 deletions
css/vips.css
views/exercises/mco_exercise/correct.php
+1
-1
1 addition, 1 deletion
views/exercises/mco_exercise/correct.php
views/exercises/mco_exercise/print.php
+1
-1
1 addition, 1 deletion
views/exercises/mco_exercise/print.php
with
6 additions
and
2 deletions
css/vips.css
+
4
−
0
View file @
b262b7f3
...
@@ -438,6 +438,10 @@ button.vips_file_upload:hover {
...
@@ -438,6 +438,10 @@ button.vips_file_upload:hover {
padding
:
2px
;
padding
:
2px
;
}
}
.mc_flex
>
.formatted-content
{
flex-grow
:
1
;
}
.correct_item
{
.correct_item
{
background
:
#f0fff0
;
background
:
#f0fff0
;
border
:
1px
solid
#b0ffb0
;
border
:
1px
solid
#b0ffb0
;
...
...
This diff is collapsed.
Click to expand it.
views/exercises/mco_exercise/correct.php
+
1
−
1
View file @
b262b7f3
<table
class=
"description inline-content"
>
<table
class=
"description inline-content"
>
<?
foreach
(
$exercise
->
task
[
'answers'
]
as
$key
=>
$entry
)
:
?>
<?
foreach
(
$exercise
->
task
[
'answers'
]
as
$key
=>
$entry
)
:
?>
<tr>
<tr
class=
"mc_row"
>
<td
class=
"mc_item"
>
<td
class=
"mc_item"
>
<?=
formatReady
(
$entry
[
'text'
])
?>
<?=
formatReady
(
$entry
[
'text'
])
?>
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
views/exercises/mco_exercise/print.php
+
1
−
1
View file @
b262b7f3
<table
class=
"description inline-content"
>
<table
class=
"description inline-content"
>
<?
foreach
(
$exercise
->
task
[
'answers'
]
as
$key
=>
$entry
)
:
?>
<?
foreach
(
$exercise
->
task
[
'answers'
]
as
$key
=>
$entry
)
:
?>
<tr>
<tr
class=
"mc_row"
>
<td
class=
"mc_item"
>
<td
class=
"mc_item"
>
<?=
formatReady
(
$entry
[
'text'
])
?>
<?=
formatReady
(
$entry
[
'text'
])
?>
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment