Commit 987230fd35d3350e6edc870b57c5294f23826a55
1 parent
3acf0bec
Exists in
master
and in
6 other branches
Ajuste no estilo do ícone qrcode da pagina principal
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
init/index.php
... | ... | @@ -145,7 +145,7 @@ include "head.php"; |
145 | 145 | <div class="col-xs-6" style="line-height: 3.5; text-align: left;"> |
146 | 146 | <!-- o texto no span e para acessibilidade--> |
147 | 147 | <button tabindex="-1" role="button" data-toggle="quadroQrcode" data-url="{{{href}}}" |
148 | - class="btn btn-primary btn-fab btn-fab-mini" > <span | |
148 | + class="btn btn-primary btn-fab btn-fab-mini" style="padding-left: 8px;padding-top: 7px;margin: auto;"> <span | |
149 | 149 | class="glyphicon glyphicon-qrcode" aria-hidden="true"> qrcode</span> |
150 | 150 | </button> |
151 | 151 | ... | ... |