Commit 5f50c69608bbacacb1062e19dc78690c56968140

Authored by André Mácola
1 parent 6463e224
Exists in master

css de novo

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
css/estilo.css
... ... @@ -204,7 +204,7 @@ h6 {
204 204  
205 205 #principal #login {
206 206 // width: 34%;
207   - width: 342px;
  207 + width: 340px;
208 208 display: inline-block;
209 209 height: auto;
210 210 min-height: 205px;
... ... @@ -241,7 +241,7 @@ h6 {
241 241 .Mensagem {
242 242 color: #FFFFFF;
243 243 // width: 17%;
244   - width: 100%;
  244 + width: 320px;
245 245 font-size: 0.9em;
246 246 text-align: left;
247 247 margin-left: 10px;
... ...
restrito/css/estilo.css
... ... @@ -202,7 +202,7 @@ h6 {
202 202 #principal #login {
203 203 display: inline-block;
204 204 // width: 34%;
205   - width: 342px;
  205 + width: 340px;
206 206 height: auto;
207 207 min-height: 205px;
208 208 padding: 1px;
... ... @@ -234,7 +234,7 @@ h6 {
234 234 .Mensagem {
235 235 color: #FFFFFF;
236 236 // width: 17%;
237   - width: 100%;
  237 + width: 320px;
238 238 font-size: 0.9em;
239 239 text-align: left;
240 240 margin-left: 10px;
... ...