Commit fd30e6ed5c97b5fa89eb13b85159dc32f094c578
Exists in
master
and in
10 other branches
Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme
Showing
2 changed files
with
6 additions
and
5 deletions
Show diff stats
cabecalho-cinza-theme.css
... | ... | @@ -477,7 +477,7 @@ color:#000000; |
477 | 477 | |
478 | 478 | /************* Bar Psocial Style - Menu Horizontal**************/ |
479 | 479 | #user{ |
480 | - top: -53px; | |
480 | + top: -60px; /*-53px;*/ | |
481 | 481 | font-size: 12px; |
482 | 482 | /*right: 10px;*/ |
483 | 483 | } |
... | ... | @@ -495,10 +495,11 @@ color:#000000; |
495 | 495 | display: block; |
496 | 496 | background:url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE; |
497 | 497 | display: block; |
498 | - padding: 1em; | |
498 | + padding-top:1em; | |
499 | 499 | text-align: left; |
500 | 500 | width: 130px; |
501 | 501 | border-radius: 10px |
502 | + | |
502 | 503 | } |
503 | 504 | |
504 | 505 | #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 | } | ... | ... |