Changeset e35a1b8 in prototipo_portal_2018


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.

Location:
prototipo/static
Files:
2 edited

Legend:

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

    re3adbd3 re35a1b8  
    9797
    9898.text {
    99   border-radius: 20px;
     99  border-radius: 0px;
    100100  color: rgba(255, 255, 255, .5);
    101101  display: inline-block;
  • 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.