Skip to content

Commit

Permalink
Fix alignment of multiline top navigation.
Browse files Browse the repository at this point in the history
Closes https://extranet.4teamwork.ch/support/zug/maintlog/11162

The padding on both sides of the navigation elements does not allow
a proper vertical alignment when having multiline top navigation.
  • Loading branch information
bierik committed Apr 20, 2017
1 parent 343d9ea commit a3ae614
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/HISTORY.txt
Expand Up @@ -4,7 +4,8 @@ Changelog
3.0.2 (unreleased)
------------------

- Nothing changed yet.
- Fix alignment of multiline top navigation.
[Kevin Bieri]


3.0.1 (2017-04-19)
Expand All @@ -22,7 +23,7 @@ Changelog

- Replace `portletItem` with `portletContent` in selectors.
The new static text portlet structure, no longer has a portletItem class.
[mathias.leimgruber]
[mathias.leimgruber]

- Several more major changes to the UI for accessibility reasons:
- Change base font-size to 16px, instead of 13px.
Expand All @@ -31,7 +32,7 @@ Changelog
- Change global section font-size to 22px, instead of 18px

Those changes makes the Website generally more readable. The main Issue with the prev. settings was the contrast between the background-color and
the font-color. With a size of 13px the contrast was not good enough.
the font-color. With a size of 13px the contrast was not good enough.
With a a font-size of 16px the contrast is fine according to AAA
without changing the colors.

Expand Down
2 changes: 1 addition & 1 deletion plonetheme/onegov/resources/sass/components/base.scss
Expand Up @@ -278,7 +278,7 @@ a,
float: left;
& .wrapper {
white-space: nowrap;
padding: 1em .5em 0.7em .5em;
padding: 1em 1em 0.7em 0;
margin: 1px;
margin-bottom: 0;
}
Expand Down

0 comments on commit a3ae614

Please sign in to comment.