mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
fix bug 75200
This commit is contained in:
@ -562,6 +562,10 @@ input[type="radio"] {
|
||||
p { margin: 0; }
|
||||
button { margin-top: 12px; }
|
||||
}
|
||||
|
||||
.win_xp & {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
// Document creation grid
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user