Differences From Artifact [f452a06028]:

To Artifact [51a75ddf45]:


387
388
389
390
391
392
393















394
395
396
397
398
399
400
form .input-list button {
    padding: .4rem .6rem;
    margin: 0;
    border: none;
    border-right: 1px solid #ccc;
    border-radius: 0;
}
















#dialog {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
form .input-list button {
    padding: .4rem .6rem;
    margin: 0;
    border: none;
    border-right: 1px solid #ccc;
    border-radius: 0;
}

input[readonly] {
    color: #666;
    background-color: #eee;
}

input.money {
    text-align: right;
}

input.money + b {
    padding: .4rem .6rem;
    line-height: 1.5rem;
    color: #999;
}

#dialog {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;