Commit 0c9b9733ea785c7369e1eba0ef469965cca76571

Authored by Juliana
1 parent 0c50ec0d
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 of the registration form

Showing 1 changed file with 49 additions and 13 deletions   Show diff stats
1 /*cadastro de usuario e instituicao*/ 1 /*cadastro de usuario e instituicao*/
2 2
3 -#signup-form { 3 +#signup-form{
4 display:block; 4 display:block;
5 background-color:#F0F0F0; 5 background-color:#F0F0F0;
6 border-left:solid 3px; 6 border-left:solid 3px;
@@ -50,7 +50,7 @@ float: left; @@ -50,7 +50,7 @@ float: left;
50 margin:3px 2px 3px 0px; 50 margin:3px 2px 3px 0px;
51 } 51 }
52 52
53 -.formlabel{ 53 +#signup-form .formlabel{
54 float:left; 54 float:left;
55 padding:0px 15px 0px 0px; 55 padding:0px 15px 0px 0px;
56 width:237px; 56 width:237px;
@@ -58,34 +58,38 @@ float: left; @@ -58,34 +58,38 @@ float: left;
58 margin:3px 2px 10px 0px; 58 margin:3px 2px 10px 0px;
59 } 59 }
60 60
61 -.formfieldline { 61 +#signup-form .formfieldline{
62 /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ 62 /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/
63 width:100%; 63 width:100%;
64 background: url(images/hdot2.gif) repeat-x bottom #ECECEC; 64 background: url(images/hdot2.gif) repeat-x bottom #ECECEC;
65 margin:0px 10px 10px 0px; 65 margin:0px 10px 10px 0px;
66 66
67 } 67 }
68 -.formfieldline:hover { 68 +#signup-form .formlabel.login-box-content{
  69 + background:none;
  70 +}
  71 +#signup-form.formfieldline:hover {
69 background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc; 72 background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc;
70 } 73 }
71 74
72 -.formfield input, .formfield textarea{ 75 +.formfield input,.formfield textarea {
73 background-color:#fff; 76 background-color:#fff;
74 width:50%; 77 width:50%;
75 } 78 }
76 79
77 -#content a.button.with-text { 80 +/*#content a.button.with-text {
78 line-height: 50px !important; 81 line-height: 50px !important;
79 -} 82 +} Pensar outra solucao*/
80 83
81 #status-identifier{ 84 #status-identifier{
82 width:50%; 85 width:50%;
83 height:30px; 86 height:30px;
84 } 87 }
85 88
86 -#content form input.button.submit{ 89 +/*#content form input.button.submit{
87 margin:13px; 90 margin:13px;
88 } 91 }
  92 +*/
89 #errorExplanation{ 93 #errorExplanation{
90 width:720px; 94 width:720px;
91 } 95 }
@@ -109,18 +113,50 @@ margin: 3px; @@ -109,18 +113,50 @@ margin: 3px;
109 border-radius: 8px; 113 border-radius: 8px;
110 } *****/ 114 } *****/
111 115
112 -/****modal***/ 116 +/****modal Instituicao***/
  117 +
  118 +
113 #institutions_cnpj, #community_country, #type_PublicInstitution, #institutions_acronym { 119 #institutions_cnpj, #community_country, #type_PublicInstitution, #institutions_acronym {
114 width:200px; 120 width:200px;
115 121
116 } 122 }
117 123
118 -.formfield .type-radio{  
119 - width:200px; 124 +#institution_dialog .type-radio{
  125 + width:500px;
120 float:left; 126 float:left;
  127 + margin:10px 20px;
121 } 128 }
122 129
123 -#institution_dialog{  
124 - background-color:#F0F0F0; 130 +#institution_dialog .formlabel{
  131 + float:left;
  132 + padding:0px 15px 0px 0px;
  133 + width:237px;
  134 + height:30px;
  135 + margin:3px 2px 10px 0px;
125 } 136 }
126 137
  138 +#institution_dialog .formfieldline{
  139 + /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/
  140 + width:100%;
  141 + background: url(images/hdot2.gif) repeat-x bottom #ECECEC;
  142 + margin:0px 10px 10px 0px;
  143 +
  144 +}
  145 +
  146 +#institution_dialog .formfieldline:hover {
  147 + background: url(../images/hdot2.gif) repeat-x bottom #f1e5dc;
  148 +}
  149 +
  150 +
  151 +type_PublicInstitution{
  152 + #fff;
  153 + float:left;
  154 +
  155 +
  156 +}
  157 +
  158 +#institution_dialog {
  159 + background-color:#F0F0F0 !important;
  160 +}
  161 +
  162 +