Commit 469cd22c2404095f079fad6af8add391af7bde27

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

Changing use report block border top to border bottom

Showing 1 changed file with 18 additions and 6 deletions   Show diff stats
style.css
... ... @@ -3168,10 +3168,11 @@ input[type=checkbox] {
3168 3168 }
3169 3169  
3170 3170 #content .main-content .star-rate-data {
  3171 + border-bottom: 1px solid #D3D6DE;
3171 3172 border-top: 1px solid #D3D6DE !important;
3172 3173 color: #172738;
3173 3174 margin-top: 16px;
3174   - padding-top: 29px;
  3175 + padding: 29px 0px 21px 0px;
3175 3176 }
3176 3177  
3177 3178 #content .main-content .star-rate-data .star-rate-form .star-rate-text,
... ... @@ -3347,8 +3348,8 @@ input[type=checkbox] {
3347 3348 .star-rate-data {
3348 3349 background-image: url('images/validacao_frontend_relato_de_uso.jpg');
3349 3350 background-repeat: no-repeat;
3350   -}
3351   -*/
  3351 +}*/
  3352 +
3352 3353 .ratings-list {
3353 3354 /*background-image: url('images/tela_listagem_relato_uso_v4_fechado.jpg');*/
3354 3355 /* background-image: url('images/print_listagem.jpg');*/
... ... @@ -3361,9 +3362,11 @@ input[type=checkbox] {
3361 3362 }
3362 3363  
3363 3364 .ratings-list .user-rating-block {
3364   - padding-bottom: 30px;
  3365 + border-bottom: 1px solid #D3D6DE;
  3366 + border-top: none;
  3367 + padding-bottom: 40px;
3365 3368 padding-top: 32px;
3366   - margin-top: 10px;
  3369 + margin-top: 0px;
3367 3370 }
3368 3371  
3369 3372 .ratings-list .star-profile-information {
... ... @@ -3430,17 +3433,22 @@ input[type=checkbox] {
3430 3433  
3431 3434 #content .ratings-title .block-title {
3432 3435 background: none;
  3436 + border-bottom: 1px solid #D3D6DE;
3433 3437 border-top: none;
3434 3438 color: #172738;
3435 3439 font-size: 20px;
3436 3440 font-weight: 700;
3437 3441 letter-spacing: 1.8px;
3438   - padding: 0px 0px 0px 4px;
  3442 + margin-bottom: 0px;
  3443 + padding: 0px 0px 12px 4px;
3439 3444 }
3440 3445  
3441 3446 .ratings-list .make-report-block {
3442 3447 /*background-image: url('images/test.jpg');*/
3443 3448 background-repeat: no-repeat;
  3449 + border-bottom: 1px solid #D3D6DE;
  3450 + border-top: none;
  3451 + margin-top: 0px;
3444 3452 padding-top: 32px;
3445 3453 }
3446 3454  
... ... @@ -3482,6 +3490,10 @@ input[type=checkbox] {
3482 3490 text-transform: uppercase;
3483 3491 }
3484 3492  
  3493 +.ratings-list .see-more {
  3494 + border-top: none;
  3495 +}
  3496 +
3485 3497 .ratings-list a.icon-arrow-right-p {
3486 3498 background: none;
3487 3499 /*background-image: url('images/teste2.jpg');*/
... ...