Commit 623488140d3f7ba4288ef2636acb2769248e6802

Authored by Juliana
1 parent 8b93b50a
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

Organization forms and tabs manual page adjustments

cadastro.css
... ... @@ -176,9 +176,10 @@ margin:10px;
176 176 }
177 177  
178 178  
179   -/* cadastro de software */
180 179  
  180 +/* cadastro de software */
181 181  
  182 +/*
182 183 #content #main-content-wrapper-1,
183 184 #content .main-block .block-inner-1 {
184 185 font-size: 15px;
... ... @@ -587,4 +588,5 @@ margin:10px;
587 588  
588 589 #category-ajax-selector .label {
589 590 font-size: 15px;
590   -}
591 591 \ No newline at end of file
  592 +}
  593 +*/
592 594 \ No newline at end of file
... ...
pagina_software.css
... ... @@ -564,7 +564,7 @@ border:
564 564 border: 1px solid #2c66ce;
565 565 border-radius:8px;
566 566 display: block;
567   - padding:20px 45px 10px 10px; /*45px 30px 10px 30px;*/
  567 + padding: 45px 45px 5px 10px; /*20px 45px 10px 10px;*/ /*45px 30px 10px 30px;*/
568 568 float:left;
569 569 margin-right: 20px;
570 570 }
... ...
redes_sociais.css
1 1 .ui-widget-header
2 2 {
3   - background:#ECEDF1;
4   - border-radius:0px;
5   - border:none;
6   - border-bottom: 3px solid #D3D6DE;
  3 + background: none;
  4 + border: 0px solid #aaaaaa;
7 5 color: none;
8 6 font-weight: bold;
9 7 }
10 8 .ui-tabs .ui-tabs-panel
11 9 {
12   - /*background-color: #eeeff1;
13   - border-width: 1px;*/
  10 + background-color: #eeeff1;
  11 + border-width: 1px;
14 12 color: #777;
15 13 display: block;
16 14 font-size: 13px;
... ... @@ -24,27 +22,20 @@
24 22 }
25 23 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
26 24 {
27   - /*background: #d5d5d5 none;
  25 + background: #d5d5d5 none;
28 26 border: 1px solid #d4d5d7;
29   - color: #555555;*/
  27 + color: #555555;
30 28 font-weight: normal;
31 29 }
32 30 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
33 31 {
34   - /*background: #eeeff1 none;
  32 + background: #eeeff1 none;
35 33 background-color: #eeeff1;
36 34 border: 1px solid #aaaaaa;
37   - color: #212121;*/
  35 + color: #212121;
38 36 font-weight: normal;
39 37 }
40 38 .ui-widget-content
41 39 {
42 40 border: 0px solid #aaaaaa;
43 41 }
44   -
45   -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
46   - border: none;
47   - background:#ECEDF1 ;
48   - font-weight: normal;
49   - /*color: #555555;*/
50   -}
51 42 \ No newline at end of file
... ...