responsive del status.html
This commit is contained in:
parent
7f2e137bc5
commit
528b8717f6
@ -17,6 +17,19 @@ textarea,input,select {
|
||||
font-size: 14px;
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 90%;
|
||||
}
|
||||
img {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
td {
|
||||
font-size: 2em !important;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
input[type="submit"]{
|
||||
background: -webkit-linear-gradient(left, #7F9E3C, #E4A42F) !important;;
|
||||
border: none;
|
||||
@ -25,6 +38,14 @@ input[type="submit"]{
|
||||
font-weight: 600;
|
||||
border-radius: 30px;
|
||||
margin-top: 1em;
|
||||
font-size: 1em;
|
||||
width: 24%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.tabula{
|
||||
@ -81,7 +102,7 @@ $(endif)
|
||||
|
||||
<tr>
|
||||
<td align="center" valign="middle">
|
||||
<img src="captiveportal-logoRedINC.png" alt="" width="15%" />
|
||||
<img src="captiveportal-logoRedCoMani.png" alt="" width="15%" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
BIN
weblocal/images/frida.png
Normal file
BIN
weblocal/images/frida.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
@ -262,8 +262,8 @@ $xajax->processRequests();
|
||||
</a>
|
||||
</div>
|
||||
<div class="img_creditos">
|
||||
<a target='new' href='https://www.internetsociety.org/es/'>
|
||||
<img class='img img-responsive' src="images/logo_isoc.png" alt="Internet Society">
|
||||
<a target='new' href='https://programafrida.net/'>
|
||||
<img class='img img-responsive' src="images/frida.png" alt="Internet Society">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user