Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcus Eibrink-Lunzenauer
Stud.IP
Commits
dbc159c8
Commit
dbc159c8
authored
11 months ago
by
Moritz Strohm
Committed by
David Siegfried
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
changed coloured box design
parent
31f436ae
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/views/my_courses/groups.php
+2
-2
2 additions, 2 deletions
app/views/my_courses/groups.php
resources/assets/stylesheets/scss/my_courses.scss
+5
-15
5 additions, 15 deletions
resources/assets/stylesheets/scss/my_courses.scss
with
7 additions
and
17 deletions
app/views/my_courses/groups.php
+
2
−
2
View file @
dbc159c8
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<thead>
<thead>
<tr>
<tr>
<th>
<?=
_
(
'Veranstaltung'
)
?>
</th>
<th>
<?=
_
(
'Veranstaltung'
)
?>
</th>
<th
colspan=
"100%"
>
<?=
_
(
'Gruppe
n
/Farbe'
)
?>
</th>
<th
colspan=
"100%"
>
<?=
_
(
'Gruppe/Farbe'
)
?>
</th>
</tr>
</tr>
</thead>
</thead>
<?
foreach
(
$groups
as
$group_id
=>
$group_members
)
:
?>
<?
foreach
(
$groups
as
$group_id
=>
$group_members
)
:
?>
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
<label
for=
"course-group-
<?=
htmlReady
(
$member
[
'seminar_id'
])
?>
-
<?=
$i
?>
"
>
<label
for=
"course-group-
<?=
htmlReady
(
$member
[
'seminar_id'
])
?>
-
<?=
$i
?>
"
>
<span
class=
"group-number"
>
<?=
$i
+
1
?>
</span>
<span
class=
"group-number"
>
<?=
$i
+
1
?>
</span>
<span
class=
"checked-icon"
>
<span
class=
"checked-icon"
>
<?=
Icon
::
create
(
'accept'
,
in_array
(
$i
,
[
3
,
4
,
5
,
7
])
?
Icon
::
ROLE_INFO
:
Icon
::
ROLE_INFO_ALT
)
->
asImg
(
20
)
?>
<?=
Icon
::
create
(
'accept'
,
Icon
::
ROLE_INFO
)
->
asImg
(
20
)
?>
</span>
</span>
</label>
</label>
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
resources/assets/stylesheets/scss/my_courses.scss
+
5
−
15
View file @
dbc159c8
...
@@ -40,22 +40,16 @@ form.default .mycourses-group-selector {
...
@@ -40,22 +40,16 @@ form.default .mycourses-group-selector {
label
{
label
{
/*@include hide-text();*/
/*@include hide-text();*/
text-indent
:
0
;
text-align
:
center
;
text-align
:
center
;
font-size
:
large
;
font-size
:
large
;
font-weight
:
bold
;
font-weight
:
bold
;
margin-top
:
0
.5ex
;
cursor
:
pointer
;
position
:
absolute
;
background-color
:
$white
;
top
:
0
;
margin-bottom
:
0
;
right
:
0
;
text-indent
:
0
;
bottom
:
0
;
left
:
0
;
background-position
:
center
;
height
:
1
.2em
;
background-repeat
:
no-repeat
;
cursor
:
pointer
;
.group-number
{
.group-number
{
display
:
inline
;
display
:
inline
;
...
@@ -65,7 +59,3 @@ form.default .mycourses-group-selector {
...
@@ -65,7 +59,3 @@ form.default .mycourses-group-selector {
}
}
}
}
}
}
.mycourses-group-selector
:not
(
.gruppe3
,
.gruppe4
,
.gruppe5
,
.gruppe7
)
{
color
:
$white
;
}
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