comptability with nc25 #137

Merged
deblan merged 26 commits from develop into master 2022-10-17 18:11:24 +02:00
Showing only changes of commit cf87747924 - Show all commits

fix position of reset buttons

Simon Vieille 2022-10-14 19:35:01 +02:00
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -140,7 +140,7 @@
.btn-reset {
display: inline-block;
cursor: pointer;
position: absolute;
margin-top: 17px;
margin-left: 5px;
position: relative;
top: -8px;
left: 5px;
}