Commit d0abea0f053e1a9c063835e2f9c930bdb101430f

Authored by Juliana
1 parent 811bb4ba
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

Reorganizing radio button rules for catalog

Showing 1 changed file with 29 additions and 28 deletions   Show diff stats
css/software-catalog-page.css
@@ -49,14 +49,41 @@ @@ -49,14 +49,41 @@
49 text-transform: uppercase; 49 text-transform: uppercase;
50 } 50 }
51 51
52 -.action-search-software_infos #content .search-form .project-software { 52 +/*.action-search-software_infos #content .search-form .project-software {
53 margin: 0 0 0 15px; 53 margin: 0 0 0 15px;
54 } 54 }
55 55
56 -/* It's TEMPORARY */ 56 + It's TEMPORARY
57 .action-search-software_infos #content .search-form .doubts-catalog-software { 57 .action-search-software_infos #content .search-form .doubts-catalog-software {
58 display: none; 58 display: none;
  59 +}*/
  60 +
  61 +/**Radio Buttons***/
  62 +.action-search-software_infos #public_software_radio_button,
  63 +.action-search-software_infos #all_radio_button {
  64 + margin:5px 4px 15px 15px;
  65 + line-height: 20px;
  66 + position:absolute;
  67 +}
  68 +.action-search-software_infos .search-form label,
  69 +.action-search-software_infos .search-form label{
  70 + margin:0px 3px 4px 32px;
  71 + line-height: 23px;
  72 + font-size: 14px;
  73 + font-family: Arial;
  74 +}
  75 +
  76 +.action-search-software_infos #software-search-container .search-form .doubts-catalog-software{
  77 + border:1px solid #3E67B1;
  78 + border-radius:50%;
  79 + padding:0px 6px;
  80 + font-size: 14px;
  81 + font-weight: 800;
  82 + background:#3E67B1;
  83 + color:#fff;
  84 +
59 } 85 }
  86 +/******/
60 87
61 .action-search-software_infos #content .search-form .search-field .formfield { 88 .action-search-software_infos #content .search-form .search-field .formfield {
62 width: 100%; 89 width: 100%;
@@ -101,32 +128,6 @@ @@ -101,32 +128,6 @@
101 128
102 /* Filter options */ 129 /* Filter options */
103 130
104 -/**radio-button***/  
105 -#public_software_radio_button,  
106 -#all_radio_button {  
107 - margin:5px 4px 15px 15px;  
108 - line-height: 20px;  
109 - position:absolute;  
110 -}  
111 -.search-form label,  
112 -.search-form label{  
113 - margin:0px 3px 4px 32px;  
114 - line-height: 23px;  
115 - font-size: 14px;  
116 - font-family: Arial;  
117 -}  
118 -  
119 -#software-search-container .search-form .doubts-catalog-software{  
120 - border:1px solid #3E67B1;  
121 - border-radius:50%;  
122 - padding:0px 6px;  
123 - font-size: 14px;  
124 - font-weight: 800;  
125 - background:#3E67B1;  
126 - color:#fff;  
127 -  
128 -}  
129 -/******/  
130 .action-search-software_infos #filter-catalog-software { 131 .action-search-software_infos #filter-catalog-software {
131 background-color: #D3D6DE; 132 background-color: #D3D6DE;
132 } 133 }