git-svn-id: file:///var/kolibrios-org-repos@37 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
This commit is contained in:
leency 2021-12-02 18:54:46 +00:00
parent 8cea82d8b6
commit 6fc770beb0

View File

@ -205,8 +205,8 @@ td {
} }
#show { #show {
max-width: 1152px; max-width: 1280px;
max-height: 864px; max-height: 800px;
width: 100%; width: 100%;
height: 100%; height: 100%;
cursor: pointer; cursor: pointer;
@ -215,7 +215,7 @@ td {
position: relative; position: relative;
top: 78px; top: 78px;
left: 50%; left: 50%;
margin-left: -576px; margin-left: -640px;
border-radius: 8px; border-radius: 8px;
overflow: hidden; overflow: hidden;
} }