Commit 44ae3c7a1484bbe921d1c0d240d353f740eca5cd

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

correction validation popUp community members and area title.

Showing 1 changed file with 19 additions and 9 deletions   Show diff stats
css/community-pages.css
... ... @@ -160,7 +160,10 @@
160 160 bottom:0px; /*-66px; 0px;*/
161 161 right: 105%;
162 162 width: 131px;
163   - height: 171px;
  163 + height: 178px;
  164 + box-shadow: 2px 2px 2px #ECEDF1;
  165 + -webkit-box-shadow: 2px 2px 2px #ECEDF1;
  166 + -moz-box-shadow: 2px 2px 2px #ECEDF1;
164 167 }
165 168  
166 169 .action-profile-members .menu-submenu.down::before {
... ... @@ -191,13 +194,14 @@
191 194  
192 195 .action-profile-members #content .menu-submenu-content h4{
193 196 color:#fff;
  197 + font-size: 13px;
194 198 background:#243F59;
195 199 border-top-right-radius: 4px;
196 200 border-top-left-radius: 4px;
197 201 border-bottom: 2px solid #FF0366;
198 202 text-transform: uppercase;
199   - padding:6px 6px 10px 6px;
200   - margin:2px 0px 2px 0px;
  203 + padding:8px 7px 10px 6px;
  204 + margin:0px 0px 2px 0px;
201 205 text-align: center;
202 206 max-height: 16px;
203 207 overflow: hidden;
... ... @@ -211,7 +215,7 @@
211 215 content:"\f067";
212 216 font-family: FontAwesome;
213 217 color:#FF0366;
214   - font-size: 16px;
  218 + font-size: 11px;
215 219 padding-right: 6px;
216 220 }
217 221  
... ... @@ -221,6 +225,8 @@
221 225  
222 226 .action-profile-members #content .menu-submenu-content .menu-submenu-list li a {
223 227 color:#fff;
  228 + font-family: Arial;
  229 + font-size: 14px;
224 230 border-bottom:1px dotted #2C4B6B;
225 231 text-align: center;
226 232 padding-top:8px;
... ... @@ -289,6 +295,7 @@
289 295 /************************************************************/
290 296 /*****title of the area members******/
291 297 .page-members-header{
  298 + font-family: Arial;
292 299 border-bottom: 1px solid #D3D6DE;
293 300 margin-bottom: 45px;
294 301 padding-bottom: 26px;
... ... @@ -313,10 +320,8 @@
313 320 }
314 321  
315 322 .page-members-header .join-leave-button.require-login-popup{
316   - width: 85px;
317 323 float:left;
318   - /*margin-right: 40px;
319   - line-height: 21px;*/
  324 + margin-right: 4px;
320 325 }
321 326  
322 327 /*************************************/
... ... @@ -403,6 +408,9 @@ top: 2px;
403 408 right: 100%;
404 409 width: 131px;
405 410 height: 176px;
  411 + box-shadow: 2px 2px 2px #ECEDF1;
  412 + -webkit-box-shadow: 2px 2px 2px #ECEDF1;
  413 + -moz-box-shadow: 2px 2px 2px #ECEDF1;
406 414 }
407 415  
408 416 .members-block .menu-submenu.down::before{
... ... @@ -468,11 +476,13 @@ top: 2px;
468 476  
469 477 #content .members-block .menu-submenu-content h4{
470 478 color: #fff;
  479 + font-family: Arial;
  480 + font-size: 13px;
471 481 background:#243F59;
472 482 border-bottom: 2px solid #FF0366;
473 483 text-transform: uppercase;
474   - padding:6px 6px 10px 6px;
475   - margin:2px 0px 2px 0px;
  484 + padding:8px 7px 10px 6px;
  485 + margin:0px 0px 2px 0px;
476 486 text-align: center;
477 487 max-height: 16px;
478 488 overflow: hidden;
... ...