Commit 49412fa8b7b0ce27ba0f2d2300815c178bc0be01

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

New css page register 'new institution' - version 1

Showing 1 changed file with 59 additions and 49 deletions   Show diff stats
1 /*cadastro de usuario e instituicao*/ 1 /*cadastro de usuario e instituicao*/
2 -  
3 #signup-form{ 2 #signup-form{
4 - display:block;  
5 - background-color:#F0F0F0;  
6 - border-left:solid 3px;  
7 - border-top:solid 1px;  
8 - width: 720px; 3 + display:block;
  4 + /*background-color:#F0F0F0;*/
  5 + /*border-left:solid 3px;
  6 + border-top:solid 1px;*/
  7 + width: 720px;
9 } 8 }
10 9
11 #signup-form-header { 10 #signup-form-header {
12 - width:90% !important; 11 + width:90% !important;
13 } 12 }
14 13
15 #signup-form-profile{ 14 #signup-form-profile{
16 - width:90% !important; 15 + width:90% !important;
17 } 16 }
18 17
19 #signup-form .formfieldline, 18 #signup-form .formfieldline,
20 #signup-formfield-group { 19 #signup-formfield-group {
21 /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ 20 /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/
22 width:100%; 21 width:100%;
23 - background: url(images/hdot2.gif) repeat-x bottom #ECECEC; 22 + /*background: url(images/hdot2.gif) repeat-x bottom #ECECEC;*/
24 margin:0px 10px 10px 0px; 23 margin:0px 10px 10px 0px;
25 } 24 }
26 25
27 #signup-form .formfieldline:hover, 26 #signup-form .formfieldline:hover,
28 #signup-formfield-group:hover { 27 #signup-formfield-group:hover {
29 /*width:100%;*/ 28 /*width:100%;*/
30 - background: url(images/hdot2.gif) repeat-x bottom #f1e5dc; 29 + /*background: url(images/hdot2.gif) repeat-x bottom #f1e5dc;*/
31 margin:0px 10px 10px 0px; 30 margin:0px 10px 10px 0px;
32 } 31 }
33 32
34 .action-account-signup #content { 33 .action-account-signup #content {
35 - text-align: left; 34 + text-align: left;
36 } 35 }
37 36
38 .required-field label.formlabel { 37 .required-field label.formlabel {
@@ -46,17 +45,17 @@ color: #4A4A4A; @@ -46,17 +45,17 @@ color: #4A4A4A;
46 #signup-form input { 45 #signup-form input {
47 /*padding: 7px 7% 10px 3%; */ 46 /*padding: 7px 7% 10px 3%; */
48 /*height: 30px !important;*/ 47 /*height: 30px !important;*/
49 - width: 50%;  
50 - /*center:float;*/  
51 - margin:3px 2px 3px 0px; 48 + width: 50%;
  49 + /*center:float;*/
  50 + margin:3px 2px 3px 0px;
52 } 51 }
53 52
54 #signup-form .formlabel{ 53 #signup-form .formlabel{
55 - float:left;  
56 - padding:0px 15px 0px 0px;  
57 - width:237px;  
58 - height:30px;  
59 - margin:3px 2px 10px 0px; 54 + float:left;
  55 + padding:0px 15px 0px 0px;
  56 + width:237px;
  57 + height:30px;
  58 + margin:3px 2px 10px 0px;
60 } 59 }
61 60
62 #signup-form .formlabel.login-box-content { 61 #signup-form .formlabel.login-box-content {
@@ -70,7 +69,7 @@ color: #4A4A4A; @@ -70,7 +69,7 @@ color: #4A4A4A;
70 69
71 #signup-form .formfield input, 70 #signup-form .formfield input,
72 #signup-form .formfield textarea { 71 #signup-form .formfield textarea {
73 - background-color:#fff; 72 + background-color:#fff;
74 } 73 }
75 74
76 #signup-form small#password-balloon, 75 #signup-form small#password-balloon,
@@ -86,16 +85,16 @@ color: #4A4A4A; @@ -86,16 +85,16 @@ color: #4A4A4A;
86 */ 85 */
87 86
88 /*#content a.button.with-text { 87 /*#content a.button.with-text {
89 - line-height: 50px !important; 88 + line-height: 50px !important;
90 } Pensar outra solucao*/ 89 } Pensar outra solucao*/
91 90
92 #status-identifier{ 91 #status-identifier{
93 - width:50%;  
94 - height:30px; 92 + width:50%;
  93 + height:30px;
