Commit 36fde9ef268311834c56dd294e7d687441f4b7bf

Authored by rogerio.costa
1 parent 95a5f55b
Exists in master

#4289 - Implementação tipo suporte documento

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">
... ...