Commit df2426135ae48df308e4dc1f2675f5e016a61d46

Authored by Simiao Carvalho
1 parent e17bb809
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

Correcting individual notice's page

Showing 2 changed files with 25 additions and 26 deletions   Show diff stats
pagina-artigos.css
... ... @@ -109,13 +109,18 @@
109 109 color: #2C66CE;
110 110 }
111 111  
112   -#content .main-block #article-cat a,
113   -#content .main-block #article-cat h4{
  112 +#content .main-block #article-cat a{
114 113 float: left;
115 114 font-size: 12px !important;
116 115 margin: 10px 10px 10px 0;
117 116 text-decoration: initial;
118 117 }
  118 +#content .main-block #article-cat h4{
  119 + float: left;
  120 + font-size: 12px !important;
  121 + margin: 13px 10px 10px 0;
  122 + text-decoration: initial;
  123 +}
119 124  
120 125 #content .main-block #article-cat a{
121 126 border: 1px solid #D3D6DE;
... ... @@ -128,6 +133,7 @@
128 133 #article-tags{
129 134 float: left;
130 135 margin-top: 11px;
  136 + display: none;
131 137 }
132 138  
133 139 .page-comment-form {
... ...
style.css
... ... @@ -1166,18 +1166,16 @@ div#article-parent {
1166 1166  
1167 1167 #article-tags a:link {
1168 1168 clear: both;
1169   - display: inline-block;
  1169 + float: left;
  1170 + display: block;
  1171 + font-size: 12px;
1170 1172 margin-bottom: 1.5em;
1171   - color: white;
1172   - padding: 3px 5px;
1173   -}
1174   -
1175   -#article-tags a:hover {
1176   - background-color: #000;
1177   - color: white;
  1173 + color: #3E67B1;
  1174 + background-color: #ECEDF1;
  1175 + border: 1px solid #D3D6DE;
  1176 + padding: 3px 10px;
1178 1177 }
1179 1178  
1180   -
1181 1179 /* fim Content*/
1182 1180  
1183 1181 /*busca*/
... ... @@ -1194,11 +1192,11 @@ div#article-parent {
1194 1192 margin-bottom: 30px;
1195 1193 border-top: 0 none;
1196 1194 margin-top: 48px;
1197   - font-family: Arial;
  1195 + font-family: "open_sansregular", Arial, Helvetica, sans-serif;
1198 1196 }
1199 1197  
1200   -#content .pagination a {
1201   - text-decoration: none;
  1198 +#content .pagination a,
  1199 +#content .pagination em{
1202 1200 padding: 7px 11px 7px 11px;
1203 1201 border-radius: 4px;
1204 1202 margin-right: 4px;
... ... @@ -1207,16 +1205,11 @@ div#article-parent {
1207 1205 border: 1px solid #D3D6DE;
1208 1206 color: #172738;
1209 1207 font-weight: 700;
  1208 + text-decoration: none;
1210 1209 }
1211 1210  
1212 1211 .pagination .current {
1213 1212 background-color: #ECEDF1;
1214   - padding: 7px 11px 7px 11px;
1215   - border-radius: 4px;
1216   - margin-right: 4px;
1217   - font-weight: 700;
1218   - font-size: 15px;
1219   - border: 1px solid #D3D6DE;
1220 1213 font-style: normal;
1221 1214 }
1222 1215  
... ... @@ -1241,16 +1234,16 @@ div#article-parent {
1241 1234 padding: 7px 11px 7px 30px;
1242 1235 }
1243 1236  
1244   -#content .pagination .next_page.disabled,
1245   -#content .pagination .previous_page.disabled{
1246   - opacity: 0.5;
1247   -}
1248   -
1249 1237 #content .pagination .next_page{
1250 1238 float: right;
1251 1239 padding: 7px 30px 7px 11px;
1252 1240 }
1253 1241  
  1242 +#content .pagination .next_page.disabled,
  1243 +#content .pagination .previous_page.disabled{
  1244 + opacity: 0.5;
  1245 +}
  1246 +
1254 1247 #content .pagination .previous_page.disabled::before,
1255 1248 #content .pagination a.previous_page::before {
1256 1249 display: none;
... ... @@ -3119,4 +3112,4 @@ li.folder-item:first-child {
3119 3112  
3120 3113 #content #article-formitem #article_slug {
3121 3114 width: 20%;
3122   -}
3123 3115 \ No newline at end of file
  3116 +}
... ...