diff --git a/acompanhamento/cadastro.php b/acompanhamento/cadastro.php index 2b9c6cc..0654f2f 100644 --- a/acompanhamento/cadastro.php +++ b/acompanhamento/cadastro.php @@ -279,7 +279,17 @@ $existerecurso = true; $rsRec = Solicitacao::getRecursos($idsolicitacao); - if(mysql_num_rows($rsRec) > 0) + + + + + + + + + + + if(mysql_num_rows($rsRec) > 0) { $permiterecurso = false; ?> @@ -362,6 +372,6 @@ if($acao == "Enviar") } getErro($erro); - + include_once("../inc/security.php"); include("../inc/rodape.php"); ?> diff --git a/css/estilo.css b/css/estilo.css index a9d75e8..69c4acb 100644 --- a/css/estilo.css +++ b/css/estilo.css @@ -33,7 +33,7 @@ h3 { font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; color: #B2B2B2; padding-top: 10px; - padding-bottom: 10px; + padding-bottom: 10px; } h4 { @@ -50,9 +50,6 @@ h5 { h6 { } - - - /* Estrutura do site */ #out { width: 100%; -- libgit2 0.21.2