fix bug 75200

This commit is contained in:
Dmitry-Ilyushechkin
2025-06-25 17:35:26 +03:00
parent c47a96c47c
commit b9863b0bfb
2 changed files with 17 additions and 0 deletions

View File

@ -562,6 +562,10 @@ input[type="radio"] {
p { margin: 0; }
button { margin-top: 12px; }
}
.win_xp & {
display: block;
}
}
// Document creation grid

View File

@ -719,6 +719,14 @@ li.menu-item {
}
}
> * {
margin-bottom: 40px;
}
> *:last-child {
margin-bottom: 40px;
}
.file-list-head,
.file-list-body .row {
> * {
@ -818,6 +826,11 @@ li.menu-item {
font-size: 18px;
line-height: 16px;
}
.win_xp & {
margin-left: auto;
margin-right: auto;
}
}
#box-container {