fix css issue

online_registration
Raz 10 months ago
parent def0f504b6
commit 239b944846
  1. 1
      tournaments/static/tournaments/css/style.css
  2. 2
      tournaments/templates/tournaments/broadcast/broadcasted_group_stage.html
  3. 2
      tournaments/templates/tournaments/group_stage_cell.html

@ -787,6 +787,7 @@ h-margin {
.download-button:hover { .download-button:hover {
color: orange; color: orange;
}
.match-result a { .match-result a {
text-decoration: none; text-decoration: none;

@ -1,7 +1,7 @@
<div class="dark_bubble"> <div class="dark_bubble">
<div class="flex-row"> <div class="flex-row">
<label class="left-label matchtitle header"><span x-text="group_stage.group_stage_name"></span> <span x-text="group_stage.title"></span></label> <label class="left-label matchtitle winner"><span x-text="group_stage.group_stage_name"></span> <span x-text="group_stage.title"></span></label>
</div> </div>
<template x-for="i in group_stage.teams.length"> <template x-for="i in group_stage.teams.length">

@ -4,7 +4,7 @@
<div class="dark_bubble"> <div class="dark_bubble">
<div class="flex-row"> <div class="flex-row">
<label class="left-label matchtitle header">{{ group_stage.title }}</label> <label class="left-label matchtitle winner">{{ group_stage.title }}</label>
<!-- <label class="right-label info">{{ match.date }}</label> --> <!-- <label class="right-label info">{{ match.date }}</label> -->
</div> </div>

Loading…
Cancel
Save