Commit 71eaed9b55c0e80352804da0b0b7124dc0252788

Authored by Melissa Wen
1 parent cf51e4f1
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

Add admin and edition partial style

Showing 1 changed file with 15 additions and 11 deletions   Show diff stats
  1 +/*** Noosfero Base Theme ***/
1 @import url(../profile-base/style.css); 2 @import url(../profile-base/style.css);
2 @import url(../../icons/tango/style.css); 3 @import url(../../icons/tango/style.css);
3 4
  5 +/*** SPB Theme section styles ***/
4 @import url(css/overwriting-base-theme.css); 6 @import url(css/overwriting-base-theme.css);
5 @import url(css/header.css); 7 @import url(css/header.css);
6 @import url(css/footer.css); 8 @import url(css/footer.css);
7 @import url(css/left-bar.css); 9 @import url(css/left-bar.css);
8 @import url(css/home-page.css); 10 @import url(css/home-page.css);
9 -@import url(css/software-pages.css);  
10 -@import url(css/software-catalog-page.css);  
11 @import url(css/main-content.css); 11 @import url(css/main-content.css);
  12 +@import url(css/edition-pages.css);
  13 +@import url(css/administration-panel.css);
12 @import url(css/article-page.css); 14 @import url(css/article-page.css);
13 -@import url(css/news-page.css); 15 +@import url(css/software-pages.css);
14 @import url(css/community-pages.css); 16 @import url(css/community-pages.css);
15 -@import url(css/edition-pages.css); 17 +@import url(css/news-page.css);
  18 +@import url(css/search-pages.css);
  19 +@import url(css/software-catalog-page.css);
16 /* 20 /*
17 @import url(css/use-report.css); 21 @import url(css/use-report.css);
18 @import url(css/tooltips.css); 22 @import url(css/tooltips.css);
@@ -93,19 +97,19 @@ body { @@ -93,19 +97,19 @@ body {
93 } 97 }
94 98
95 * :link,:visited { 99 * :link,:visited {
96 - text-decoration:none; 100 + text-decoration: none;
97 } 101 }
98 102
99 * ul,ol { 103 * ul,ol {
100 - list-style:none; 104 + list-style: none;
101 } 105 }
102 106
103 * h1,h2,h3,h4,h5,h6 { 107 * h1,h2,h3,h4,h5,h6 {
104 - color:inherit;  
105 - font-family: arial; 108 + color: inherit;
  109 + font-family: Arial;
106 font-weight: 700; 110 font-weight: 700;
107 - margin-top:20px;  
108 - margin-bottom:10px; 111 + margin-top: 20px;
  112 + margin-bottom: 10px;
109 } 113 }
110 114
111 * h1{ 115 * h1{
@@ -130,7 +134,7 @@ body { @@ -130,7 +134,7 @@ body {
130 134
131 #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{ 135 #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
132 margin-top: 20px; 136 margin-top: 20px;
133 - margin-bottom:10px 137 + margin-bottom: 10px;
134 color: inherit; 138 color: inherit;
135 font-family: Arial; 139 font-family: Arial;
136 font-weight: 700; 140 font-weight: 700;