mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-02-10 21:52:05 +00:00
Replicated changes to the other languages.
This commit is contained in:
parent
c5b12ff542
commit
8b424b7052
@ -65,7 +65,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="alert alert-info" role="alert">
|
<div class="alert alert-info" role="alert">
|
||||||
<h4>Instructions:</h4>
|
<p><strong>Instructions:</strong></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Put the Switch in RCM, and connect it to your device.</li>
|
<li>Put the Switch in RCM, and connect it to your device.</li>
|
||||||
<li>Select either the example payload, or upload one.</li>
|
<li>Select either the example payload, or upload one.</li>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="alert alert-info" role="alert">
|
<div class="alert alert-info" role="alert">
|
||||||
<h4>Istruzioni:</h4>
|
<p><strong>Istruzioni:</strong></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Metti lo Switch in RCM e collega il dispositivo.</li>
|
<li>Metti lo Switch in RCM e collega il dispositivo.</li>
|
||||||
<li>Scegli il payload di esempio o caricane uno.</li>
|
<li>Scegli il payload di esempio o caricane uno.</li>
|
||||||
|
@ -1,5 +1,20 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
|
||||||
|
|
||||||
|
@media only screen and (max-device-width: 768px) {
|
||||||
|
#title h1 {
|
||||||
|
font-size: 5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pageBody, #mainForm h4, #goButton, #clearlogsbutton, .btn-group a, #title h4 {
|
||||||
|
font-size: 3vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
#shouldDebug {
|
||||||
|
width: 4vw;
|
||||||
|
height: 4vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="alert alert-info" role="alert">
|
<div class="alert alert-info" role="alert">
|
||||||
<h4>Instruções:</h4>
|
<p><strong>Instruções:</strong></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Coloque o Switch no modo RCM e conecte-o ao dispositivo.</li>
|
<li>Coloque o Switch no modo RCM e conecte-o ao dispositivo.</li>
|
||||||
<li>Escolha um dos payloads disponíveis ou faça upload de um.</li>
|
<li>Escolha um dos payloads disponíveis ou faça upload de um.</li>
|
||||||
|
@ -1,5 +1,20 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
|
||||||
|
|
||||||
|
@media only screen and (max-device-width: 768px) {
|
||||||
|
#title h1 {
|
||||||
|
font-size: 5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pageBody, #mainForm h4, #goButton, #clearlogsbutton, .btn-group a, #title h4 {
|
||||||
|
font-size: 3vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
#shouldDebug {
|
||||||
|
width: 4vw;
|
||||||
|
height: 4vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user