Commit e37da0aa5256e956da81df205cd12afc63c00700

Authored by André Mácola
1 parent 94428c36
Exists in master

fix

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

183 KB | W: | H:

116 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
restrito/css/estilo.css
1   - Lei de Acesso*/
  1 +/* Lei de Acesso*/
2 2 * {
3 3 margin: 0px;
4 4 padding: 0px;
5 5 }
6 6  
7   -/* Estilização geral */
  7 +/* Estilização geral */
8 8 body {
9 9 font-family: Verdana, Arial, Helvetica, Sans-serif;
10 10 font-size: 12px;
... ...
restrito/inc/topo.php
... ... @@ -45,7 +45,6 @@ require_once(&quot;config.php&quot;);
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  
... ...