Changeset e3349ca in prototipo_portal_2018 for prototipo/static


Ignore:
Timestamp:
Oct 19, 2017, 5:26:48 PM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
a9c1355
Parents:
eb89313
Message:

Se agrego firma visible y normal

Location:
prototipo/static
Files:
1 added
2 edited

Legend:

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

    re3adbd3 re3349ca  
    1 #upload-button, #upload-button2 {
     1#upload-button, #upload-button2, #upload-Normal {
    22  width: 150px;
    33  display: block;
     
    77}
    88
    9 #file-to-upload, #file-to-upload2 {
     9#file-to-upload, #file-to-upload2, #file-to-normal{
    1010  display: none;
    1111}
     
    1414  width: 700px;
    1515  margin: 30px auto;
     16  display: none;
    1617}
    1718
    18 #pdf-loader, #pdf-loader2 {
     19#pdf-loader, #pdf-loader2, #pdf-loader3 {
    1920  display: none;
    2021  text-align: center;
     
    2930}
    3031
    31 #pdf-meta {
     32#pdf-meta #pdf-meta3 {
    3233  overflow: hidden;
    3334  margin: 0 0 20px 0;
    3435}
    3536
    36 #pdf-buttons, #pdf-buttons2 {
     37#pdf-buttons, #pdf-buttons2, #pdf-buttons3 {
    3738  float: left;
    3839}
    3940
    40 #page-count-container {
     41#page-count-container,  #page-count-container3{
    4142  float: right;
    4243}
    4344
    44 #pdf-current-page, #pdf-current-page2 {
     45#pdf-current-page, #pdf-current-page2, #pdf-current-page3 {
    4546  display: inline;
    4647}
    4748
    48 #pdf-total-pages, #pdf-total-pages2 {
     49#pdf-total-pages, #pdf-total-pages2, #pdf-total-pages3 {
    4950  display: inline;
    5051}
    5152
    52 #pdf-canvas, #pdf-canvas2 {
     53#pdf-canvas, #pdf-canvas2 #pdf-canvas3 {
    5354  border: 1px solid rgba(0,0,0,0.2);
    5455  box-sizing: border-box;
    5556}
    5657
    57 #page-loader, #page-loader2 {
     58#page-loader, #page-loader2, #page-loader3 {
    5859  height: 100px;
    5960  line-height: 100px;
     
    8687
    8788
    88 #container1 {
     89#container1, #container2 {
    8990  bottom: 35%;
    9091  left: 80px;
     
    117118
    118119
    119 #pdf-prev2 {
     120#pdf-prev2, #pdf-prev3 {
    120121  padding: 10px;
    121122  margin-left: 5px;
     
    124125
    125126
    126 #pdf-next2 {
     127#pdf-next2, #pdf-next3 {
    127128  padding: 10px;
    128129  margin-left: 5px;
     
    144145 }
    145146
     147
     148
     149
     150
     151/*.menu_lateral {
     152    position: fixed;
     153}*/
  • prototipo/static/js/docsDraggable.js

    reb89313 re3349ca  
    8585      var viewdimen = page.getViewport(1);
    8686      console.log( "Width: " + viewdimen.width + ", Height: " + viewdimen.height);     
    87      
    88       $("#container1").attr("style", "background-image: url('"+__id+"');background-size: cover; background-repeat: no-repeat;  height:"+(viewdimen.height+40)+"px; width:"+(viewdimen.width+100)+"px");
    89      
     87
     88      $("#container1").attr("style", "background-image: url('"+__id+"');background-size: cover; background-repeat: no-repeat;  height:"+viewdimen.height+"px; width:"+viewdimen.width+"px");     
    9089
    9190    });
     
    101100  //$("#img").removeAttr('class');
    102101  //$(".cropper-container").remove();
     102  $("#pdf-main-container2").hide();
     103  $("#pdf-main-container").show();
     104
    103105  $("#file-to-upload2").trigger('click');
    104106
     
    113115        return;
    114116    }
    115 
    116117
    117118
     
    188189        num+= 1;
    189190        if (num == 1){
    190           $("#submenu2 #submenu2 .text").hide();
     191          $("#firma_visible #Formato_Visible .text").hide();
    191192          $('#dataX').val(0);
    192193          $('#dataY').val(0);
Note: See TracChangeset for help on using the changeset viewer.