Changeset c2c7500 in prototipo_portal_2018


Ignore:
Timestamp:
Nov 22, 2017, 2:07:30 PM (6 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
4d17b3e
Parents:
67f3f62
Message:

Se modifico el botton

Location:
ConsultaQR/prototipo/static
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ConsultaQR/prototipo/static/css/style.css

    r67f3f62 rc2c7500  
    55
    66/* Class */
    7 .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; }
     7.learn-more-btn { background: hsl(227, 56%, 51%); padding: 1px 10px; 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; }
    88
    99
  • ConsultaQR/prototipo/static/js/QR.js

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