diff --git a/acompanhamento/cadastro.php b/acompanhamento/cadastro.php index ad54ba8..dee2478 100644 --- a/acompanhamento/cadastro.php +++ b/acompanhamento/cadastro.php @@ -278,7 +278,17 @@ $existerecurso = true; $rsRec = Solicitacao::getRecursos($idsolicitacao); - if(mysql_num_rows($rsRec) > 0) + + + + + + + + + + + if(mysql_num_rows($rsRec) > 0) { $permiterecurso = false; ?> @@ -361,6 +371,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 2b1631e..9575d53 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