Commit 651f2119ad66363977c3465092e2d6b79d6a3a76

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

Adjusts on event style syntax

css/administration-panel.css
1   -/*** Admin Pages - General Rules ***/
  1 +/*** Environment Admin Pages - General Rules ***/
2 2 .action-admin_panel-index #content .main-block h2,
3 3 .controller-features #content .main-block h2{
4 4 font-family: Arial;
... ... @@ -7,7 +7,7 @@
7 7 line-height: 21px;
8 8 }
9 9  
10   -/*** Environment Settings ***/
  10 +/* Environment Settings */
11 11  
12 12 /* Profile tab */
13 13  
... ... @@ -49,7 +49,7 @@
49 49 text-decoration: none;
50 50 }
51 51  
52   -/*** Organizations Settings ***/
  52 +/* Organizations Settings */
53 53  
54 54 .action-organizations-index .main-block form#manage-profiles,
55 55 .action-organizations-index .main-block form#manage-profiles form{
... ... @@ -133,3 +133,10 @@
133 133 font-family: Arial, helvetica;
134 134 font-size: 15px;
135 135 }
  136 +
  137 +/*** Community Admin pages ***/
  138 +
  139 +/* Index */
  140 +.action-cms-index .cms-articles th{
  141 + text-align: left;
  142 +}
... ...
css/community-pages.css
1   -/*** Events ***/
2   -
3   -#content .event-card {
4   - border-top: 1px dotted #D3D6D3;
5   - background-repeat: no-repeat;
6   - width: 494px;
7   - height: 116px;
8   - margin-bottom: 30px;
9   -}
10   -
11   -#content .event-image {
12   - border-right: 1px dotted #D3D6DE;
13   -}
14   -
15   -#content .about-event > span {
16   - font-family: Arial;
17   - line-height: 13px;
18   -}
19   -
20   -#content .about-event .event-date {
21   - font-weight: bold;
22   - letter-spacing: 0.49px;
23   -}
24   -
25   -#content .about-event .event-address {
26   - margin-top: 19px;
27   -}
28   -
29   -#content .about-event .event-address span {
30   - margin-top: 4.4px;
31   - line-height: 14px;
32   - letter-spacing: 0.5px;
33   -}
34   -
35   -#content .event-link {
36   - letter-spacing: 0.48px;
37   -}
38   -
39   -#content .event-link a {
40   - text-decoration: underline;
41   -}
42   -
43   -#content .event-body .event-lead p {
44   - font-size: 16px;
45   - font-family: Arial;
46   - font-weight: bold;
47   - letter-spacing: -0.4px;
48   - line-height: 21px;
49   -}
50   -
51   -#content .event-body .event-content p {
52   - font-size: 15px;
53   - font-family: Arial;
54   - line-height: 22px;
55   -}
56   -
57 1 /*** Profile page ***/
58 2 .action-profile-index #content .main-block h1 {
59 3 color: #172738;
... ... @@ -149,3 +93,59 @@
149 93 text-decoration: none;
150 94 }
151 95  
  96 +/*** Events ***/
  97 +
  98 +#content .article-body-event .event-card{
  99 + border-top: 1px dotted #D3D6D3;
  100 + background-repeat: no-repeat;
  101 + width: 494px;
  102 + height: 116px;
  103 + margin-bottom: 30px;
  104 +}
  105 +
  106 +#content .article-body-event .event-image{
  107 + border-right: 1px dotted #D3D6DE;
  108 +}
  109 +
  110 +#content .article-body-event .about-event > span{
  111 + font-family: Arial;
  112 + line-height: 13px;
  113 +}
  114 +
  115 +#content .article-body-event .about-event .event-date{
  116 + font-weight: bold;
  117 + letter-spacing: 0.49px;
  118 +}
  119 +
  120 +#content .article-body-event .about-event .event-address{
  121 + margin-top: 19px;
  122 +}
  123 +
  124 +#content .article-body-event .about-event .event-address span{
  125 + margin-top: 4.4px;
  126 + line-height: 14px;
  127 + letter-spacing: 0.5px;
  128 +}
  129 +
  130 +#content .article-body-event .event-link{
  131 + letter-spacing: 0.48px;
  132 +}
  133 +
  134 +#content .article-body-event .event-link a{
  135 + text-decoration: underline;
  136 +}
  137 +
  138 +#content .article-body-event .event-body .event-lead p{
  139 + font-size: 16px;
  140 + font-family: Arial;
  141 + font-weight: bold;
  142 + letter-spacing: -0.4px;
  143 + line-height: 21px;
  144 +}
  145 +
  146 +#content .article-body-event .event-body .event-content p{
  147 + font-size: 15px;
  148 + font-family: Arial;
  149 + line-height: 22px;
  150 +}
  151 +
... ...