Commit 36fde9ef268311834c56dd294e7d687441f4b7bf
1 parent
95a5f55b
Exists in
master
#4289 - Implementação tipo suporte documento
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cit-ecm-web/src/main/webapp/html/documentoGed/metadadosDocumentoEdit.html
... | ... | @@ -142,7 +142,7 @@ |
142 | 142 | |
143 | 143 | <div class="row" ng-show='documentoGed.formaCriacao.codigo == 2'> |
144 | 144 | |
145 | - <div class="col-md-2"> | |
145 | + <div class="col-md-2" style="margin-bottom: 34px;"> | |
146 | 146 | <label-input-checkbox ng-model="mantido" ng-disabled="!edit" ng-label="ECM.LABEL.MANTIDO" ng-custom-change="limparLocalizacao()"></label-input-checkbox> |
147 | 147 | </div> |
148 | 148 | <div class="col-md-10" ng-show="mantido"> | ... | ... |