Skip to content

Commit

Permalink
Merge pull request #608 from jrchamp/fix/in-progress-meeting-label
Browse files Browse the repository at this point in the history
index: migrate from label to badge (Bootstrap 3 -> 4/5)
  • Loading branch information
jrchamp authored Aug 8, 2024
2 parents b3390bf + 4a7c222 commit 6598de0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
$oldtable->data[] = $row;
} else {
if ($inprogress) {
$label = html_writer::tag('span', $strmeetingstarted, ['class' => 'label label-info zoom-info']);
$label = html_writer::tag('span', $strmeetingstarted, ['class' => 'badge bg-dark badge-dark bg-text-dark']);
$row[2] = html_writer::tag('div', $label);
} else {
$row[2] = $displaytime;
Expand Down
6 changes: 0 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
.zoom-info {
padding: 0.2em 0.6em 0.3em;
color: #fff;
border-radius: 0.25em;
}

#page-mod-zoom-view a .btn-primary .icon {
color: white;
}
Expand Down

0 comments on commit 6598de0

Please sign in to comment.