Skip to content

Commit cceb9be

Browse files
add table subtitle
1 parent 02415e1 commit cceb9be

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

index.html

+14-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@
7676
.select2-container--default .select2-search--inline .select2-search__field {
7777
color: white;
7878
}
79+
80+
.legend-box {
81+
padding: 3px;
82+
display: 'inline-block';
83+
font-size: 12px;
84+
}
7985
</style>
8086

8187
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
@@ -200,7 +206,14 @@ <h1 id="team-2-captain" class="title">TEAM 2 CAPTAIN</h1>
200206
</div>
201207

202208
<nav class="panel" id="all-player-list" style="display: none; margin-top: 5px">
203-
<p class="panel-heading">Jogadores</p>
209+
<div class="panel-heading" style="display: flex; flex-direction: row; align-items: center; justify-content: space-between;">
210+
<p>Jogadores
211+
<div style="display: flex; flex-direction: row; gap: 10px">
212+
<div class="legend-box has-background-success">Na partida atual</div>
213+
<div class="legend-box has-background-warning">Em outra quadra</div>
214+
<div class="legend-box has-background-info">Joga a próx.</div>
215+
</div>
216+
</div>
204217
<div class="table-container">
205218
<table class="table is-fullwidth">
206219
<thead>

0 commit comments

Comments
 (0)