Commit e12023ceb9f730cbea76592ca06a91fa05ceec25

Authored by Pedro de Lyra Pereira
1 parent 0aecae85
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

Fixing html structure of notice list on main page

cabecalho-cinza-theme.css
1 1 @import url(http://fonts.googleapis.com/css?family=Open+Sans);
2 2  
3 3 a:link, #content a:link, dl.portlet a:link {
4   - color: #2c67cd;
  4 + color: #172738;
5 5 /*border-bottom: none;*/
6 6 }
7 7  
... ...
html-cms/list-item-initial-page.html 0 → 100644
... ... @@ -0,0 +1,21 @@
  1 +<li>
  2 + <div class="published-at">Dezembro 11, 2014</div>
  3 + <div class="notice-item">
  4 + <div class="image">
  5 + <a href="http://localhost:3000/spb/noticias/planejamento-lanca-novo-portal-do-software-publico-brasileiro">
  6 + <img alt="141209_portal_software" src="/image_uploads/0000/0140/141209_portal_software.jpg">
  7 + </a>
  8 + </div>
  9 + <div class="notice-info">
  10 + <div class="title">
  11 + <a href="http://localhost:3000/spb/noticias/planejamento-lanca-novo-portal-do-software-publico-brasileiro">Planejamento lança novo Portal do Software Público Brasileiro</a>
  12 + </div>
  13 + <div class="lead">
  14 + <a href="http://localhost:3000/spb/noticias/planejamento-lanca-novo-portal-do-software-publico-brasileiro">Ambiente traz soluções que dispensam pagamentos de licença simples, de fácil utilização e com novas funcionalidades que permitem o desenvolvimento colaborativo de soluções públicas e uma melhor interação entre os usuários. Este é o novo Portal do Software Público Brasileiro, lançado em versão beta nesta terça-feira (9), durante o Seminário de Apoio Tecnológico aos Municípios, em Brasília.</a>
  15 + </div>
  16 + <div class="read_more">
  17 + <a href="http://localhost:3000/spb/noticias/planejamento-lanca-novo-portal-do-software-publico-brasileiro">Read more</a>
  18 + </div>
  19 + </div>
  20 + </div>
  21 +</li>
0 22 \ No newline at end of file
... ...
page-catalog-software.css
1   -/*controller-search action-search-software_infos template-default webkit*/
  1 + /*controller-search action-search-software_infos template-default webkit*/
2 2  
3 3 #catalog-filter{
4 4 display: none;
... ...
page-inicial.css
... ... @@ -50,7 +50,7 @@
50 50 }
51 51  
52 52 #bt_catalog-search::after {
53   - content:'>';
  53 + content: url('images/right-arrow-black.png');
54 54 padding-left: 7px;
55 55 padding-right: 4px;
56 56 color: #172857;
... ... @@ -214,7 +214,7 @@
214 214 }
215 215  
216 216 .software-block-finality::after {
217   - content:'>';
  217 + content: url('images/right-arrow.png');
218 218 padding-left: 7px;
219 219 padding-right: 4px;
220 220 color: #FFF;
... ... @@ -372,12 +372,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
372 372 }
373 373  
374 374 .block.display-content-block .image {
375   - width: 150px;
376   - height: 90px;
377   - position: absolute;
378   - margin-top: 35px;
379 375 border: 0px solid #c0c1c1;
380 376 border-radius: 8px;
  377 + display: table-cell;
  378 + padding-right: 25px;
381 379 }
382 380  
383 381 .block.display-content-block .image img {
... ... @@ -393,10 +391,11 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
393 391 }
394 392  
395 393 .block.display-content-block .title {
396   - padding-left: 160px;
397   - padding-right: 0px;
398   - max-height: 33px;
  394 + padding-right: 0px !important;
  395 + max-height: 35px;
399 396 overflow: hidden;
  397 + margin-bottom: 4px !important;
  398 + text-align: justify !important;
400 399 }
401 400  
402 401 .block.display-content-block .title a {
... ... @@ -407,7 +406,6 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
407 406 }
408 407  
409 408 .block.display-content-block .lead {
410   - padding-left: 160px;
411 409 padding-right: 0px;
412 410 max-height: 56px;
413 411 }
... ... @@ -424,7 +422,12 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
424 422 }
425 423  
426 424 .lead a:visited, #content .lead a:visited, .lead dl.portlet a:visited {
427   - color: #000000;
  425 + color: #172738;
  426 +}
  427 +
  428 +.notice-info {
  429 + display: table-cell;
  430 + vertical-align: top;
428 431 }
429 432  
430 433 /* Tela de Noticias Antigas */
... ...
pagina_comunidade.css
... ... @@ -837,6 +837,7 @@ ul#itens-legend-grafic{
837 837 }
838 838  
839 839 .blog-event-item .blog-event-information .event-title {
  840 + max-height: 40px;
840 841 padding-right: 0px;
841 842 font-weight: 700;
842 843 font-size: 15px;
... ...
style.css
... ... @@ -498,7 +498,7 @@ p {
498 498 }
499 499  
500 500 #content .box .read-more a::after {
501   - content:'>';
  501 + content: url('images/right-arrow.png');
502 502 padding-left: 8px;
503 503 padding-right: 5px;
504 504 margin-left: 7px;
... ... @@ -798,9 +798,9 @@ p {
798 798 font-size: 16px;
799 799 font-style: normal;
800 800 font-weight: bold;
801   - line-height: 1em;
  801 + line-height: 1.3em;
802 802 padding: 0;
803   - color: #000;
  803 + color: #172738 !important ;
804 804 }
805 805  
806 806 #content .main-block h1,
... ... @@ -2889,3 +2889,11 @@ div.software-step-info div.current-step h3 {
2889 2889 #content .main-block div.software-step-info div.another-step h3 {
2890 2890 font-size: 12px !important;
2891 2891 }
  2892 +
  2893 +
  2894 +/************************* MAIN PAGE REVIEW *******************************/
  2895 +
  2896 +#content ul li.news-call .title {
  2897 + font-weight: 700;
  2898 + padding-right: 0px;
  2899 +}
2892 2900 \ No newline at end of file
... ...