Commit 94428c364021af532ce5beefdc891bf62decb1d0
1 parent
87ab815a
Exists in
master
fix de css na caixa de login
Showing
3 changed files
with
6 additions
and
5 deletions
Show diff stats
css/estilo.css
... | ... | @@ -202,8 +202,8 @@ h6 { |
202 | 202 | #principal #login { |
203 | 203 | width: 34%; |
204 | 204 | display: inline-block; |
205 | - // height: 95%; | |
206 | - height: 205px; | |
205 | + height: auto; | |
206 | + min-height: 205px; | |
207 | 207 | padding: 1px; |
208 | 208 | border-bottom-right-radius: 7px; |
209 | 209 | border-bottom-left-radius: 7px; | ... | ... |
index/index.php
... | ... | @@ -12,7 +12,8 @@ require_once("../inc/security.php"); |
12 | 12 | |
13 | 13 | // $login = $_POST["login"]; |
14 | 14 | // $password = $_POST["password"]; |
15 | -// $tipo = $_REQUEST['t']; | |
15 | +// $tipo = $_REQUEST['t']; | |
16 | +// $btsub = $_POST["btsub"]; | |
16 | 17 | // $msg = ""; |
17 | 18 | |
18 | 19 | $login = filter_input(INPUT_POST, 'login'); | ... | ... |
restrito/css/estilo.css
... | ... | @@ -201,8 +201,8 @@ h6 { |
201 | 201 | #principal #login { |
202 | 202 | display: inline-block; |
203 | 203 | width: 34%; |
204 | - // height: 95%; | |
205 | - height: 205px; | |
204 | + height: auto; | |
205 | + min-height: 205px; | |
206 | 206 | padding: 1px; |
207 | 207 | border-bottom-right-radius: 7px; |
208 | 208 | border-bottom-left-radius: 7px; | ... | ... |