Changeset 67f3f62 in prototipo_portal_2018


Ignore:
Timestamp:
Nov 22, 2017, 1:40:22 PM (6 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
c2c7500
Parents:
e8d94b2
Message:

Se agrego los estilos

Location:
ConsultaQR/prototipo
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ConsultaQR/prototipo/index.html

    re8d94b2 r67f3f62  
    118118      JSON_PARAMETER[list[0]] = unescape(decodeURI(list[1]));
    119119  }
     120
    120121</script>
    121122
  • ConsultaQR/prototipo/static/css/style.css

    re8d94b2 r67f3f62  
    66/* Class */
    77.learn-more-btn { background: rgba(61, 201, 179, 1); padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #309383; -moz-box-shadow: 0px 3px 0px 0px #309383; box-shadow: 0px 3px 0px 0px #309383; margin: 60px 0 0; font-weight: bold; }
     8
     9
     10/* id */
     11#informacion {
     12  padding: 10px;
     13  margin-left: 5px;
     14  border-radius: 20px;
     15}
     16
     17#informacion:hover {
     18    color: #fff;
     19    background-color: rgba(68, 157, 142, 0.25);
     20    border-color: rgba(169, 66, 66, 0.47);
     21}
  • ConsultaQR/prototipo/static/js/QR.js

    re8d94b2 r67f3f62  
    1010        success: function(response) {
    1111            INFO_DATATABLE_QR = SerealizeMyJson(response);
    12                         var linkToDownload = "<a href=\"https://192.168.12.154:8443/Murachi/0.1/archivos/descargas/" + JSON_PARAMETER['signedFileId'] +"\"><h4>Descargar archivo firmado</h4></a>";
     12                        var linkToDownload = "<a class='learn-more-btn' href=\"https://192.168.12.154:8443/Murachi/0.1/archivos/descargas/" + JSON_PARAMETER['signedFileId'] +"\"><h4>Descargar archivo firmado</h4></a>";
    1313                        document.getElementById("Descarga").innerHTML = linkToDownload;                         
    1414            var table = $('#myJson').DataTable({
Note: See TracChangeset for help on using the changeset viewer.