Commit e8201cc2625bac488c5e7620c56bf2aa18af27b5

Authored by Juliana
1 parent 99231508
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 tab discussions, tab feed the repository and float tabs

Showing 1 changed file with 62 additions and 8 deletions   Show diff stats
css/tabs.css
... ... @@ -51,11 +51,12 @@
51 51 font-size: 15px;
52 52 }
53 53  
54   -/*.profile-members-tabs-container .ui-tabs .ui-tabs-nav{
55   - margin: 0px;
56   - padding: 0px;
  54 +#block-community-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
  55 +.profile-members-tabs-container .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
  56 + float:none;
  57 + display:table;
57 58 }
58   -*/
  59 +
59 60 #block-community-tabs .ui-tabs .ui-tabs-panel {
60 61 padding: 0px;
61 62 }
... ... @@ -104,17 +105,24 @@
104 105 }
105 106  
106 107 #content #discussions-content .message-discussion{
107   - border-top: 1px solid #ECEDF1;
108   - margin:20px 0px 0px 0px;
109   - padding:20px 0px 0px 0px;
  108 + border-bottom: 1px solid #ECEDF1;
  109 + margin:0px 0px 8px 0px;
  110 + padding:10px 0px 20px 0px;
110 111 }
111 112  
  113 +/*#content #discussions-content .message-discussion:last-child{
  114 + border-bottom: 1px solid #ECEDF1;
  115 +}*/
  116 +
112 117 /*#content #discussions-content .row{
113 118 width: 520px;
114 119 }*/
115 120  
116 121 #content #discussions-content h4{
117   - font-size: 20px;
  122 + font-size: 22px;
  123 + border-bottom: 1px solid #ECEDF1;
  124 + padding-bottom: 10px;
  125 +
118 126 }
119 127  
120 128 #discussions-content hr{
... ... @@ -168,4 +176,50 @@ top: 2px;
168 176  
169 177 #content #discussions-content .subject{
170 178 font-weight: 700;
  179 +}
  180 +
  181 +/********************************************/
  182 +#repository-feed-tab{
  183 +
  184 +}
  185 +
  186 +#repository-feed-tab .event-inline.event-item{
  187 + border-top: 1px solid #ECEDF1;
  188 + border-bottom: 1px solid #ECEDF1;
  189 + margin-top:20px;
  190 + padding: 25px 0px 40px 0px;
  191 +}
  192 +
  193 +#repository-feed-tab .event-inline.event-item img{
  194 + display: none;
  195 +}
  196 +
  197 +#repository-feed-tab .event-item-timestamp{
  198 + border-right: 1px dotted #D3D6DE;
  199 + float:left;
  200 + width: 120px;
  201 + height: 20px;
  202 + margin-right: 20px;
  203 +}
  204 +
  205 +#repository-feed-tab .event-item-timestamp .time_ago:before{
  206 + /*content: url("images/ic-calendar.png");*/
  207 + content:"\f073";
  208 + font-family: FontAwesome;
  209 + font-size: 16px;
  210 + margin-right: 10px;
  211 + margin-top: 0px;
  212 + float: left;
  213 + color:#172738;
  214 +}
  215 +
  216 +#repository-feed-tab .event-title{
  217 + max-height: 33px;
  218 + overflow: hidden;
  219 + float:left;
  220 + width: 80%;
  221 +}
  222 +
  223 +#content #repository-feed-tab .author_name a{
  224 + color:#3E67B1;
171 225 }
172 226 \ No newline at end of file
... ...