Commit d4d6249678c3197197299c637d6f45c0952e053d

Authored by Melissa Wen
2 parents 54123a03 bd74f163
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 gitlab.com:softwarepublico/noosfero-spb-theme

Showing 2 changed files with 19 additions and 13 deletions   Show diff stats
page-inicial.css
... ... @@ -376,6 +376,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
376 376 border-radius: 8px;
377 377 display: table-cell;
378 378 padding-right: 25px;
  379 + width: 150px;
379 380 }
380 381  
381 382 .block.display-content-block .image img {
... ... @@ -392,10 +393,9 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
392 393  
393 394 .block.display-content-block .title {
394 395 padding-right: 0px !important;
395   - max-height: 35px;
  396 + max-height: 40px;
396 397 overflow: hidden;
397 398 margin-bottom: 4px !important;
398   - text-align: justify !important;
399 399 }
400 400  
401 401 .block.display-content-block .title a {
... ...
pagina_software.css
... ... @@ -166,7 +166,7 @@ border: none;
166 166  
167 167 #download_spb-2 h3{
168 168 margin:6px 0px 2px 10px;
169   - font-size: 20px;
  169 + font-size: 18px;
170 170 }
171 171  
172 172 #download-info-1,
... ... @@ -201,8 +201,8 @@ border: none;
201 201 #image-download{
202 202 background-color: #2c66ce;/*#5E82C6;*/
203 203 border:1px solid #2c66ce;/*#5E82C6;*/
204   - border-top-right-radius:8px;
205   - border-top-left-radius: 8px;
  204 + /*border-top-right-radius:8px;
  205 + border-top-left-radius: 8px;*/
206 206 background-image: url("images/download-icon.png");
207 207 background-repeat: no-repeat;
208 208 background-position: center; /*15px;*/
... ... @@ -211,6 +211,10 @@ border: none;
211 211 /*width: 45px;*/
212 212 /*height: 25px;*/
213 213 display:block;
  214 +
  215 + /* FIX ME */
  216 + height: 18px;
  217 + border-radius: 8px;
214 218 }
215 219  
216 220 #size-download{
... ... @@ -221,7 +225,7 @@ border: none;
221 225 border:1px solid #1a397d;
222 226 border-bottom-right-radius: 8px;
223 227 border-bottom-left-radius: 8px;
224   - display:block;
  228 + display: none; /* FIX ME */
225 229 /*padding: 0px 10px 3px 6px; /*3px 22px;*/
226 230 /* width: 45px;
227 231 height: 17px;
... ... @@ -504,13 +508,15 @@ border:
504 508 }
505 509  
506 510 #bt_repositorio::after{
507   - content:'>';
508   - position:absolute;
509   - padding-left:2px;
510   - margin-top:-2px;
511   - right:10px;
512   - width:18px;
513   - height:20px;
  511 + content: url('images/right-arrow.png');
  512 + position: absolute;
  513 + padding-left: 2px;
  514 + padding-top: 4px;
  515 + padding-bottom: 4px;
  516 + margin-top: -2px;
  517 + right: 10px;
  518 + width: 18px;
  519 + /* height: 20px; */
514 520 color:#FFF;
515 521 background:#2C66CE;
516 522 border-radius: 4px;
... ...