Changeset e35a1b8 in prototipo_portal_2018 for prototipo/static/js/docsDraggable.js


Ignore:
Timestamp:
Oct 19, 2017, 2:02:04 PM (7 years ago)
Author:
Antonio Araujo <aaraujo@…>
Branches:
master
Children:
b84d264
Parents:
eb89313
Message:

Corrección de error en ubicación de caja de referencia de firma.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/js/docsDraggable.js

    reb89313 re35a1b8  
    8686      console.log( "Width: " + viewdimen.width + ", Height: " + viewdimen.height);     
    8787     
    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");
     88      $("#container1").attr("style", "background-image: url('"+__id+"');background-size: cover; background-repeat: no-repeat;  height:"+(viewdimen.height)+"px; width:"+(viewdimen.width)+"px");
    8989     
    9090
Note: See TracChangeset for help on using the changeset viewer.