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
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan-Hendrik Willms
Vips
Commits
bb8b7222
Commit
bb8b7222
authored
Oct 10, 2022
by
Elmar Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
remove more inline CSS, re #15
parent
16daed3a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/vips.css
+3
-1
3 additions, 1 deletion
css/vips.css
views/solutions/participants_overview.php
+6
-8
6 additions, 8 deletions
views/solutions/participants_overview.php
with
9 additions
and
9 deletions
css/vips.css
+
3
−
1
View file @
bb8b7222
...
...
@@ -212,9 +212,11 @@ button.vips_file_upload:hover {
width
:
32px
;
}
.gradebook_header
{
.sortable
.gradebook_header
{
font-size
:
smaller
;
max-width
:
8em
;
overflow-x
:
hidden
;
text-align
:
right
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
...
...
This diff is collapsed.
Click to expand it.
views/solutions/participants_overview.php
+
6
−
8
View file @
bb8b7222
...
...
@@ -87,8 +87,8 @@
<?
endif
?>
</tr>
<tr
class=
"
smaller
sortable"
>
<th
class=
"
<?=
vips_sort_class
(
$sort
===
'name'
,
$desc
)
?>
"
style=
"font-size: initial;"
>
<tr
class=
"sortable"
>
<th
class=
"
nowrap
<?=
vips_sort_class
(
$sort
===
'name'
,
$desc
)
?>
"
>
<a
href=
"
<?=
$controller
->
link_for
(
'solutions/participants_overview'
,
[
'display'
=>
$display
,
'view'
=>
$view
,
'sort'
=>
'name'
,
'desc'
=>
$sort
===
'name'
&&
!
$desc
])
?>
"
>
<?=
_vips
(
'Nachname, Vorname'
)
?>
</a>
...
...
@@ -96,22 +96,20 @@
<?
foreach
(
$items
as
$category
=>
$list
)
:
?>
<?
foreach
(
$list
as
$item
)
:
?>
<th
class=
"gradebook_header"
style=
"text-align: right;"
>
<span
title=
"
<?=
htmlReady
(
$item
[
'tooltip'
])
?>
"
>
<th
class=
"gradebook_header"
title=
"
<?=
htmlReady
(
$item
[
'tooltip'
])
?>
"
>
<?=
htmlReady
(
$item
[
'name'
])
?>
</span>
</th>
<?
endforeach
?>
<?
endforeach
?>
<th
class=
"
<?=
vips_sort_class
(
$sort
===
'sum'
,
$desc
)
?>
"
style=
"text-align: right;"
>
<th
class=
"
nowrap
<?=
vips_sort_class
(
$sort
===
'sum'
,
$desc
)
?>
"
>
<a
href=
"
<?=
$controller
->
link_for
(
'solutions/participants_overview'
,
[
'display'
=>
$display
,
'view'
=>
$view
,
'sort'
=>
'sum'
,
'desc'
=>
$sort
!==
'sum'
||
!
$desc
])
?>
"
>
<?=
_vips
(
'Summe'
)
?>
</a>
</th>
<?
if
(
$display
==
'weighting'
&&
$has_grades
)
:
?>
<th
class=
"
<?=
vips_sort_class
(
$sort
===
'grade'
,
$desc
)
?>
"
style=
"text-align: right;"
>
<th
class=
"
nowrap
<?=
vips_sort_class
(
$sort
===
'grade'
,
$desc
)
?>
"
>
<a
href=
"
<?=
$controller
->
link_for
(
'solutions/participants_overview'
,
[
'display'
=>
$display
,
'sort'
=>
'grade'
,
'desc'
=>
$sort
!==
'grade'
||
!
$desc
])
?>
"
>
<?=
_vips
(
'Note'
)
?>
</a>
...
...
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