diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 22:18:19 +0100 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 22:18:19 +0100 |
| commit | 367dacb5057c945027775f992edf69884c8fb650 (patch) | |
| tree | 8e2fd4678afc6ea57d9a9e2e7d9051f9e4c8940a /index.html | |
| parent | 33b4f230abe5456f305b4da6adf2b73936f11784 (diff) | |
Changed the layout a bit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -17,6 +17,15 @@ <img src="icon.svg" style="height: 80%;"> Match Up </a> </div> + <div class="navbar-end"> + <div class="field is-grouped is-grouped-right"> + <button class="button is-medium is-dark" id="timer-dec">-</button> + <input class="input is-medium is-dark" id="timer-display" type="text" readonly></input> + <button class="button is-medium is-dark" id="timer-inc">+</button> + <button class="button is-medium is-dark" id="timer-start">Start</button> + <button class="button is-medium is-dark" id="timer-stop">Stop</button> + </div> + </div> </nav> <div class="container"> <section class="section"> @@ -25,8 +34,8 @@ <tr><th colspan="5"><div id="game_description"></div></th></tr> <tr> <th>Court</th> - <th colspan='2'>Team 1</th> - <th colspan='2'>Team 2</th> + <th colspan='2' style="text-align: center;">Team 1</th> + <th colspan='2' style="text-align: center;">Team 2</th> </tr> </thead> <tbody id="game_list"></tbody> @@ -46,15 +55,6 @@ <button class="button is-medium is-dark" id="confirm">Confirm</button> <button class="button is-medium is-danger" id="reset">Reset</button> </div> - <div class="field"> - <div class="field is-grouped is-grouped-centered"> - <button class="button is-medium is-dark" id="timer-dec">-</button> - <input class="input is-medium is-dark" id="timer-display" type="text" readonly></input> - <button class="button is-medium is-dark" id="timer-inc">+</button> - <button class="button is-medium is-dark" id="timer-start">Start</button> - <button class="button is-medium is-dark" id="timer-stop">Stop</button> - </div> - </div> </section> <section class="section"> <h1 class="title">Courts</h1> |
