cms/app-client/app/styles/components/toolbar-component.scss
changeset 315 e3217b6adea3
parent 254 a7cf2887e993
child 338 4a3899b6a7ed
--- 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 {