Commit 1b178c6f5cb615b6883165250114c25f87dbfca4

Authored by Sidney Ricardo
1 parent 71512fef
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 in home page.

Showing 2 changed files with 33 additions and 3 deletions   Show diff stats
page-inicial.css
@@ -87,7 +87,7 @@ @@ -87,7 +87,7 @@
87 text-align:left; 87 text-align:left;
88 text-transform: uppercase; 88 text-transform: uppercase;
89 color:#454545; /*#464A55;*/ 89 color:#454545; /*#464A55;*/
90 - padding:0px 0px 10px 10px; /*0px 0px 15px 20px;*/ 90 + padding:0px 0px 17px 15px; /*0px 0px 15px 20px;*/
91 border-bottom:1px solid #c0c1c1; 91 border-bottom:1px solid #c0c1c1;
92 } 92 }
93 93
@@ -99,7 +99,7 @@ @@ -99,7 +99,7 @@
99 border-bottom: 1px solid #ccc; 99 border-bottom: 1px solid #ccc;
100 margin: 0; 100 margin: 0;
101 min-height: 1em; 101 min-height: 1em;
102 - padding: 15px; 102 + padding: 17px 15px 17px 14px;
103 font-weight: bold; 103 font-weight: bold;
104 } 104 }
105 105
@@ -430,9 +430,31 @@ p { @@ -430,9 +430,31 @@ p {
430 430
431 431
432 #content .box .article-block .short-post { 432 #content .box .article-block .short-post {
433 - padding-top: 10px; 433 + padding-top: 22px;
434 } 434 }
435 435
  436 +#content .box .article-block .block-title {
  437 + font-size: 18px;
  438 + text-align: left;
  439 + border-bottom: none;
  440 + padding: 6px 8px 22px 10px;
  441 + text-transform: none;
  442 + font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  443 +}
  444 +
  445 +#content .box .article-block p {
  446 + font-size: 15px;
  447 + text-align: left;
  448 + padding: 0;
  449 + text-transform: none;
  450 + font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  451 + margin: 0 0 12px 0;
  452 + line-height: 18px;
  453 +}
  454 +
  455 +#content .box .article-block .read-more {
  456 + margin-top: 30px;
  457 +}
436 458
437 /* padrao do box */ 459 /* padrao do box */
438 #content .box .block-title { 460 #content .box .block-title {
@@ -461,6 +483,11 @@ p { @@ -461,6 +483,11 @@ p {
461 display: block 483 display: block
462 } 484 }
463 485
  486 +#content .article-block .read-more a {
  487 + font-size: 11px;
  488 + padding: 9px 9px 10px 9px;
  489 +}
  490 +
464 #content .read-more a:hover { 491 #content .read-more a:hover {
465 background: #dedede; 492 background: #dedede;
466 } 493 }
@@ -477,6 +504,9 @@ p { @@ -477,6 +504,9 @@ p {
477 font-family: "open_sansbold", Arial, Helvetica, sans-serif; 504 font-family: "open_sansbold", Arial, Helvetica, sans-serif;
478 } 505 }
479 506
  507 +#content .box .article-block .read-more a::after {
  508 + font-size: 14px;
  509 +}
480 510
481 511
482 #content .box-1 .block-title { 512 #content .box-1 .block-title {