Skip to content
Snippets Groups Projects
Commit dbc159c8 authored by Moritz Strohm's avatar Moritz Strohm Committed by David Siegfried
Browse files

changed coloured box design

parent 31f436ae
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<thead> <thead>
<tr> <tr>
<th><?= _('Veranstaltung') ?></th> <th><?= _('Veranstaltung') ?></th>
<th colspan="100%"><?= _('Gruppen/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>
......
...@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment