Skip to content

Commit

Permalink
feature/ECASOGP-13047: final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SHarfenist-REISys committed Sep 20, 2024
1 parent 57aba5f commit 5afa23a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions assets/css/career-planning.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,14 @@ input#career-advancement-search-input-training-resources {
}
}

.no-right-padding {
margin-right: 0rem;
}

.small-right-padding {
margin-right: .2rem;
}

@media screen and (max-width: 820) {
input#career-advancement-search-input-training-resources {
width: 23rem;
Expand Down
2 changes: 1 addition & 1 deletion career-planning-tool/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<label for="career-download-buttons" class="text-bold label-color responsive-float margin-bottom-1 export-content-text text-size" >EXPORT CONTENT FROM THIS PAGE</label>
<div id="career-download-buttons" class="tablet:display-block display-flex flex-justify">
<button id="career-download-button-1" class="career-download-button-1 usa-button usa-button--outline margin-bottom-1 button-border" data-position="top" data-op="select-all">SELECT ALL CARDS</button>
<button id="career-download-button-2" class="usa-button usa-button--outline margin-bottom-1 usa-tooltip button-border" data-position="top" data-op="download-selected-pdf" aria-disabled="true" title="This feature will allow you to download a report of all selected information cards in PDF file format.">DOWNLOAD PDF</button>
<button id="career-download-button-2" class="usa-button usa-button--outline margin-bottom-1 usa-tooltip button-border" data-position="top" data-op="download-selected-pdf" disabled title="This feature will allow you to download a report of all selected information cards in PDF file format.">DOWNLOAD PDF</button>
<button id="career-download-button-3" class="usa-button usa-button--outline margin-bottom-1 usa-tooltip button-border" data-position="top" data-op="download-selected-csv" disabled title="This feature will allow you to download a report of all selected information cards in CSV file format.">DOWNLOAD CSV</button>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions training-resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
<div div class="float-right">
<label for="training-download-buttons" class="text-bold training-course_buttons__label label-color responsive-float margin-bottom-1 text-size" >EXPORT CONTENT FROM THIS PAGE</label>
<div id="training-download-buttons" class="export-content-buttons tablet:display-block responsive-float display-flex flex-justify">
<button id="training-download-button-1" class="training-download-button-1 usa-button usa-button--outline margin-bottom-1 button-border" data-position="top" data-op="select-all">SELECT ALL COURSES</button>
<button id="training-download-button-2" class="usa-button usa-button--outline margin-bottom-1 usa-tooltip button-border" data-position="top" data-op="download-selected-pdf" disabled title="This feature will allow you to download a report of all selected information cards in PDF file format.">DOWNLOAD PDF</button>
<button id="training-download-button-3" class="usa-button usa-button--outline margin-bottom-1 usa-tooltip button-border" data-position="top" data-op="download-selected-csv" disabled title="This feature will allow you to download a report of all selected information cards in CSV file format.">DOWNLOAD CSV</button>
<button id="training-download-button-1" class="training-download-button-1 usa-button usa-button--outline margin-bottom-1 button-border small-right-padding" data-position="top" data-op="select-all">SELECT ALL COURSES</button>
<button id="training-download-button-2" class="usa-button usa-button--outline margin-bottom-1 usa-tooltip button-border small-right-padding" data-position="top" data-op="download-selected-pdf" disabled title="This feature will allow you to download a report of all selected information cards in PDF file format.">DOWNLOAD PDF</button>
<button id="training-download-button-3" class="usa-button usa-button--outline margin-bottom-1 usa-tooltip button-border no-right-padding" data-position="top" data-op="download-selected-csv" disabled title="This feature will allow you to download a report of all selected information cards in CSV file format.">DOWNLOAD CSV</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 5afa23a

Please sign in to comment.