Browse Source

Melhorando a disposição dos elementos da etiqueta

pull/3162/head
ulysses 6 years ago
parent
commit
1d67d464ad
  1. 22
      sapl/templates/relatorios/etiqueta_materia_legislativa.html

22
sapl/templates/relatorios/etiqueta_materia_legislativa.html

@ -13,20 +13,26 @@
div {page-break-inside: avoid;} div {page-break-inside: avoid;}
p { p {
font-size:3pt; font-size:4pt;
margin: 5px;
} }
img {
position: absolute;
bottom:0px;
left: 0px;
padding:10px;
height: 20px;
width: 90%;
}
</style> </style>
</head> </head>
<body> <body>
<div> <div>
<p><strong>Etiqueta Materia Legislativa</strong></p> <p><strong>Materia Legislativa</strong></p>
<p>{{tipo}}</p> <p>{{tipo}} - {{data_apresentacao}}</p>
<p>{{data_apresentacao}}</p>
{% for autor in autores %}<p>{{autor}}{% if not forloop.last%}-{% endif %}</p>{% endfor %}
<p>{{ementa}}</p> <p>{{ementa}}</p>
<img src="{{barcode}}" style="width: 100%; height: 100%;" alt="{{barcode}}"> <img src="{{barcode}}">
</div> </div>
</body> </body>

Loading…
Cancel
Save