Loading htdocs/_config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ plugins: # - vendor/gems/ # - vendor/ruby/ languages: ["en"] languages: ["en", "fr", "it", "es", "de"] exclude_from_localizations: ["e_docs_website", "javascript", "images", "assets", "images", "pdf", "scripts", "internal", "favicon.ico"] # Fonts for the site Loading htdocs/_i18n/en/pages/devices.html +13 −6 Original line number Diff line number Diff line Loading @@ -19,14 +19,21 @@ <!--SMARTPHONE SELECTOR COLLAPSE START--> <div class="row mt-3"> <div class="col"> <p class=""> <a class="text-wrap font-weight-bold btn-bk-hide text-capitalize text-decoration-none border-0 collapsed" data-toggle="collapse" href="#collapse-selector-screen" role="button" aria-expanded="false" id="device-filters" aria-controls="collapse-selector-screen"> Search options... <p class="ml-n2"> <a class="btn btn-white text-wrap font-weight-bold btn-bk-hide text-capitalize text-decoration-none border-0" data-toggle="collapse" href="#collapse-selector-screen" role="button" aria-expanded="false" aria-controls="collapse-selector-screen" > Looking for a specific model or brand? Click me for all search options..... </a> <span class="mt-1 mb-1" id="btnReset" style="display: none;">Clear X</span> <span class="btn btn-light mt-1" id="btnReset">Clear</span> </p> <div class="collapse myCollapse" id="collapse-selector-screen"> <div class="card card-body text-lg-left border-0"> <div class="row mb-3"> Loading htdocs/assets/css/style.scss +0 −17 Original line number Diff line number Diff line Loading @@ -350,20 +350,3 @@ a.btn-secondary { border: 1px solid #dbdbdb; margin: 2px 0; } No newline at end of file [aria-expanded="false"]:after{ content: ""; background-image: url(../images/sort_asc.png); height: 10px; width: 20px; display: inline-block; } [aria-expanded="true"]:after{ content: ""; background-image: url(../images/sort_desc.png); height: 20px; width: 20px; display: inline-block; } #device-filters:hover{ color: #2a7ae2; } No newline at end of file htdocs/assets/js/code.js +0 −7 Original line number Diff line number Diff line Loading @@ -284,11 +284,4 @@ function getNbGitlabIssues(label) { $(document).ready(() => { $('#legacy-1').trigger('click'); $('#legacy-1').trigger('change'); $('#verified-boot-0').trigger('change'); $('#collapse-selector-screen').on('hidden.bs.collapse', function () { $('#btnReset').hide(); }); $('#collapse-selector-screen').on('shown.bs.collapse', function () { $('#btnReset').show(); }); }); Loading
htdocs/_config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ plugins: # - vendor/gems/ # - vendor/ruby/ languages: ["en"] languages: ["en", "fr", "it", "es", "de"] exclude_from_localizations: ["e_docs_website", "javascript", "images", "assets", "images", "pdf", "scripts", "internal", "favicon.ico"] # Fonts for the site Loading
htdocs/_i18n/en/pages/devices.html +13 −6 Original line number Diff line number Diff line Loading @@ -19,14 +19,21 @@ <!--SMARTPHONE SELECTOR COLLAPSE START--> <div class="row mt-3"> <div class="col"> <p class=""> <a class="text-wrap font-weight-bold btn-bk-hide text-capitalize text-decoration-none border-0 collapsed" data-toggle="collapse" href="#collapse-selector-screen" role="button" aria-expanded="false" id="device-filters" aria-controls="collapse-selector-screen"> Search options... <p class="ml-n2"> <a class="btn btn-white text-wrap font-weight-bold btn-bk-hide text-capitalize text-decoration-none border-0" data-toggle="collapse" href="#collapse-selector-screen" role="button" aria-expanded="false" aria-controls="collapse-selector-screen" > Looking for a specific model or brand? Click me for all search options..... </a> <span class="mt-1 mb-1" id="btnReset" style="display: none;">Clear X</span> <span class="btn btn-light mt-1" id="btnReset">Clear</span> </p> <div class="collapse myCollapse" id="collapse-selector-screen"> <div class="card card-body text-lg-left border-0"> <div class="row mb-3"> Loading
htdocs/assets/css/style.scss +0 −17 Original line number Diff line number Diff line Loading @@ -350,20 +350,3 @@ a.btn-secondary { border: 1px solid #dbdbdb; margin: 2px 0; } No newline at end of file [aria-expanded="false"]:after{ content: ""; background-image: url(../images/sort_asc.png); height: 10px; width: 20px; display: inline-block; } [aria-expanded="true"]:after{ content: ""; background-image: url(../images/sort_desc.png); height: 20px; width: 20px; display: inline-block; } #device-filters:hover{ color: #2a7ae2; } No newline at end of file
htdocs/assets/js/code.js +0 −7 Original line number Diff line number Diff line Loading @@ -284,11 +284,4 @@ function getNbGitlabIssues(label) { $(document).ready(() => { $('#legacy-1').trigger('click'); $('#legacy-1').trigger('change'); $('#verified-boot-0').trigger('change'); $('#collapse-selector-screen').on('hidden.bs.collapse', function () { $('#btnReset').hide(); }); $('#collapse-selector-screen').on('shown.bs.collapse', function () { $('#btnReset').show(); }); });