95 } 94 }
96 95
97 #errorExplanation{ 96 #errorExplanation{
98 - width:720px; 97 + width:720px;
99 } 98 }
100 99
101 /**** mudar para a cor do icone e link da imagem passado pela suzete 100 /**** mudar para a cor do icone e link da imagem passado pela suzete
@@ -116,51 +115,62 @@ margin: 3px; @@ -116,51 +115,62 @@ margin: 3px;
116 border-radius: 8px; 115 border-radius: 8px;
117 } *****/ 116 } *****/
118 117
119 -/**************************MODAL Instituicao***************************/  
120 -  
121 -/*  
122 118
123 -#institution_dialog {  
124 - background-color:#F0F0F0 !important;  
125 -}  
126 119
127 -#institution_dialog .formfield input,  
128 -#institution_dialog .formfield textarea {  
129 - background-color:#fff;  
130 -} 120 +/**************************MODAL Instituicao***************************/
131 121
132 #institution_dialog select, 122 #institution_dialog select,
133 #institution_dialog textarea, 123 #institution_dialog textarea,
134 -#institution_dialog input {  
135 - width: 50%; 124 +#institution_dialog input{
  125 + width: 60%;
136 float:center; 126 float:center;
137 - margin:3px 2px 3px 0px; 127 + height: 25px;
  128 + margin:3px 2px 13px 0px;
138 } 129 }
139 130
  131 +/*
140 input#type_PublicInstitution, 132 input#type_PublicInstitution,
141 input#type_PrivateInstitution{ 133 input#type_PrivateInstitution{
142 width: 10%; 134 width: 10%;
143 margin:10px; 135 margin:10px;
144 } 136 }
145 - 137 +*/
  138 +/*flutuar menu
146 #institution_dialog .formlabel{ 139 #institution_dialog .formlabel{
147 float:left; 140 float:left;
148 padding:0px 15px 0px 0px; 141 padding:0px 15px 0px 0px;
149 width:180px; 142 width:180px;
150 } 143 }
151 - 144 +/*
152 #institution_dialog .formfield.type-text, 145 #institution_dialog .formfield.type-text,
153 -#institution_dialog .formfield.type-select,  
154 -#institution_dialog .formfield.type-radio {  
155 - /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/  
156 - /*width:100%;*/  
157 - /*background: url(images/hdot2.gif) repeat-x bottom #ECECEC; 146 +#institution_dialog .formfield.type-select
  147 +#institution_dialog .formfield.type-radio{
  148 + width:100%;
158 /*margin:0px 10px 10px 0px; 149 /*margin:0px 10px 10px 0px;
159 }*/ 150 }*/
160 /* 151 /*
161 -#institution_dialog .formfield:hover,  
162 -#institution_dialog .formfield.type-text:hover,  
163 -#institution_dialog .formfield.type-radio:hover {  
164 - background: url(images/hdot2.gif) repeat-x bottom #f1e5dc; 152 +#edit_institution_page .formfield type-radio{
  153 + width:10%
  154 +}*/
  155 +
  156 +#institution_form select,
  157 +#institution_form textarea,
  158 +#institution_form input {
  159 + width: 40%;
  160 + height: 25px;
  161 + float:center;
  162 + margin:3px 2px 15px 0px;
  163 +}
  164 +
  165 +#institution_form .button.with-text.icon-save.submit{
  166 + width: 60px !important;
  167 +}
  168 +
  169 +#institutions_type_PublicInstitution,
  170 +#institutions_type_PrivateInstitution,
  171 +#institutions_sisp_false,
  172 +#institutions_sisp_true {
  173 + width: 5% !important;
  174 + height: 15px !important;
  175 + padding: 15px !important;
165 } 176 }
166 -*/  
167 \ No newline at end of file 177 \ No newline at end of file