Commit 444fdbee760a9896021fda01f9782848539e1a83
1 parent
a8d41cb7
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
18 additions
and
2 deletions
Show diff stats
style.css
| ... | ... | @@ -303,13 +303,29 @@ p { |
| 303 | 303 | width: 100% |
| 304 | 304 | } |
| 305 | 305 | |
| 306 | - | |
| 306 | +#password-rate { | |
| 307 | + width: 375px; | |
| 308 | +} | |
| 307 | 309 | |
| 308 | 310 | /*Fim PopUp Login*/ |
| 309 | 311 | |
| 310 | 312 | /* Menu List left */ |
| 311 | 313 | /*Estilo nos blocos laterais*/ |
| 312 | 314 | |
| 315 | + | |
| 316 | +.design-menu { | |
| 317 | + display: inline-block; | |
| 318 | +} | |
| 319 | + | |
| 320 | +.box-1 { | |
| 321 | + /* display: inline-block;*/ | |
| 322 | +} | |
| 323 | + | |
| 324 | +.box-2 { | |
| 325 | + display: inline-block; | |
| 326 | + vertical-align: top; | |
| 327 | +} | |
| 328 | + | |
| 313 | 329 | .box-2 .block .block-inner-2, |
| 314 | 330 | .box-3 .block .block-inner-2{ |
| 315 | 331 | padding: 0 0 1em; |
| ... | ... | @@ -611,7 +627,7 @@ p { |
| 611 | 627 | } |
| 612 | 628 | |
| 613 | 629 | .box-1 .blocks { |
| 614 | - margin-top: -30px; | |
| 630 | + /*margin-top: -30px;*/ | |
| 615 | 631 | } |
| 616 | 632 | |
| 617 | 633 | .block-outer .block .block-outer { | ... | ... |