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 @@
<thead>
<tr>
<th><?= _('Veranstaltung') ?></th>
<th colspan="100%"><?= _('Gruppen/Farbe') ?></th>
<th colspan="100%"><?= _('Gruppe/Farbe') ?></th>
</tr>
</thead>
<? foreach ($groups as $group_id => $group_members): ?>
......@@ -64,7 +64,7 @@
<label for="course-group-<?= htmlReady($member['seminar_id']) ?>-<?= $i ?>">
<span class="group-number"><?= $i + 1 ?></span>
<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>
</label>
</td>
......
......@@ -40,22 +40,16 @@ form.default .mycourses-group-selector {
label {
/*@include hide-text();*/
text-indent: 0;
text-align: center;
font-size: large;
font-weight: bold;
margin-top: 0.5ex;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: $white;
margin-bottom: 0;
text-indent: 0;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
height: 1.2em;
.group-number {
display: inline;
......@@ -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.
Please register or to comment