Merge pull request #998 from ONLYOFFICE/feature/bug-fixes

Feature/bug fixes
This commit is contained in:
maxkadushkin 2021-07-21 11:27:14 +03:00 committed by GitHub
commit 4c67f91240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -386,9 +386,9 @@
.page { .page {
.color-palettes { .color-palettes {
.list { .list {
.palette { ul {
padding: 8px 0px; .palette {
.row { padding: 8px 0px;
a { a {
flex-grow: 1; flex-grow: 1;
position: relative; position: relative;
@ -411,7 +411,7 @@
background-size: 100% 100%; background-size: 100% 100%;
.encoded-svg-background("<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 22 22' xml:space='preserve'><line stroke='#ff0000' stroke-linecap='undefined' stroke-linejoin='undefined' id='svg_1' y2='0' x2='22' y1='22' x1='0' stroke-width='2' fill='none'/></svg>"); .encoded-svg-background("<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 22 22' xml:space='preserve'><line stroke='#ff0000' stroke-linecap='undefined' stroke-linejoin='undefined' id='svg_1' y2='0' x2='22' y1='22' x1='0' stroke-width='2' fill='none'/></svg>");
} }
} }
} }
} }
} }

View file

@ -295,7 +295,9 @@
"textTopAndBottom": "Top and Bottom", "textTopAndBottom": "Top and Bottom",
"textTotalRow": "Total Row", "textTotalRow": "Total Row",
"textType": "Type", "textType": "Type",
"textWrap": "Wrap" "textWrap": "Wrap",
"textBullets": "Bullets",
"textNumbers": "Numbers"
}, },
"Error": { "Error": {
"convertationTimeoutText": "Conversion timeout exceeded.", "convertationTimeoutText": "Conversion timeout exceeded.",

View file

@ -380,7 +380,9 @@
"textZoom": "Zoom", "textZoom": "Zoom",
"textZoomIn": "Zoom In", "textZoomIn": "Zoom In",
"textZoomOut": "Zoom Out", "textZoomOut": "Zoom Out",
"textZoomRotate": "Zoom and Rotate" "textZoomRotate": "Zoom and Rotate",
"textBullets": "Bullets",
"textNumbers": "Numbers"
}, },
"Settings": { "Settings": {
"mniSlideStandard": "Standard (4:3)", "mniSlideStandard": "Standard (4:3)",