Commit c9b30e41d2fca35e40371acafbd82a7ba7c143cb

Authored by Juliana
2 parents 2f5ef52e 1a7fa9ed
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

Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme

Showing 1 changed file with 28 additions and 17 deletions   Show diff stats
cadastro.css
... ... @@ -15,7 +15,7 @@
15 15 width:90% !important;
16 16 }
17 17  
18   -#signup-form .formfieldline,
  18 +#signup-form .formfieldline,
19 19 #signup-formfield-group {
20 20 /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/
21 21 width:100%;
... ... @@ -126,10 +126,10 @@ border-radius: 8px;
126 126 float:center;
127 127 height: 25px;
128 128 margin:3px 2px 13px 0px;
129   -}
  129 +}
130 130  
131 131 /*
132   -input#type_PublicInstitution,
  132 +input#type_PublicInstitution,
133 133 input#type_PrivateInstitution{
134 134 width: 10%;
135 135 margin:10px;
... ... @@ -160,7 +160,7 @@ margin:10px;
160 160 height: 25px;
161 161 float:center;
162 162 margin:3px 2px 15px 0px;
163   -}
  163 +}
164 164  
165 165 #institution_form .button.with-text.icon-save.submit{
166 166 width: 60px !important;
... ... @@ -467,18 +467,18 @@ margin:10px;
467 467 #content #main-content-wrapper-1 .button-bar .icon-save,
468 468 #content .main-block .block-inner-1 .button-bar .icon-save {
469 469 background-color: #3867B7;
470   - border: 1px solid #3867B7;
  470 + border: 1px solid #3867B7;
471 471 color: #FFF;
472 472 }
473 473  
474 474 #content .main-block .block-inner-1 .button-bar .icon-remove {
475 475 color: #C0392B;
476   - border: 1px solid #C0392B;
  476 + border: 1px solid #C0392B;
477 477 }
478 478  
479 479 #content .main-block .block-inner-1 .button-bar .icon-remove:hover {
480 480 color: #FFF;
481   - background: #E74C3C !important;
  481 + background: #E74C3C !important;
482 482 }
483 483  
484 484 #content #main-content-wrapper-1 .button-bar .icon-cancel,
... ... @@ -495,17 +495,28 @@ margin:10px;
495 495 }
496 496  
497 497 #content #main-content-wrapper-1 .software-step-info h3,
498   -#content .main-block .block-inner-1 .software-step-info h3 {
499   - font-size: 16px !important;
  498 +#content .main-block .block-inner-1 .software-step-info h3 {
500 499 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
501 500 text-transform: uppercase;
502   - color: #FF0066;
503 501 margin: 0 0 20px 0;
504 502 }
505 503  
  504 +#content #main-content-wrapper-1 .software-step-info .current-step h3,
  505 +#content .main-block .block-inner-1 .software-step-info .current-step h3 {
  506 + font-size: 16px !important;
  507 + color: #FF0066;
  508 +}
  509 +
  510 +#content #main-content-wrapper-1 .software-step-info .another-step h3,
  511 +#content .main-block .block-inner-1 .software-step-info .another-step h3 {
  512 + font-size: 12px !important;
  513 + color: rgba(0, 0, 0, 0.2);
  514 +}
  515 +
  516 +
506 517 #content #main-content-wrapper-1 #software-hostname {
507   - border-radius: 4px;
508   - padding: 7px 10px;
  518 + border-radius: 4px;
  519 + padding: 7px 10px;
509 520 float: left;
510 521 font-size: 15px;
511 522 vertical-align: middle;
... ... @@ -535,7 +546,7 @@ margin:10px;
535 546 }
536 547  
537 548 #content #main-content-wrapper-1 .formfieldline h4 {
538   - margin: 0 0 5px 0;
  549 + margin: 0 0 5px 0;
539 550 }
540 551  
541 552 #content #main-content-wrapper-1 .formfieldline select {
... ... @@ -543,8 +554,8 @@ margin:10px;
543 554 }
544 555  
545 556 #profile-is-template {
546   - border-radius: 4px;
547   - padding: 7px 12px 7px 10px;
  557 + border-radius: 4px;
  558 + padding: 7px 12px 7px 10px;
548 559 font-size: 15px;
549 560 border: 1px solid #D3D6D3;
550 561 display: inline-block;
... ... @@ -565,10 +576,10 @@ margin:10px;
565 576 }
566 577  
567 578 #category-ajax-selector {
568   - border-radius: 4px;
  579 + border-radius: 4px;
569 580 padding: 7px 10px;
570 581 background: #ECEDF1;
571   - border: 1px solid #D3D6D3;
  582 + border: 1px solid #D3D6D3;
572 583 font-family: arial, helvetica, verdana !important;
573 584 margin-bottom: 30px;
574 585 font-size: 15px;
... ...