Commit 0b2d17bf5808f6941444572cd493f2bf446cb00d

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

css block recent content, measures block menu right side.

Showing 3 changed files with 31 additions and 14 deletions   Show diff stats
header.html.erb
... ... @@ -4,10 +4,6 @@
4 4 </div>
5 5 <!--fim barra do governo -->
6 6  
7   -<!--<div id="barra-brasil">
8   - <a href="http://brasil.gov.br" style="background:#455ede; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">SPB</a>
9   -</div> -->
10   -
11 7  
12 8 <div class="header-content">
13 9 <div role="banner" id="header">
... ...
recent-content.css 0 → 100644
... ... @@ -0,0 +1,14 @@
  1 +
  2 +#content .recent-documents-block .block-inner-2 {
  3 + background-color: #eeeff1;
  4 + padding-bottom: 10px;
  5 + border: 1px solid #c0c1c1;
  6 + border-radius:8px;
  7 + margin:1px;
  8 + padding: 10px 0px;
  9 +}
  10 +
  11 +#content .recent-documents-block .block-inner-2 .block-title{
  12 + background-color: #eeeff1;
  13 + border-top:none;
  14 +}
... ...
style.css
... ... @@ -14,6 +14,9 @@
14 14 /****************** Dropline Menu ********************/
15 15 @import url(dropline_menu.css);
16 16  
  17 +/****************** Recent content ********************/
  18 +@import url(recent-content.css);
  19 +
17 20 /****************** FIM cabecalho azul ****************/
18 21  
19 22  
... ... @@ -68,7 +71,6 @@ div#wrapper-barra-brasil {
68 71 */
69 72  
70 73 /****************** Estilos basicos ******************/
71   -
72 74 /******* itens do gov-plone.css *******/
73 75 /*
74 76 * { margin: 0; padding: 0; }*/
... ... @@ -352,6 +354,9 @@ p {
352 354 display: inline-block;
353 355 vertical-align: top;
354 356 }
  357 +.box-3{
  358 + width: 150px;
  359 +}
355 360  
356 361 .box-2 .block .block-inner-2,
357 362 .box-3 .block .block-inner-2{
... ... @@ -407,18 +412,18 @@ p {
407 412 }
408 413  
409 414 #content .recent-documents-block li {
410   - background: none repeat scroll 0 0 #FFF;
411   - border-bottom: 1px solid #CCCCCC;
  415 + background: none repeat scroll 0 0 #eeeff2;/*#FFF;*/
  416 + border-bottom: 1px solid #c0c1c1; /*#CCCCCC;*/
412 417 display: block;
413 418 margin: 0;
414 419 min-height: 1em;
415   - padding: 8px;
  420 + padding: 20px;
416 421 text-align: left;
417 422 }
418 423  
419 424 #content .recent-documents-block li a {
420 425 color: #464A55;
421   - line-height: 1em;
  426 + line-height: 1.2em;
422 427 }
423 428  
424 429 #content .recent-documents-block li a:hover{
... ... @@ -445,7 +450,7 @@ p {
445 450 border-radius: 0 0 0 0;
446 451 border-right: medium none;
447 452 border-top: 0px solid #64946E !important;
448   - color: #436976;
  453 + color: #454545; /*#436976;*/
449 454 font-weight: normal;
450 455 width: auto;
451 456 font-size: 12px;
... ... @@ -453,11 +458,13 @@ p {
453 458 padding-right: 5px;
454 459 background-position: 7px 50%;
455 460 }
456   -/*
457   -#content .link-list-block li a.link-this-page{
  461 +
  462 +#content .link-list-block li a.link-this-page,
  463 +#content .link-list-block li a.link-this-page:hover
  464 +{
458 465 border-right: none;
459 466 }
460   -*/
  467 +
461 468  
462 469 #content .box-2 .link-list-block li a:hover {
463 470 background-color: #eee;
... ... @@ -1064,7 +1071,7 @@ div#article-parent {
1064 1071 border: 1px solid #DDDDDD;
1065 1072 color: #585858;
1066 1073 font-size: 16px;
1067   - width: 100%;
  1074 + /*width: 100%;*/
1068 1075 word-wrap: break-word;
1069 1076 }
1070 1077  
... ...