From: rabuzarus <> Date: Thu, 19 May 2016 23:50:56 +0000 (+0200) Subject: ohh some spelling mistakes heading is written only with one d :-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=625d1075502b4c59f370a1750d85968ec5736966;p=friendica.git ohh some spelling mistakes heading is written only with one d :-) --- diff --git a/css/style.css b/css/style.css index e10d580be7..c1f1b3d87c 100644 --- a/css/style.css +++ b/css/style.css @@ -1591,7 +1591,7 @@ ul.dropdown-menu li:hover { .search-input.form-control.form-search { width: 100%; } -.search-headding { +.search-heading { text-align: center; color: $link_color; font-size: 20px; @@ -1696,7 +1696,7 @@ ul.viewcontact_wrapper > li { } /* directory page */ -#directory-search-headding { +#directory-search-heading { padding-top: 10px; } diff --git a/js/modal.js b/js/modal.js index 4092084e43..35a3f2b457 100644 --- a/js/modal.js +++ b/js/modal.js @@ -141,10 +141,10 @@ function loadModalTitle() { //$("#modal-title").empty(); // hide the first h3 child element of the modal body - $("#modal-body .headding").first().hide(); + $("#modal-body .heading").first().hide(); - // get the text of the first element with headding class - var title = $("#modal-body .headding").first().text(); + // get the text of the first element with heading class + var title = $("#modal-body .heading").first().text(); // and append it to modal title if (title!=="") { diff --git a/js/theme.js b/js/theme.js index 49dfb119d4..e159b1fdef 100644 --- a/js/theme.js +++ b/js/theme.js @@ -108,9 +108,9 @@ $(document).ready(function(){ } }); - // add search-headding to the scecond navbar - if( $(".search-headding")) { - $(".search-headding").appendTo("#topbar-second > .container > #tabmenu"); + // add search-heading to the scecond navbar + if( $(".search-heading")) { + $(".search-heading").appendTo("#topbar-second > .container > #tabmenu"); } diff --git a/templates/contacts-template.tpl b/templates/contacts-template.tpl index e8870e8307..3253fc9b09 100644 --- a/templates/contacts-template.tpl +++ b/templates/contacts-template.tpl @@ -3,8 +3,8 @@ {{$tabs}} - {{* The page headding with it's contacts counter *}} -