Commit 52c9b106b3c1826b7c7a483492d98a4952c1cdd9

Authored by Pedro de Lyra Pereira
1 parent 6f0f886c
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

Small adjustments on software information block tipography and padding

Showing 1 changed file with 15 additions and 1 deletions   Show diff stats
style.css
... ... @@ -3166,9 +3166,22 @@ input[type=checkbox] {
3166 3166 /* página principal do software */
3167 3167  
3168 3168 #content #software-information-block-table {
3169   - width: 715px;
  3169 + width: 100%;
  3170 +}
  3171 +
  3172 +#content #software-information-block-table h1 {
  3173 + font-size: 34px;
  3174 +}
  3175 +
  3176 +#content #software-information-block-table #col-profile-big-image {
  3177 + padding-right: 0px;
3170 3178 }
3171 3179  
  3180 +#content #software-information-block-table #col-software-name {
  3181 + padding-left: 0px;
  3182 +}
  3183 +
  3184 +
3172 3185 #content .community-average-rating-container {
3173 3186 /*background-image: url('images/software_relato_uso_cabecalho2.jpg');
3174 3187 background-repeat: no-repeat;*/
... ... @@ -3750,6 +3763,7 @@ input[type=checkbox] {
3750 3763 border-color: transparent;
3751 3764 z-index: 1000;
3752 3765 }
  3766 +
3753 3767 .action-environment_design-index #content .box-3 .highlights-block-pager a.activeSlide {
3754 3768 color: transparent;
3755 3769 background: #3e67b1;
... ...