Updated Header Text and Upload Box Width
This commit is contained in:
parent
9631e2955e
commit
9c2d1eb8f1
4 changed files with 10 additions and 14 deletions
|
|
@ -4,8 +4,7 @@ html body #mainContent {
|
|||
|
||||
#uploadSquare {
|
||||
background: gray;
|
||||
width: 600px;
|
||||
height: 300px;
|
||||
height: 250px;
|
||||
padding: 1em;
|
||||
border-radius: .5em;
|
||||
color: white;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 3,
|
||||
"mappings": "AAAA,AAAA,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC;EACnB,MAAM,EAAE,KAAK;CAAG;;AAGpB,AAAA,aAAa,CAAC;EACV,UAAU,EAAE,IAAI;EAEhB,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,KAAK;EAEb,OAAO,EAAE,GAAG;EACZ,aAAa,EAAE,IAAI;EAEnB,KAAK,EAAE,KAAK;CAAG;;AAGnB,AAAA,YAAY,CAAC;EACT,SAAS,EAAE,cAAc;EACzB,yBAAyB,EAAE,CAAC;CAAG;;AAEnC,UAAU,CAAV,WAAU;EACN,GAAG;IACC,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAc;;EAEjD,GAAG;IACC,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAc;;;;AAGrD,AAAA,YAAY,CAAC;EACT,SAAS,EAAE,cAAc;EACzB,yBAAyB,EAAE,CAAC;CAAG;;AAEnC,UAAU,CAAV,WAAU;EACN,EAAE;IACE,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;IAC9B,UAAU,EAAE,sBAAsB;;EAEtC,GAAG;IACC,SAAS,EAAE,oBAAoB;;EAEnC,GAAG;IACC,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;IAC9B,UAAU,EAAE,sBAAsB;;EAEtC,GAAG;IACC,SAAS,EAAE,oBAAoB;;EAEnC,IAAI;IACA,SAAS,EAAE,mBAAmB",
|
||||
"mappings": "AAAA,AAAA,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC;EACnB,MAAM,EAAE,KAAK;CAAG;;AAGpB,AAAA,aAAa,CAAC;EACV,UAAU,EAAE,IAAI;EAEhB,MAAM,EAAE,KAAK;EAEb,OAAO,EAAE,GAAG;EACZ,aAAa,EAAE,IAAI;EAEnB,KAAK,EAAE,KAAK;CAAG;;AAGnB,AAAA,YAAY,CAAC;EACT,SAAS,EAAE,cAAc;EACzB,yBAAyB,EAAE,CAAC;CAAG;;AAEnC,UAAU,CAAV,WAAU;EACN,GAAG;IACC,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAc;;EAEjD,GAAG;IACC,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAc;;;;AAGrD,AAAA,YAAY,CAAC;EACT,SAAS,EAAE,cAAc;EACzB,yBAAyB,EAAE,CAAC;CAAG;;AAEnC,UAAU,CAAV,WAAU;EACN,EAAE;IACE,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;IAC9B,UAAU,EAAE,sBAAsB;;EAEtC,GAAG;IACC,SAAS,EAAE,oBAAoB;;EAEnC,GAAG;IACC,SAAS,EAAE,mBAAmB;;EAElC,GAAG;IACC,SAAS,EAAE,mBAAmB;IAC9B,UAAU,EAAE,sBAAsB;;EAEtC,GAAG;IACC,SAAS,EAAE,oBAAoB;;EAEnC,IAAI;IACA,SAAS,EAAE,mBAAmB",
|
||||
"sources": [
|
||||
"index.sass"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -5,8 +5,7 @@ html body #mainContent
|
|||
#uploadSquare
|
||||
background: gray
|
||||
|
||||
width: 600px
|
||||
height: 300px
|
||||
height: 250px
|
||||
|
||||
padding: 1em
|
||||
border-radius: .5em
|
||||
|
|
|
|||
16
index.php
16
index.php
|
|
@ -21,22 +21,20 @@
|
|||
<body onload="onload()">
|
||||
<div id="mainContent" class="container d-flex flex-column">
|
||||
<div class="jumbotron">
|
||||
<h1>Page Header</h1>
|
||||
<h1>Fax-Me</h1>
|
||||
<h5>An internet portal to my printer</h5>
|
||||
</div>
|
||||
|
||||
<div class="flex-grow-1 d-flex flex-column align-items-center justify-content-center">
|
||||
<div id="uploadSquare" class="d-flex flex-column align-items-center justify-content-center">
|
||||
<h5>Drag Files Here for Upload</h5>
|
||||
<div class="flex-grow-1 d-flex flex-column align-items-center justify-content-center mb-3">
|
||||
<div id="uploadSquare" class="container d-flex flex-column align-items-center justify-content-center">
|
||||
<h5>Drag or Click Here to Upload Files</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
include("successToast.html");
|
||||
include("failureToast.html");
|
||||
include("successToast.html");
|
||||
include("failureToast.html");
|
||||
?>
|
||||
<script>
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue