diff --git a/share/layout/body.tt b/share/layout/body.tt index f791267909..d18807902a 100644 --- a/share/layout/body.tt +++ b/share/layout/body.tt @@ -24,8 +24,8 @@
  • [% c.loc('Logout') %]
  • diff --git a/share/static/css/main.css b/share/static/css/main.css index 2fec56c2f7..65354da07f 100644 --- a/share/static/css/main.css +++ b/share/static/css/main.css @@ -11,6 +11,10 @@ body { transition: none; } +.ngcp-lang-flag { + padding-right: 10px; +} + /* --------- The modal ------------*/ diff --git a/share/static/img/lang/de.png b/share/static/img/lang/de.png new file mode 100644 index 0000000000..1e28b79580 Binary files /dev/null and b/share/static/img/lang/de.png differ diff --git a/share/static/img/lang/en.png b/share/static/img/lang/en.png new file mode 100644 index 0000000000..adbbaa40e5 Binary files /dev/null and b/share/static/img/lang/en.png differ