Commit cef0054b8117d597948a9f286e964635d048871d

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

Block "mais softwares" colors and position

Showing 1 changed file with 55 additions and 21 deletions   Show diff stats
page-inicial.css
... ... @@ -77,40 +77,74 @@ text-align: center;
77 77 border-radius:8px;
78 78 margin:11px 0px;
79 79 padding: 10px 0px;
  80 + font-size: 14px;
80 81 }
81   -#content .recent-documents-block .block-inner-2 {
82   - background-color: #eeeff1;
83   - border: 1px solid #c0c1c1;
84   - border-radius:8px;
85   - margin:11px 0px;
86   - padding: 10px 0px;
87   -}
88   -
89 82  
90   -#content .recent-documents-block .block-inner-2 .block-title{
91   - background-color: #eeeff1;
92   - border-top:none;
93   -}
94 83 #sbp-information-softwares h2{
95   - margin:10px;
  84 + text-align:left;
  85 + text-transform: uppercase;
  86 + color:#464A55;
  87 + padding:0px 0px 15px 20px;
96 88 border-bottom:1px solid #c0c1c1;
97 89 }
98 90  
99   -#sbp-information-softwares ul li{
100   - margin-top: 20px;
101   - margin-bottom: 20px;
102   - border-bottom: 2px solid #ccc;
  91 +#title-mais-software{
  92 + margin-left:10px;
103 93 }
104 94  
105   -#sbp-information-softwares ul li a{
106   - padding:5px;
107   - margin:5px;
  95 +#sbp-information-softwares li{
  96 + border-bottom: 1px solid #ccc;
  97 + margin: 0;
  98 + min-height: 1em;
  99 + padding: 20px;
  100 + font-weight: bold;
  101 +}
  102 +
  103 +
  104 +#sbp-information-softwares li a {
  105 + color: #294266 !important;
  106 + font-weight: bold;
108 107 }
  108 +
  109 +#sbp-information-softwares li a:hover {
  110 + text-decoration: none;
  111 +}
  112 +
  113 +
109 114 #list-categories{
110   -margin:10px;
  115 + margin:20px;
  116 +}
  117 +
  118 +#list-categories p{
  119 + color:#464A55;
111 120 }
  121 +
112 122 #list-categories ul li{
113 123 /*list-style:inside disc;*/
114 124 /*margin-left:5px;*/
  125 + /*color:#30496A;*/
115 126 margin:10px 5px 5px 0px;
116 127 }
  128 +
  129 +#list-categories li a{
  130 + color:#294266 !important;
  131 + font-weight: bold;
  132 +}
  133 +#list-categories a:hover {
  134 + text-decoration: none !important;
  135 +}
  136 +
  137 +#footer-mais-software {
  138 + border-top:1px solid #c0c1c1;
  139 + padding: 10px 10px 0px 3px;
  140 + margin:0px;
  141 + text-align: right;
  142 + text-transform: uppercase;
  143 + font-size: 10px;
  144 +
  145 +}
  146 +
  147 +#footer-mais-software a {
  148 + color: #464A55 !important;
  149 +
  150 +}
... ...