Commit 0c50ec0dddb411e014684ab46d6a36bd10e84d8c

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

General adjustment of the design to better fit the system in small and large

screens.
Showing 2 changed files with 27 additions and 9 deletions   Show diff stats
cabecalho-cinza-theme.css
... ... @@ -10,6 +10,7 @@
10 10  
11 11 #header>div {
12 12 max-width: 960px;
  13 + min-width: 960px;
13 14 margin: 0 auto;
14 15 }
15 16  
... ... @@ -55,6 +56,11 @@ background-image: url(images/logotipo_contraste.png);
55 56 background-repeat: no-repeat;
56 57 }*/
57 58  
  59 +/* Barra do Brasil */
  60 +
  61 +#barra-brasil, #wrapper-barra-brasil, #wrap-1 {
  62 + min-width: 960px;
  63 +}
58 64  
59 65 /* logo */
60 66 #logo {
... ... @@ -177,7 +183,6 @@ background-repeat: no-repeat;
177 183 #theme-header #sobre {
178 184 line-height: 20px;
179 185 font-size: 12px;
180   - margin:0px 83px; /*incluido*/
181 186 }
182 187  
183 188  
... ... @@ -387,14 +392,23 @@ color:#000000;
387 392  
388 393 /*Fim menu principal SPB*/
389 394  
  395 +
  396 +#wrap-2 {
  397 + width: 960px;
  398 + margin: 0 auto;
  399 + border: none;
  400 + padding: 0px;
  401 +}
  402 +
  403 +
  404 +
390 405 /****************** FIM cabecalho ******************/
391 406  
392 407 /************* Bar Psocial Style - Menu Horizontal**************/
393 408 #user{
394   - padding: 0px 2em;
395   - top: -30px;
  409 + top: -45px;
396 410 font-size: 12px;
397   - right: 4em;
  411 + /*right: 10px;*/
398 412 }
399 413  
400 414 .logged-in #user{
... ... @@ -499,7 +513,8 @@ color:#000000;
499 513  
500 514 /******************Footer-Rodapé**********************************/
501 515 #theme-footer {
502   - width: 100%;
  516 + width: 100%;
  517 + min-width: 960px;
503 518 }
504 519  
505 520 #footer-content {
... ... @@ -645,7 +660,7 @@ line-height:1em
645 660 @media(min-width:980px) {
646 661  
647 662 footer .container2{
648   - width:1040px
  663 + width: 100%;
649 664 }
650 665  
651 666 footer .footer-atalhos a {
... ...
header.html.erb
... ... @@ -99,9 +99,8 @@
99 99 </li>
100 100 </ul>
101 101 </div>
102   - </div>
103   -
104   - <div id="sobre">
  102 +
  103 + <div id="sobre">
105 104 <ul>
106 105 <li id="link-faq">
107 106 <a href="/ajuda/ajuda/duvidas-frequentes">Perguntas frequentes</a>
... ... @@ -111,6 +110,10 @@
111 110 </li>
112 111 </ul>
113 112 </div>
  113 +
  114 + </div>
  115 +
  116 +
114 117 </div>
115 118 </div>
116 119  
... ...