comparison client/src/components/Contextbox.vue @ 3012:802fcb50c484

search, contextbox: increased available area
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 11 Apr 2019 14:11:29 +0200
parents 1b8bb4f89227
children 916d4c898f08
comparison
equal deleted inserted replaced
3011:fc8fbea24568 3012:802fcb50c484
76 transition: max-width 0.3s, max-height 0.3s; 76 transition: max-width 0.3s, max-height 0.3s;
77 overflow: hidden; 77 overflow: hidden;
78 background: #fff; 78 background: #fff;
79 } 79 }
80 .contextbox > div:last-child { 80 .contextbox > div:last-child {
81 width: 660px; 81 width: 668px;
82 } 82 }
83 83
84 .contextboxcollapsed { 84 .contextboxcollapsed {
85 max-width: 0; 85 max-width: 0;
86 max-height: 0; 86 max-height: 0;
87 } 87 }
88 88
89 .contextboxextended { 89 .contextboxextended {
90 max-width: 660px; 90 max-width: 668px;
91 } 91 }
92 92
93 .close-contextbox { 93 .close-contextbox {
94 position: absolute; 94 position: absolute;
95 z-index: 2; 95 z-index: 2;