changeset 3012:802fcb50c484

search, contextbox: increased available area
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 11 Apr 2019 14:11:29 +0200
parents fc8fbea24568
children 30222bcbfec9
files client/src/components/Contextbox.vue client/src/components/Search.vue
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Contextbox.vue	Thu Apr 11 12:14:01 2019 +0200
+++ b/client/src/components/Contextbox.vue	Thu Apr 11 14:11:29 2019 +0200
@@ -78,7 +78,7 @@
   background: #fff;
 }
 .contextbox > div:last-child {
-  width: 660px;
+  width: 668px;
 }
 
 .contextboxcollapsed {
@@ -87,7 +87,7 @@
 }
 
 .contextboxextended {
-  max-width: 660px;
+  max-width: 668px;
 }
 
 .close-contextbox {
--- a/client/src/components/Search.vue	Thu Apr 11 12:14:01 2019 +0200
+++ b/client/src/components/Search.vue	Thu Apr 11 14:11:29 2019 +0200
@@ -74,7 +74,7 @@
 <style lang="scss" scoped>
 .searchcontainer {
   opacity: 0.96;
-  width: 660px;
+  width: 668px;
 }
 
 .searchcontainer .searchbar {
@@ -83,7 +83,7 @@
 }
 
 .searchgroup {
-  width: 628px;
+  width: 635px;
   overflow: hidden;
 }