Commit 87ab815a7df29991dbf52e373e7cd13516f1bc74

Authored by André Mácola
1 parent 05db4707
Exists in master

fix de css para caixa de login quando logado

Showing 2 changed files with 16 additions and 8 deletions   Show diff stats
css/estilo.css
... ... @@ -191,15 +191,19 @@ h6 {
191 191 #principal #banner {
192 192 display: inline-block;
193 193 width: 64%;
194   - height: 95%;
  194 + height: 205px;
195 195 padding: 1px;
196 196 vertical-align: top;
197 197 }
  198 +#principal #banner img {
  199 + height: 205px;
  200 +}
198 201  
199 202 #principal #login {
200 203 width: 34%;
201 204 display: inline-block;
202   - height: 95%;
  205 + // height: 95%;
  206 + height: 205px;
203 207 padding: 1px;
204 208 border-bottom-right-radius: 7px;
205 209 border-bottom-left-radius: 7px;
... ...
restrito/css/estilo.css
1   -/* Lei de Acesso*/
  1 + Lei de Acesso*/
2 2 * {
3 3 margin: 0px;
4 4 padding: 0px;
... ... @@ -189,16 +189,20 @@ h6 {
189 189 #principal #banner {
190 190 display: inline-block;
191 191 width: 64%;
192   - height: 95%;
  192 + // height: 95%;
  193 + height: 205px;
193 194 padding: 1px;
194 195 vertical-align: top;
195 196 }
  197 +#principal #banner img {
  198 + height: 205px;
  199 +}
196 200  
197 201 #principal #login {
198 202 display: inline-block;
199   - width: 34%;
200   - height: 95%;
201   - min-height: 200px;
  203 + width: 34%;
  204 + // height: 95%;
  205 + height: 205px;
202 206 padding: 1px;
203 207 border-bottom-right-radius: 7px;
204 208 border-bottom-left-radius: 7px;
... ... @@ -415,4 +419,4 @@ input[type='radio']{
415 419 border: 1px solid #DDDDDD;
416 420 }
417 421  
418   -/*****************************************************/
419 422 \ No newline at end of file
  423 +/****************************************************
420 424 \ No newline at end of file
... ...