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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uni Osnabrück
Plugins
Vips
Commits
130449ff
Commit
130449ff
authored
7 months ago
by
Elmar Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
fix layout regression, fixes
#260
parent
62816e38
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide 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 @
130449ff
...
...
@@ -434,6 +434,10 @@ button.vips_file_upload:hover {
padding
:
2px
;
}
.mc_flex
>
.formatted-content
{
flex-grow
:
1
;
}
.correct_item
{
background
:
#f0fff0
;
border
:
1px
solid
#b0ffb0
;
...
...
This diff is collapsed.
Click to expand it.
views/exercises/mco_exercise/correct.php
+
1
−
1
View file @
130449ff
<table
class=
"description inline-content"
>
<?
foreach
(
$exercise
->
task
[
'answers'
]
as
$key
=>
$entry
)
:
?>
<tr>
<tr
class=
"mc_row"
>
<td
class=
"mc_item"
>
<?=
formatReady
(
$entry
[
'text'
])
?>
</td>
...
...
This diff is collapsed.
Click to expand it.
views/exercises/mco_exercise/print.php
+
1
−
1
View file @
130449ff
<table
class=
"description inline-content"
>
<?
foreach
(
$exercise
->
task
[
'answers'
]
as
$key
=>
$entry
)
:
?>
<tr>
<tr
class=
"mc_row"
>
<td
class=
"mc_item"
>
<?=
formatReady
(
$entry
[
'text'
])
?>
</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