Skip to content

Commit

Permalink
Merge pull request #22 from rsnyman/tweak-switch-css
Browse files Browse the repository at this point in the history
Style tweaks
  • Loading branch information
john-dupuy authored Jul 21, 2020
2 parents 3df5960 + c4e40c0 commit da40c23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions frontend/src/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}

div.pf-c-page {
min-height: 100vh;
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/jenkinsjobanalysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class JenkinsJobAnalysisView extends React.Component {
{this.getDropdown()}
</div>
{activeTab === 'overall-health' &&
<div style={{backgroundColor: 'white', float: 'right', clear: 'right', marginBottom: '-4em', padding: '0.1em 1em', width: '15em', marginRight: '20em'}}>
<div style={{backgroundColor: 'white', float: 'right', clear: 'none', marginBottom: '-2em', padding: '0.5em 1em', width: '15em'}}>
{this.getSwitch()}
</div>
}
Expand Down

0 comments on commit da40c23

Please sign in to comment.