Skip to content

Commit

Permalink
Merge pull request #1347 from sarahd93/login_page_gsa8
Browse files Browse the repository at this point in the history
Improve login page
  • Loading branch information
bjoernricks authored May 2, 2019
2 parents a286596 + 002e274 commit 7facf5a
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 217 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add tooltips to deactivated text fields in AlertDialog [#1269](https://github.com/greenbone/gsa/pull/1269)

### Changed
- Improve login page [#1347](https://github.com/greenbone/gsa/pull/1347)
- Remove options for not implemented languages [#1344](https://github.com/greenbone/gsa/pull/1344)
- Render all dates in the current configured timezone of the user
[#1327](https://github.com/greenbone/gsa/pull/1327),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ exports[`DatePicker component tests should render 2`] = `
class="react-datepicker__input-container"
>
<div
class="sc-bGbJRg ctZETM"
class="sc-jtRlXQ fUERlO"
width="auto"
>
2018/11/11
<span
class="sc-jtRlXQ hQiISG sc-kEYyzF fYdYog sc-hMqMXs OazOD"
class="sc-jeCdPy icGtX sc-kEYyzF fYdYog sc-hMqMXs OazOD"
>
<svg>
calendar.svg
Expand Down
1 change: 1 addition & 0 deletions gsa/src/web/components/structure/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const Footer = styled.footer`
color: ${Theme.mediumGray};
margin-top: 10px;
padding-right: 5px;
z-index: ${Theme.Layers.aboveAll};
`;

const GreenboneFooter = () => {
Expand Down
Loading

0 comments on commit 7facf5a

Please sign in to comment.