Commit 4aac2da974a8a623229a91a94e2bd85e0b10315d

Authored by Fabio Teixeira
1 parent ba561e53
Exists in master and in 79 other branches add_sisp_to_chef, add_super_archives_plugin, api_for_colab, automates_core_packing, backup_not_prod, changes_in_buttons_on_content_panel, colab_automated_login, colab_spb_plugin_recipe, colab_widgets_settings, design_validation, dev_env_minimal, disable_email_dev, fix_breadcrumbs_position, fix_categories_software_link, fix_edit_institution, fix_edit_software_with_another_license, fix_get_license_info, fix_gitlab_assets_permission, fix_list_style_inside_article, fix_list_style_on_folder_elements, fix_members_pagination, fix_merge_request_url, fix_models_translations, fix_no_license, fix_software_api, fix_software_block_migration, fix_software_communities_translations, fix_software_communities_unit_test, fix_style_create_institution_admin_panel, fix_superarchives_imports, fix_sym_links_noosfero, focus_search_field_theme, gov-user-refactoring, gov-user-refactoring-rails4, header_fix, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, lxc_settings, margin_fix, mezuro_cookbook, prezento, refactor_download_block, refactor_software_communities, refactor_software_for_sisp, register_page, release-process, release-process-v2, remove-unused-images, remove_broken_theme, remove_secondary_email_from_user, remove_sisp_buttons, removing_super_archives_email, review_message, scope2method, signals_user_noosfero, sisp_catalog_header, sisp_colab_config, sisp_dev, sisp_dev_master, sisp_simple_version, software_as_organization, software_catalog_style_fix, software_communities_html_refactor, software_infos_api, spb_minimal_env, spb_to_rails4, spec_refactor, stable-4.1, stable-4.2, stable-4.x, temp_soft_comm_refactoring, theme_header, theme_javascript_refactory, thread_dropdown, thread_page, update_search_by_categories, update_software_api, update_softwares_boxes

Adjustments on event main title

Showing 1 changed file with 26 additions and 12 deletions   Show diff stats
pagina_comunidade.css
... ... @@ -535,10 +535,10 @@ ul#itens-legend-grafic{
535 535  
536 536 #event-card {
537 537 border-top: 1px dotted #D3D6D3;
538   - padding-top: 35px;
  538 + padding-top: 33px;
539 539 width: 494px;
540 540 height: 216px;
541   - background-image: url('images/evento-teste.jpg');
  541 + /*background-image: url('images/evento-teste.jpg');*/
542 542 background-repeat: no-repeat;
543 543 }
544 544  
... ... @@ -547,7 +547,7 @@ ul#itens-legend-grafic{
547 547 float: left;
548 548 content: url('images/comunidade-evento-imagem-evento.png');
549 549 border-right:1px dotted #D3D6DE;
550   - padding-right: 21px;
  550 + padding-right: 22px;
551 551 }
552 552  
553 553 .about-event {
... ... @@ -567,13 +567,13 @@ ul#itens-legend-grafic{
567 567  
568 568 .about-event .event-date {
569 569 font-weight: bold;
570   - letter-spacing: 0.45px;
571   - margin-top: 2px;
  570 + letter-spacing: 0.56px;
  571 + margin-top: 3px;
572 572 }
573 573  
574 574 .about-event .event-link {
575   - margin-top: 17px;
576   - letter-spacing: 0.5px;
  575 + margin-top: 16px;
  576 + letter-spacing: 0.34px;
577 577 }
578 578  
579 579 .about-event .event-address {
... ... @@ -583,11 +583,11 @@ ul#itens-legend-grafic{
583 583 .about-event .event-address span {
584 584 display: block;
585 585 margin-left: 0px;
586   - margin-top: 5px;
  586 + margin-top: 4.4px;
587 587 }
588 588  
589 589 .about-event .event-address #area {
590   - letter-spacing: 0.6px;
  590 + letter-spacing: 0.54px;
591 591 }
592 592  
593 593 .about-event .event-address #district {
... ... @@ -595,15 +595,29 @@ ul#itens-legend-grafic{
595 595 }
596 596  
597 597 .about-event .event-address #city {
598   - letter-spacing: 0.5px;
  598 + letter-spacing: 0.68px;
599 599 }
600 600  
601 601 .about-event .event-address #cep {
602   - letter-spacing: 0.5px;
  602 + letter-spacing: 0.65px;
603 603 }
604 604  
605 605 /*
606 606 .event-date::before {
607 607 content: url("images/calendar-icon.png");
608 608 }
609   -*/
610 609 \ No newline at end of file
  610 +*/
  611 +
  612 +#community-page {
  613 + height: 716px;
  614 + background-image: url('images/teste.png');
  615 + background-repeat: no-repeat;
  616 +}
  617 +
  618 +#community-page h1 {
  619 + margin-bottom: 16px;
  620 + text-align: left;
  621 + font-size: 32px;
  622 + line-height: 30px;
  623 + letter-spacing: 0.1px;
  624 +}
611 625 \ No newline at end of file
... ...