diff --git a/css/estilo.css b/css/estilo.css index c234edb..18c74ef 100644 --- a/css/estilo.css +++ b/css/estilo.css @@ -202,8 +202,8 @@ h6 { #principal #login { width: 34%; display: inline-block; - // height: 95%; - height: 205px; + height: auto; + min-height: 205px; padding: 1px; border-bottom-right-radius: 7px; border-bottom-left-radius: 7px; diff --git a/index/index.php b/index/index.php index 15920dd..3004970 100644 --- a/index/index.php +++ b/index/index.php @@ -12,7 +12,8 @@ require_once("../inc/security.php"); // $login = $_POST["login"]; // $password = $_POST["password"]; -// $tipo = $_REQUEST['t']; +// $tipo = $_REQUEST['t']; +// $btsub = $_POST["btsub"]; // $msg = ""; $login = filter_input(INPUT_POST, 'login'); diff --git a/restrito/css/estilo.css b/restrito/css/estilo.css index 2460e4f..fe4e638 100644 --- a/restrito/css/estilo.css +++ b/restrito/css/estilo.css @@ -201,8 +201,8 @@ h6 { #principal #login { display: inline-block; width: 34%; - // height: 95%; - height: 205px; + height: auto; + min-height: 205px; padding: 1px; border-bottom-right-radius: 7px; border-bottom-left-radius: 7px; -- libgit2 0.21.2