Commit fba56313c683c23b61314ca40ed8263e3aeb378f
1 parent
0430bef5
Exists in
master
and in
10 other branches
Color side menu (blocks menu) and login alignment position
Showing
2 changed files
with
6 additions
and
5 deletions
Show diff stats
cabecalho-cinza-theme.css
... | ... | @@ -472,7 +472,7 @@ color:#000000; |
472 | 472 | |
473 | 473 | /************* Bar Psocial Style - Menu Horizontal**************/ |
474 | 474 | #user{ |
475 | - top: -53px; | |
475 | + top: -60px; /*-53px;*/ | |
476 | 476 | font-size: 12px; |
477 | 477 | /*right: 10px;*/ |
478 | 478 | } |
... | ... | @@ -490,10 +490,11 @@ color:#000000; |
490 | 490 | display: block; |
491 | 491 | background:url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE; |
492 | 492 | display: block; |
493 | - padding: 1em; | |
493 | + padding-top:1em; | |
494 | 494 | text-align: left; |
495 | 495 | width: 130px; |
496 | 496 | border-radius: 10px |
497 | + | |
497 | 498 | } |
498 | 499 | |
499 | 500 | #user .logged-in:hover { | ... | ... |
style.css
... | ... | @@ -361,7 +361,7 @@ p { |
361 | 361 | font-size: 12px; |
362 | 362 | text-align: left; |
363 | 363 | border-top: 4px solid #757575; |
364 | - background: #eeefff; | |
364 | + background: #eee; /*#eeefff;*/ | |
365 | 365 | border-bottom: none; |
366 | 366 | color: #757575; |
367 | 367 | padding: 8px 8px 24px 10px; |
... | ... | @@ -406,7 +406,7 @@ p { |
406 | 406 | } |
407 | 407 | |
408 | 408 | #content .recent-documents-block li { |
409 | - background: none repeat scroll 0 0 #EEEFFF; | |
409 | + background: none repeat scroll 0 0 #FFF; | |
410 | 410 | border-bottom: 1px solid #CCCCCC; |
411 | 411 | display: block; |
412 | 412 | margin: 0; |
... | ... | @@ -933,7 +933,7 @@ display: none; |
933 | 933 | #content { |
934 | 934 | left: -480px; |
935 | 935 | margin-left: 50%; |
936 | - margin-top: 30px; | |
936 | + margin-top: 38px; /*30px;*/ | |
937 | 937 | position: relative; |
938 | 938 | width: 960px; |
939 | 939 | } | ... | ... |