Update
This commit is contained in:
parent
da6f5af372
commit
79c49034c5
@ -56,7 +56,9 @@
|
|||||||
.cirButton {
|
.cirButton {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:60px;
|
height:60px;
|
||||||
border-radius:15px;
|
border-radius: 40px;
|
||||||
|
cursor: pointer;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.groupname{
|
.groupname{
|
||||||
@ -171,7 +173,7 @@
|
|||||||
<div id="replayWindowGame">
|
<div id="replayWindowGame">
|
||||||
</div>
|
</div>
|
||||||
<p>Click "Q" to stop playing and quit</p>
|
<p>Click "Q" to stop playing and quit</p>
|
||||||
<div align="center" id = "replayButton"><button onClick='closeReplayWindow()'>Close Window</button></div>
|
<div align="center" id = "replayButton" class="cirButton"><button onClick='closeReplayWindow()'>Close Window</button></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -338,6 +340,7 @@ function Replay(id){
|
|||||||
<input type="radio" class="option-input radio" name="fun" value="N">
|
<input type="radio" class="option-input radio" name="fun" value="N">
|
||||||
<b>Neither is Fun</b>
|
<b>Neither is Fun</b>
|
||||||
</label>
|
</label>
|
||||||
|
<button type = "submit" value = "submit" class="cirButton" style="position: relative ; right: 25vw; font-weight: bold;">Submit</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -345,12 +348,11 @@ function Replay(id){
|
|||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<div class="col-md-2"></div>
|
<!-- <div class="col-md-2"></div>
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<!-- <button onclick="getRadioValue()" class="cirButton"> <h3>Submit</h3> </button>. -->
|
<button onclick="getRadioValue()" class="cirButton"> <h3>Submit</h3> </button>. -->
|
||||||
<p><button type = "submit" value = "submit">Submit</button></p>
|
|
||||||
|
|
||||||
</div>
|
<!-- </div> -->
|
||||||
|
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
|
@ -50,8 +50,11 @@
|
|||||||
.cirButton {
|
.cirButton {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:60px;
|
height:60px;
|
||||||
border-radius:15px;
|
border-radius: 40px;
|
||||||
|
cursor: pointer;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg{
|
svg{
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
|
@ -54,9 +54,12 @@
|
|||||||
.cirButton {
|
.cirButton {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:60px;
|
height:60px;
|
||||||
border-radius:15px;
|
border-radius: 40px;
|
||||||
|
cursor: pointer;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.groupname{
|
.groupname{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display:flex;
|
display:flex;
|
||||||
|
@ -55,9 +55,12 @@
|
|||||||
.cirButton {
|
.cirButton {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:60px;
|
height:60px;
|
||||||
border-radius:15px;
|
border-radius: 40px;
|
||||||
|
cursor: pointer;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.groupname{
|
.groupname{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display:flex;
|
display:flex;
|
||||||
@ -357,7 +360,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<p><input type = "submit" value = "submit" /></p>
|
<p><input type = "submit" value = "submit" class="cirButton"/></p>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -54,9 +54,12 @@
|
|||||||
.cirButton {
|
.cirButton {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:60px;
|
height:60px;
|
||||||
border-radius:15px;
|
border-radius: 40px;
|
||||||
|
cursor: pointer;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.groupname{
|
.groupname{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display:flex;
|
display:flex;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 30 KiB |
Loading…
Reference in New Issue
Block a user