Commit 1f0e63a62bab240a420abd68658c748f682f578c

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

Adjustments tabs- wiki, blog and title block community page

pagina_comunidade.css
... ... @@ -5,10 +5,23 @@
5 5 margin:0px 20px 0px 0px;
6 6  
7 7 }
  8 +
8 9 #infor-community-geral h1{
9 10 text-align: left;
  11 + font-size: 23px;
10 12 }
  13 +
11 14 #infor-community-geral p{
  15 + /*font-size: 12px;*/
  16 +}
  17 +
  18 +#buttons-infor-community input{
  19 + border:1px solid #D3D6DE;
  20 + border-radius:4px;
  21 + background:none;
  22 + color: #5E82C6;
  23 + margin:2px;
  24 + padding:3px 10px;
12 25  
13 26 }
14 27  
... ... @@ -229,14 +242,14 @@ top: 2px;
229 242 /*
230 243 #itens-legend-grafic{
231 244 text-align: :left;
232   - /*float:right;
233   - margin:0px;*/
  245 + float:right;
  246 + margin:0px;
234 247 }*/
235 248  
236 249 ul#itens-legend-grafic{
237 250 text-align: left;
238 251 margin: 0px;
239   - padding: 10px;
  252 + /*padding: 50px;*/
240 253 }
241 254  
242 255 #itens-legend-grafic li{
... ... @@ -333,13 +346,48 @@ text-align: right;
333 346 }
334 347  
335 348 /********************** ABA03 - BLOG ********************************/
  349 +#block-news-community{
  350 + padding-top:20px;
  351 +}
  352 +
  353 +#block-news-community .news_principal_title{
  354 + color:#172738;
  355 + font-size: 22px;
  356 + line-height: 23px;
  357 + font-weight: 700;
  358 +}
  359 +#block-news-community .news_principal_date{
  360 + text-transform: uppercase;
  361 +}
  362 +
  363 +#block-news-community .news_principal_text{
  364 + color:#172738;
  365 + margin-top:10px;
  366 +}
  367 +
  368 +#block-news-community .published-at{
  369 + margin:0px 125px;
  370 + text-transform: uppercase;
  371 +}
  372 +
  373 +#content #block-news-community .read-more{
  374 + background: none;
  375 + border-top: none;
  376 +}
  377 +
  378 +#content .box #block-news-community .read-more a::after{
  379 + background:#3E67B1;
  380 +}
  381 +#content #block-news-community .read-more a:hover{
  382 + background: none;
  383 +}
336 384  
337 385  
338 386 /********************** ABA04 - Wiki ********************************/
339 387 #aba4 h3{
340 388 color:#172738;
341 389 border-bottom: 2px solid #ECEDF1;
342   - padding:10px;
  390 + padding:10px 0px;
343 391 }
344 392  
345 393 #aba4 span{
... ...
redes_sociais.css
... ... @@ -61,7 +61,7 @@
61 61 color: #777;
62 62 display: block;
63 63 font-size: 13px;
64   - padding: 1em 1.4em;
  64 + padding: 0px; /*padding: 1em 1.4em;*/
65 65 text-decoration: none;
66 66 }
67 67 #block-community-tabs .ui-tabs .ui-tabs-nav{
... ...
style.css
... ... @@ -26,7 +26,7 @@
26 26 @import url(pagina_software.css);
27 27 /****************** Pagina comunidade ********************/
28 28 @import url(pagina_comunidade.css);
29   -
  29 +/*********************************************/
30 30 @import url(page-inicial.css);
31 31 @import url(page-catalog-software.css);
32 32  
... ...