responsive del status.html

This commit is contained in:
Hacky Purple 2019-04-25 21:30:45 -05:00
parent 7f2e137bc5
commit 528b8717f6
3 changed files with 24 additions and 3 deletions

View File

@ -17,6 +17,19 @@ textarea,input,select {
font-size: 14px; font-size: 14px;
color: #808080; color: #808080;
} }
table {
width: 90%;
}
img {
width: 50%;
}
td {
font-size: 2em !important;
padding: 4px;
}
input[type="submit"]{ input[type="submit"]{
background: -webkit-linear-gradient(left, #7F9E3C, #E4A42F) !important;; background: -webkit-linear-gradient(left, #7F9E3C, #E4A42F) !important;;
border: none; border: none;
@ -25,6 +38,14 @@ input[type="submit"]{
font-weight: 600; font-weight: 600;
border-radius: 30px; border-radius: 30px;
margin-top: 1em; margin-top: 1em;
font-size: 1em;
width: 24%;
}
@media only screen and (max-width: 600px) {
} }
.tabula{ .tabula{
@ -81,7 +102,7 @@ $(endif)
<tr> <tr>
<td align="center" valign="middle"> <td align="center" valign="middle">
<img src="captiveportal-logoRedINC.png" alt="" width="15%" /> <img src="captiveportal-logoRedCoMani.png" alt="" width="15%" />
</td> </td>
</tr> </tr>
<tr> <tr>

BIN
weblocal/images/frida.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -262,8 +262,8 @@ $xajax->processRequests();
</a> </a>
</div> </div>
<div class="img_creditos"> <div class="img_creditos">
<a target='new' href='https://www.internetsociety.org/es/'> <a target='new' href='https://programafrida.net/'>
<img class='img img-responsive' src="images/logo_isoc.png" alt="Internet Society"> <img class='img img-responsive' src="images/frida.png" alt="Internet Society">
</a> </a>
</div> </div>
</div> </div>