mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 01:59:08 +00:00
stylinh
This commit is contained in:
parent
2a449eba1a
commit
9baa4450b0
@ -31,10 +31,11 @@
|
|||||||
<h2>Submit a Report:</h2>
|
<h2>Submit a Report:</h2>
|
||||||
<div>
|
<div>
|
||||||
Match Number: <input type="text" name="" value="" id="mn">
|
Match Number: <input type="text" name="" value="" id="mn">
|
||||||
Number of Team Scouted: <input type="text" name="" value="" id="tsn">
|
The Team You're Scouting's Number: <input type="text" name="" value="" id="tsn">
|
||||||
</div>
|
</div>
|
||||||
<h3>Sandstorm:</h3>
|
<h3>Sandstorm:</h3>
|
||||||
|
<h3>Tele-Op:</h3>
|
||||||
|
<h3>Endgame:</h3>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -16,6 +16,9 @@ input,#newDN, #newEM{
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
|
#mn, #tsn{
|
||||||
|
width:50px;
|
||||||
|
}
|
||||||
#newDN,#newEM{
|
#newDN,#newEM{
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
|
Loading…
Reference in New Issue
Block a user