Commit 173d7074259f7758735e27c2930296555f7242eb

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

Organization position and measures

Showing 1 changed file with 33 additions and 16 deletions   Show diff stats
page-catalog-software.css
... ... @@ -41,22 +41,29 @@ border-bottom: 1px solid #ccc !important;
41 41 padding:0.55em;
42 42 }
43 43  
  44 +.controller-search .search-field .formfield {
  45 + width: 80%;
  46 +}
  47 +
44 48 .controller-search #content form input.button.submit {
45 49 height: 30px;
46 50 max-height: 30px;
47 51 width: 87px;
48   - margin-bottom: 15px;
  52 + margin-bottom: 14px;
49 53 margin-left: 32px;
50   - color:#ffffff;
  54 + /*color:#ffffff;*/
51 55 /*background-color:#4562b1;*/
52 56 text-transform: uppercase;
53 57 font-weight: bold;
54 58 /*border: 1px solid #4562b1;*/
55   - padding:0px;
  59 + /*padding:0px;*/
56 60 }
57 61 .action-search-software_infos #content input.button{
58   - background-color:#2B65cd;
59   - border-radius: 1px solid #2B65cd;
  62 + background-color:#2B65cd;
  63 + border: 1px solid #2B65cd;
  64 + color: #ffffff;
  65 + border-radius: 4px;
  66 + padding:0px;
60 67 }
61 68  
62 69 .action-search-software_infos .icon-search{
... ... @@ -68,8 +75,8 @@ border-bottom: 1px solid #ccc !important;
68 75 border-bottom: 1px solid #eee;
69 76 }*/
70 77  
71   -.controller-search .search-field .formfield {
72   - width: 720px;
  78 +.controller-search .action-search-software_infos .search-field .formfield {
  79 + width: 80%;
73 80 }
74 81  
75 82 .action-search-software_infos .only-one-result-box .search-enterprise-item {
... ... @@ -102,13 +109,15 @@ border-bottom: 1px solid #ccc !important;
102 109  
103 110 .action-search-software_infos .search-enterprise-item-column-left{
104 111 border-right: 1px solid #ccc;
105   - padding: 0px 50px 0px 10px;
106   - margin:none;
107   - position:absolute;
  112 + width: 135px;
  113 + height: 130px;
  114 + /*padding: 0px 60px 0px 10px; /*50 no lugar coloquei 70*/
  115 + /*margin:none;*/
  116 + /*position:absolute;*/
108 117 }
109 118  
110 119 .action-search-software_infos .search-enterprise-item-column-right{
111   - width:65%;
  120 + width:70%; /*470px;*/
112 121 }
113 122  
114 123 .action-search-software_infos .common-profile-list-block .vcard {
... ... @@ -122,8 +131,16 @@ border-bottom: 1px solid #ccc !important;
122 131 .action-search-software_infos .search-enterprise-item-column-left .vcard img {
123 132 max-width: 90px;
124 133 height: auto;
125   - max-height: 130px; /*90px;*/
126   - margin-left:90px;
  134 + /*margin-left: 15px;
  135 + margin-right: 15px;*/
  136 + /*max-height: 130px; /*90px;*/
  137 + /*margin-left: 60%; /*30%;90px;
  138 + position: absolute;
  139 + float: left;*/
  140 +}
  141 +
  142 +.action-search-software_infos .common-profile-list-block img{
  143 + max-height: none;
127 144 }
128 145  
129 146 /*
... ... @@ -135,8 +152,8 @@ border: none;
135 152  
136 153 .action-search-software_infos .common-profile-list-block .profile-image{
137 154 /*padding:20px 40px;*/
138   - margin-left:100px;
139   - margin-top: 10px;
  155 + margin-left: 140px; /*85px; TESTANDO*/
  156 + /*margin-top: 10px;*/
140 157 width: 130px;
141 158 height: 130px;
142 159 }
... ... @@ -167,7 +184,7 @@ border: none;
167 184 font-size:19px !important;
168 185 }
169 186  
170   -.action-search-software_infos .search-community-content-block span b:last-child{
  187 +.action-search-software_infos .search-community-content-block span b:last-child {
171 188 float: left;
172 189 margin-right: 10px;
173 190 }
... ...