From 110817c0f064dc0319bda8a3976c962f67236f7c Mon Sep 17 00:00:00 2001 From: Greyce Medeiros Date: Thu, 26 Mar 2015 16:17:23 -0300 Subject: [PATCH] Inserindo Alteracao feita por Leandro no arquivo de acomapnhamento --- acompanhamento/cadastro.php | 14 ++++++++++++-- css/estilo.css | 5 +---- 2 files changed, 13 insertions(+), 6 deletions(-) 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