diff -r f5690d918358 -r e3217b6adea3 cms/app-client/app/styles/components/toolbar-component.scss --- a/cms/app-client/app/styles/components/toolbar-component.scss Sun Oct 02 19:14:07 2016 +0200 +++ b/cms/app-client/app/styles/components/toolbar-component.scss Sun Oct 02 20:23:58 2016 +0200 @@ -1,6 +1,6 @@ .toolbar-component { height: 40px; - width: 100%; + width: 50%; line-height: 40px; text-transform: none; padding: 0px 15px; @@ -8,6 +8,9 @@ color: $light-white; font-size: 13px; background-color: $dark-blue; + box-sizing: border-box; + position: absolute; + bottom: 0px; } .toolbar-component ul {