Commit 0611806d6fb70010a25954e186fdcb21ceec1d28
1 parent
0f0be903
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
style.css
| ... | ... | @@ -2390,7 +2390,8 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2390 | 2390 | display: inline-block; |
| 2391 | 2391 | } |
| 2392 | 2392 | .action-home-index #content .container-block .raw-html-block { |
| 2393 | - width: 525px !important; | |
| 2393 | + /*width: 525px !important;*/ | |
| 2394 | + width: 430px !important; | |
| 2394 | 2395 | margin: 0 25px; |
| 2395 | 2396 | padding-top: 2em; |
| 2396 | 2397 | } |
| ... | ... | @@ -2469,6 +2470,10 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2469 | 2470 | |
| 2470 | 2471 | } |
| 2471 | 2472 | |
| 2473 | +.communities-block .common-profile-list-block .vcard .profile_link span{ | |
| 2474 | + display: inline-block; | |
| 2475 | +} | |
| 2476 | + | |
| 2472 | 2477 | .communities-block .common-profile-list-block .vcard .profile_link .org { |
| 2473 | 2478 | color: black; |
| 2474 | 2479 | font-size: 85%; |
| ... | ... | @@ -2476,6 +2481,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2476 | 2481 | text-transform: uppercase; |
| 2477 | 2482 | line-height: 1.1em; |
| 2478 | 2483 | margin-top: 5px; |
| 2484 | + text-align: center; | |
| 2479 | 2485 | } |
| 2480 | 2486 | |
| 2481 | 2487 | /*estilo nos blocos laterais*/ | ... | ... |