mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-04-14 06:33:34 +00:00
Fixed mistype on other language sites (this is annoying, ill look for a better way to handle localization). Improved usability in mobiles.
This commit is contained in:
parent
ad7274d051
commit
c5b12ff542
@ -79,7 +79,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="class=col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
||||||
<h1>Setup Payload Delivery</h1>
|
<h1>Setup Payload Delivery</h1>
|
||||||
|
|
||||||
<form id="mainForm">
|
<form id="mainForm">
|
||||||
@ -118,8 +118,8 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="row margin-top-md">
|
<div class="row margin-top-md">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-6 col-xs-offset-6 col-md-4 col-md-offset-8">
|
||||||
<button class="btn btn-primary btn-lg pull-right" id="goButton">Deliver Payload!</button>
|
<button class="btn btn-primary btn-lg btn-block" id="goButton">Deliver Payload!</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -128,7 +128,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="class=col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
||||||
<h3>Log:</h3>
|
<h3>Log:</h3>
|
||||||
<div id="output"></div>
|
<div id="output"></div>
|
||||||
<button class="btn btn-primary pull-right margin-top-md" id="clearlogsbutton" onclick="clearLog();">Clear Logs</button><br><br>
|
<button class="btn btn-primary pull-right margin-top-md" id="clearlogsbutton" onclick="clearLog();">Clear Logs</button><br><br>
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="class=col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
||||||
<h1>Setup Payload Delivery</h1>
|
<h1>Setup Payload Delivery</h1>
|
||||||
|
|
||||||
<form id="mainForm">
|
<form id="mainForm">
|
||||||
@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="class=col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
||||||
<h3>Log:</h3>
|
<h3>Log:</h3>
|
||||||
<div id="output"></div>
|
<div id="output"></div>
|
||||||
<button class="btn btn-primary pull-right margin-top-md" id="clearlogsbutton" onclick="clearLog();">Pulisci Logs</button><br><br>
|
<button class="btn btn-primary pull-right margin-top-md" id="clearlogsbutton" onclick="clearLog();">Pulisci Logs</button><br><br>
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="class=col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
||||||
<h3>Log:</h3>
|
<h3>Log:</h3>
|
||||||
<div id="output"></div>
|
<div id="output"></div>
|
||||||
<button class="btn btn-primary pull-right margin-top-md" id="clearlogsbutton" onclick="clearLog();">Limpar Logs</button><br><br>
|
<button class="btn btn-primary pull-right margin-top-md" id="clearlogsbutton" onclick="clearLog();">Limpar Logs</button><br><br>
|
||||||
|
13
style.css
13
style.css
@ -1,9 +1,18 @@
|
|||||||
@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-width: 768px) {
|
@media only screen and (max-device-width: 768px) {
|
||||||
#pageBody {
|
#title h1 {
|
||||||
|
font-size: 5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pageBody, #mainForm h4, #goButton, #clearlogsbutton, .btn-group a, #title h4 {
|
||||||
font-size: 3vw;
|
font-size: 3vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#shouldDebug {
|
||||||
|
width: 4vw;
|
||||||
|
height: 4vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user