comparison client/src/components/Contextbox.vue @ 2440:999bb511ef67

staging: layout logs
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 01 Mar 2019 10:52:32 +0100
parents 171ea4b5e8dc
children a542045f28a6
comparison
equal deleted inserted replaced
2439:c3c014435e88 2440:999bb511ef67
73 transition: max-width 0.3s, max-height 0.3s; 73 transition: max-width 0.3s, max-height 0.3s;
74 overflow: hidden; 74 overflow: hidden;
75 background: #fff; 75 background: #fff;
76 } 76 }
77 .contextbox > div:last-child { 77 .contextbox > div:last-child {
78 width: 600px; 78 width: 660px;
79 } 79 }
80 80
81 .contextboxcollapsed { 81 .contextboxcollapsed {
82 max-width: 0; 82 max-width: 0;
83 max-height: 0; 83 max-height: 0;
84 } 84 }
85 85
86 .contextboxextended { 86 .contextboxextended {
87 max-width: 600px; 87 max-width: 660px;
88 } 88 }
89 89
90 .close-contextbox { 90 .close-contextbox {
91 position: absolute; 91 position: absolute;
92 z-index: 2; 92 z-index: 2;