Commit e37da0aa5256e956da81df205cd12afc63c00700
1 parent
94428c36
Exists in
master
fix
Showing
5 changed files
with
4 additions
and
10 deletions
Show diff stats
css/estilo.css
... | ... | @@ -191,19 +191,15 @@ h6 { |
191 | 191 | #principal #banner { |
192 | 192 | display: inline-block; |
193 | 193 | width: 64%; |
194 | - height: 205px; | |
194 | + height: 95%; | |
195 | 195 | padding: 1px; |
196 | 196 | vertical-align: top; |
197 | 197 | } |
198 | -#principal #banner img { | |
199 | - height: 205px; | |
200 | -} | |
201 | 198 | |
202 | 199 | #principal #login { |
203 | 200 | width: 34%; |
204 | 201 | display: inline-block; |
205 | - height: auto; | |
206 | - min-height: 205px; | |
202 | + height: 95%; | |
207 | 203 | padding: 1px; |
208 | 204 | border-bottom-right-radius: 7px; |
209 | 205 | border-bottom-left-radius: 7px; | ... | ... |
inc/topo.php
... | ... | @@ -45,7 +45,6 @@ include("config.php"); |
45 | 45 | <meta name="doc-rights" content="Public" /> |
46 | 46 | <meta http-equiv="X-UA-Compatible" content="IE=8"> |
47 | 47 | |
48 | - <link rel="stylesheet" type="text/css" href="../css/estilo.css"> | |
49 | 48 | <!-- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> --> |
50 | 49 | <link rel="stylesheet" type="text/css" href="../css/estilo.css"> |
51 | 50 | ... | ... |
manual/img/login.png
restrito/css/estilo.css
restrito/inc/topo.php
... | ... | @@ -45,7 +45,6 @@ require_once("config.php"); |
45 | 45 | <meta name="doc-rights" content="Public" /> |
46 | 46 | <meta http-equiv="X-UA-Compatible" content="IE=8"> |
47 | 47 | |
48 | - <link rel="stylesheet" type="text/css" href="../css/estilo.css"> | |
49 | 48 | <!-- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> --> |
50 | 49 | <link rel="stylesheet" type="text/css" href="../css/estilo.css"> |
51 | 50 | ... | ... |