Commit 9cab23b88b450617fae27b23eac89404abb16731

Authored by Arthur Sturzbecher
1 parent 28b5818a
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

Adding style to wiki block

Showing 1 changed file with 9 additions and 2 deletions   Show diff stats
css/software-pages.css
@@ -273,11 +273,16 @@ @@ -273,11 +273,16 @@
273 font-weight: bold; 273 font-weight: bold;
274 } 274 }
275 275
276 -/* Repository block */ 276 +/* Repository and Wiki blocks */
  277 +
  278 +.template-default #content .box-3 .wiki-block,
277 .template-default #content .box-3 .repository-block{ 279 .template-default #content .box-3 .repository-block{
278 padding: 0 0 0 10px; 280 padding: 0 0 0 10px;
279 } 281 }
280 282
  283 +.template-default .box-3 #bt_wiki,
  284 +.template-default .box-3 #bt_wiki:active,
  285 +.template-default .box-3 #bt_wiki:visited,
281 .template-default .box-3 #bt_repositorio, 286 .template-default .box-3 #bt_repositorio,
282 .template-default .box-3 #bt_repositorio:active, 287 .template-default .box-3 #bt_repositorio:active,
283 .template-default .box-3 #bt_repositorio:visited{ 288 .template-default .box-3 #bt_repositorio:visited{
@@ -290,7 +295,8 @@ @@ -290,7 +295,8 @@
290 position: relative; 295 position: relative;
291 } 296 }
292 297
293 -.template-default .box-3 #bt_repositorio::after{ 298 +.template-default .box-3 #bt_wiki:after,
  299 +.template-default .box-3 #bt_repositorio:after{
294 margin-top: -2px; 300 margin-top: -2px;
295 padding: 4px 0px 4px 2px; 301 padding: 4px 0px 4px 2px;
296 border-radius: 4px; 302 border-radius: 4px;
@@ -305,6 +311,7 @@ @@ -305,6 +311,7 @@
305 content: url('../images/right-arrow.png'); 311 content: url('../images/right-arrow.png');
306 } 312 }
307 313
  314 +.template-default .box-3 #content #bt_wiki:hover,
308 .template-default .box-3 #content #bt_repositorio:hover{ 315 .template-default .box-3 #content #bt_repositorio:hover{
309 color: #FFF; 316 color: #FFF;
310 background: #2C66CE; 317 background: #2C66CE;