TT#170850 Issue - Invoice template variables popup invisible in v2 UI

We are changing default position of the variables popup on the InvoiceTemplate edit content page to make it properly placed on the screen when a user is in v2 UI.

(cherry picked from commit d93f4d7bed)

Change-Id: Ie0b09e5d18a3bd51d4b5d52ddf03a091d176a97d
mr10.4
Sergii Leonenko 3 years ago
parent a396c1ad9f
commit 6cbbaab129

@ -37,10 +37,10 @@ function formSerialize(){
#template_variables_help{
display:none;
position:absolute;
top:150px;
left:100px;
top:350px;
left:920px;
width: 250px;
height: 500px;
height: 500px;
}
.variablekey{
font-weight:bold;

Loading…
Cancel
Save