From 827595e7aff3a7b70a369237bf279aaf51303701 Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Tue, 8 Dec 2020 18:00:57 +0300 Subject: [PATCH] Changed max image width for document editors pages; added style for cross-reference table in languages --- .../documenteditor/main/resources/help/de/editor.css | 12 +++++++++++- .../documenteditor/main/resources/help/en/editor.css | 2 +- .../documenteditor/main/resources/help/es/editor.css | 12 +++++++++++- .../documenteditor/main/resources/help/fr/editor.css | 12 +++++++++++- .../documenteditor/main/resources/help/it/editor.css | 12 +++++++++++- .../documenteditor/main/resources/help/ru/editor.css | 12 +++++++++++- .../main/resources/help/de/editor.css | 2 +- .../main/resources/help/en/editor.css | 2 +- .../main/resources/help/es/editor.css | 2 +- .../main/resources/help/fr/editor.css | 2 +- .../main/resources/help/it/editor.css | 2 +- .../main/resources/help/ru/editor.css | 2 +- .../main/resources/help/de/editor.css | 2 +- .../main/resources/help/en/editor.css | 2 +- .../main/resources/help/es/editor.css | 2 +- .../main/resources/help/fr/editor.css | 2 +- .../main/resources/help/it/editor.css | 2 +- .../main/resources/help/ru/editor.css | 2 +- Web/css/help.less | 2 +- 19 files changed, 69 insertions(+), 19 deletions(-) diff --git a/Web/OfficeWeb/apps/documenteditor/main/resources/help/de/editor.css b/Web/OfficeWeb/apps/documenteditor/main/resources/help/de/editor.css index 2cf64b652..885ad2062 100644 --- a/Web/OfficeWeb/apps/documenteditor/main/resources/help/de/editor.css +++ b/Web/OfficeWeb/apps/documenteditor/main/resources/help/de/editor.css @@ -6,11 +6,21 @@ color: #444; background: #fff; } +.cross-reference th{ +text-align: center; +vertical-align: middle; +} + +.cross-reference td{ +text-align: center; +vertical-align: middle; +} + img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/documenteditor/main/resources/help/en/editor.css b/Web/OfficeWeb/apps/documenteditor/main/resources/help/en/editor.css index 49bda48e0..af7d3efba 100644 --- a/Web/OfficeWeb/apps/documenteditor/main/resources/help/en/editor.css +++ b/Web/OfficeWeb/apps/documenteditor/main/resources/help/en/editor.css @@ -20,7 +20,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/documenteditor/main/resources/help/es/editor.css b/Web/OfficeWeb/apps/documenteditor/main/resources/help/es/editor.css index 2cf64b652..885ad2062 100644 --- a/Web/OfficeWeb/apps/documenteditor/main/resources/help/es/editor.css +++ b/Web/OfficeWeb/apps/documenteditor/main/resources/help/es/editor.css @@ -6,11 +6,21 @@ color: #444; background: #fff; } +.cross-reference th{ +text-align: center; +vertical-align: middle; +} + +.cross-reference td{ +text-align: center; +vertical-align: middle; +} + img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/documenteditor/main/resources/help/fr/editor.css b/Web/OfficeWeb/apps/documenteditor/main/resources/help/fr/editor.css index 2cf64b652..885ad2062 100644 --- a/Web/OfficeWeb/apps/documenteditor/main/resources/help/fr/editor.css +++ b/Web/OfficeWeb/apps/documenteditor/main/resources/help/fr/editor.css @@ -6,11 +6,21 @@ color: #444; background: #fff; } +.cross-reference th{ +text-align: center; +vertical-align: middle; +} + +.cross-reference td{ +text-align: center; +vertical-align: middle; +} + img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/documenteditor/main/resources/help/it/editor.css b/Web/OfficeWeb/apps/documenteditor/main/resources/help/it/editor.css index 0b550e306..5b6a51097 100644 --- a/Web/OfficeWeb/apps/documenteditor/main/resources/help/it/editor.css +++ b/Web/OfficeWeb/apps/documenteditor/main/resources/help/it/editor.css @@ -6,11 +6,21 @@ color: #444; background: #fff; } +.cross-reference th{ +text-align: center; +vertical-align: middle; +} + +.cross-reference td{ +text-align: center; +vertical-align: middle; +} + img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/documenteditor/main/resources/help/ru/editor.css b/Web/OfficeWeb/apps/documenteditor/main/resources/help/ru/editor.css index 08cc2fe5a..af7d3efba 100644 --- a/Web/OfficeWeb/apps/documenteditor/main/resources/help/ru/editor.css +++ b/Web/OfficeWeb/apps/documenteditor/main/resources/help/ru/editor.css @@ -6,11 +6,21 @@ color: #444; background: #fff; } +.cross-reference th{ +text-align: center; +vertical-align: middle; +} + +.cross-reference td{ +text-align: center; +vertical-align: middle; +} + img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/de/editor.css b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/de/editor.css index 2cf64b652..9cf85b177 100644 --- a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/de/editor.css +++ b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/de/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/en/editor.css b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/en/editor.css index 08cc2fe5a..de8a97f15 100644 --- a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/en/editor.css +++ b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/en/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/es/editor.css b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/es/editor.css index 2cf64b652..9cf85b177 100644 --- a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/es/editor.css +++ b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/es/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/fr/editor.css b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/fr/editor.css index 2cf64b652..9cf85b177 100644 --- a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/fr/editor.css +++ b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/fr/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/it/editor.css b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/it/editor.css index 0b550e306..52585daf5 100644 --- a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/it/editor.css +++ b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/it/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/ru/editor.css b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/ru/editor.css index 08cc2fe5a..de8a97f15 100644 --- a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/ru/editor.css +++ b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/ru/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/de/editor.css b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/de/editor.css index 2cf64b652..9cf85b177 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/de/editor.css +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/de/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/editor.css b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/editor.css index 08cc2fe5a..de8a97f15 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/editor.css +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/es/editor.css b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/es/editor.css index 2cf64b652..9cf85b177 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/es/editor.css +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/es/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/fr/editor.css b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/fr/editor.css index 2cf64b652..9cf85b177 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/fr/editor.css +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/fr/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/it/editor.css b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/it/editor.css index 0b550e306..52585daf5 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/it/editor.css +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/it/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/ru/editor.css b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/ru/editor.css index 08cc2fe5a..de8a97f15 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/ru/editor.css +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/ru/editor.css @@ -10,7 +10,7 @@ img { border: none; vertical-align: middle; -max-width: 95%; +max-width: 100%; } img.floatleft diff --git a/Web/css/help.less b/Web/css/help.less index 5804dbc95..59066b82c 100644 --- a/Web/css/help.less +++ b/Web/css/help.less @@ -312,7 +312,7 @@ html { p { img { - max-width: 95%; + max-width: 100%; } }