diff client/src/components/Topbar.vue @ 551:89bc8111563a

refac: Layout adjustments
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 31 Aug 2018 14:12:00 +0200
parents 06907c875077
children f66116b3a249
line wrap: on
line diff
--- a/client/src/components/Topbar.vue	Fri Aug 31 12:11:38 2018 +0200
+++ b/client/src/components/Topbar.vue	Fri Aug 31 14:12:00 2018 +0200
@@ -22,17 +22,19 @@
 <style lang="scss">
 @import "../assets/application.scss";
 .topbar {
-  min-height: 38px;
+  position: absolute;
+  width: 100vw;
   height: $topbarheight;
+  min-height: 40px;
+  background-color: white;
+  z-index: 100;
 }
 
 .searchcontainer {
-  min-width: 300px;
   margin-left: auto;
 }
 
 .usermanagement {
-  min-width: 300px;
   margin-left: auto;
 }
 .logout {
@@ -60,7 +62,7 @@
 }
 
 .searchbar {
-  width: 50vw;
+  width: 30vw;
   border: 1px solid;
   border-color: #aaaaaa;
   border-radius: 10px;