Commit f5dbbeb47045c886e6fe1bb4f9ca853ea1de7474

Authored by Sidney Ricardo
1 parent 909bed60
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

Fix colors and sizes.

Showing 2 changed files with 38 additions and 21 deletions   Show diff stats
page-inicial.css
... ... @@ -18,10 +18,10 @@
18 18  
19 19 #search-Gadget {
20 20 width:95%;
21   - padding:5px;
  21 + padding:8px;
22 22 margin:5px;
23 23 border-radius:4px;
24   -
  24 + border: none;
25 25 }
26 26 .searchButton-catalog{
27 27 background-color: #1A397D; /*#193A7D;*/
... ... @@ -38,32 +38,29 @@
38 38 background-color:#192758; /*#172857;*/
39 39 color:#FFFFFF;
40 40 border-top:1px solid;
41   - padding:2px;
42 41 border-bottom-left-radius:4px;
43 42 border-bottom-right-radius:4px;
44 43 }
45 44  
46   -#search-catalog-footer p{
47   - margin:5px;
  45 +#search-catalog-footer p {
48 46 text-align:right;
49 47 text-transform: uppercase;
50   - margin-right: 32px;
51 48 }
52 49  
53 50 #bt_catalog-search::after {
54   -content:'>';
55   -position: absolute;
56   -padding-left: 2px;
57   -/*margin-top: -2px;*/
58   -right: 10px;
59   -width: 18px;
60   -height: 20px;
61   -color: #172857;
62   -background: #eee;
63   -border-radius: 4px;
64   -font-size: 16px;
65   -line-height: 20px;
66   -text-align: center;
  51 + content:'>';
  52 + padding-left: 8px;
  53 + padding-right: 5px;
  54 + /*margin-top: -2px;*/
  55 + right: 10px;
  56 + width: 18px;
  57 + height: 20px;
  58 + color: #172857;
  59 + background: #eee;
  60 + border-radius: 4px;
  61 + font-size: 16px;
  62 + line-height: 20px;
  63 + text-align: center;
67 64 }
68 65  
69 66 /**********************************************************/
... ... @@ -310,7 +307,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
310 307 .block.display-content-block .title {
311 308 padding-left: 160px;
312 309 padding-right: 0px;
313   - max-height: 40px;
  310 + max-height: 33px;
314 311 overflow: hidden;
315 312 }
316 313  
... ...
style.css
... ... @@ -423,6 +423,12 @@ p {
423 423 width: 490px;
424 424 }
425 425  
  426 +
  427 +#content .box .article-block .short-post {
  428 + padding-top: 10px;
  429 +}
  430 +
  431 +
426 432 /* padrao do box */
427 433 #content .box .block-title {
428 434 font-size: 12px;
... ... @@ -446,7 +452,7 @@ p {
446 452  
447 453 #content .read-more a {
448 454 line-height: 20px;
449   - padding: 10px 8px 8px 8px;
  455 + padding: 8px;
450 456 display: block
451 457 }
452 458  
... ... @@ -488,6 +494,20 @@ p {
488 494 padding: 0 10px;
489 495 }
490 496  
  497 +#content .search-catalog-block #search-catalog-footer a {
  498 + display: block;
  499 + color: #FFF;
  500 + padding: 8px;
  501 +}
  502 +
  503 +#content .search-catalog-block #search-catalog-footer p {
  504 + margin: 0px;
  505 +}
  506 +
  507 +#content .search-catalog-block #search-catalog-footer a:hover {
  508 + background-color: #101A38
  509 +}
  510 +
491 511 /**/
492 512  
493 513 /*#content .box-1 .block-title {
... ...