réglage margin

master
adplantade 5 years ago
parent 7d39510522
commit b94437ede1

@ -11,7 +11,7 @@ var pauseSelected;
var btn_options=document.getElementById("btn_options");
btn_options.width=size/2;
document.getElementById("btn_play").width=size;
document.getElementById("btn_play").width=size/1.25;
document.getElementById("btn_play").style.display="inline";

@ -149,3 +149,7 @@
.rad {
display: none;
}
.mid {
margin: 5px;
}

@ -44,7 +44,7 @@
<label for="5p"><img id="img_5p" class="button" src="./ress/button_points_5.png"/></label>
<input type="radio" class="rad" name="game_mode" id="10p" value="10p"/>
<label for="10p"><img id="img_10p" class="button" src="./ress/button_points_10.png"/></label>
<label for="10p"><img id="img_10p" class="button mid" src="./ress/button_points_10.png"/></label>
<input type="radio" class="rad" name="game_mode" id="15p" value="15p" />
<label for="15p"><img id="img_15p" class="button" src="./ress/button_points_15.png"/></label>
@ -58,7 +58,7 @@
<label for="2m"><img id="img_2m" class="button" src="./ress/button_temps_2.png"/></label>
<input type="radio" class="rad" name="game_mode" id="3m" value="3m" />
<label for="3m"><img id="img_3m" class="button" src="./ress/button_temps_3.png"/></label>
<label for="3m"><img id="img_3m" class="button mid" src="./ress/button_temps_3.png"/></label>
<input type="radio" class="rad" name="game_mode" id="5m" value="5m" />
<label for="5m"><img id="img_5m" class="button" src="./ress/button_temps_5.png"/></label>
@ -72,7 +72,7 @@
<label for="15s"><img id="img_15s" class="button" src="./ress/button_survie_15.png"/></label>
<input type="radio" class="rad" name="game_mode" id="30s" value="30s" />
<label for="30s"><img id="img_30s" class="button" src="./ress/button_survie_30.png"/></label>
<label for="30s"><img id="img_30s" class="button mid" src="./ress/button_survie_30.png"/></label>
<input type="radio" class="rad" name="game_mode" id="45s" value="45s" />
<label for="45s"><img id="img_45s" class="button" src="./ress/button_survie_45.png"/> </label>
@ -93,7 +93,7 @@
</ul>
<div class="slot">
<p class="texte">Nombre de dots
<p class="texte">
<img src="ress/-" onClick="less()" id="-"/>
<span class="slot" id="dotsDisplayer">
<span id="col1D" class="dot"></span>
@ -199,7 +199,7 @@ if(isset($_POST["game_mode"]) && $_POST["game_mode"]!="" && $_POST["difficulty"]
</div>
</div>
<div id="gems_picker">
<div class="texte">Gemmes à afficher<br/></div>
<div class="texte">Gemmes à afficher</div>
<img id="gem1" class="gem" draggable="true" ondragstart="drag(event)"/>
<img id="gem2" class="gem" draggable="true" ondragstart="drag(event)"/>
<img id="gem3" class="gem" draggable="true" ondragstart="drag(event)"/>

Loading…
Cancel
Save