From a53a2d10981eaffe8e13843e97c53450b609982f Mon Sep 17 00:00:00 2001 From: OVSharova Date: Thu, 24 Mar 2022 03:20:01 +0300 Subject: [PATCH] icon help --- .../main/resources/help/de/editor.css | 2 +- .../documenteditor/main/resources/help/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/images/help.png | Bin 0 -> 311 bytes .../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 +- 20 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 apps/presentationeditor/main/resources/help/images/help.png diff --git a/apps/documenteditor/main/resources/help/de/editor.css b/apps/documenteditor/main/resources/help/de/editor.css index e191efd9b..737db62dd 100644 --- a/apps/documenteditor/main/resources/help/de/editor.css +++ b/apps/documenteditor/main/resources/help/de/editor.css @@ -121,7 +121,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/documenteditor/main/resources/help/editor.css b/apps/documenteditor/main/resources/help/editor.css index a3cb9ce6f..96352595e 100644 --- a/apps/documenteditor/main/resources/help/editor.css +++ b/apps/documenteditor/main/resources/help/editor.css @@ -96,7 +96,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/documenteditor/main/resources/help/en/editor.css b/apps/documenteditor/main/resources/help/en/editor.css index 7a12ba4ca..9e6ba2c3f 100644 --- a/apps/documenteditor/main/resources/help/en/editor.css +++ b/apps/documenteditor/main/resources/help/en/editor.css @@ -121,7 +121,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/documenteditor/main/resources/help/es/editor.css b/apps/documenteditor/main/resources/help/es/editor.css index e191efd9b..737db62dd 100644 --- a/apps/documenteditor/main/resources/help/es/editor.css +++ b/apps/documenteditor/main/resources/help/es/editor.css @@ -121,7 +121,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/documenteditor/main/resources/help/fr/editor.css b/apps/documenteditor/main/resources/help/fr/editor.css index e191efd9b..737db62dd 100644 --- a/apps/documenteditor/main/resources/help/fr/editor.css +++ b/apps/documenteditor/main/resources/help/fr/editor.css @@ -121,7 +121,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/documenteditor/main/resources/help/it/editor.css b/apps/documenteditor/main/resources/help/it/editor.css index d06164616..2a6d8149d 100644 --- a/apps/documenteditor/main/resources/help/it/editor.css +++ b/apps/documenteditor/main/resources/help/it/editor.css @@ -100,7 +100,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/documenteditor/main/resources/help/ru/editor.css b/apps/documenteditor/main/resources/help/ru/editor.css index b398b1932..71dc0e267 100644 --- a/apps/documenteditor/main/resources/help/ru/editor.css +++ b/apps/documenteditor/main/resources/help/ru/editor.css @@ -121,7 +121,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/presentationeditor/main/resources/help/de/editor.css b/apps/presentationeditor/main/resources/help/de/editor.css index cf91b6c92..136e9dea3 100644 --- a/apps/presentationeditor/main/resources/help/de/editor.css +++ b/apps/presentationeditor/main/resources/help/de/editor.css @@ -111,7 +111,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/presentationeditor/main/resources/help/en/editor.css b/apps/presentationeditor/main/resources/help/en/editor.css index ffb4d3b01..c736610c3 100644 --- a/apps/presentationeditor/main/resources/help/en/editor.css +++ b/apps/presentationeditor/main/resources/help/en/editor.css @@ -111,7 +111,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/presentationeditor/main/resources/help/es/editor.css b/apps/presentationeditor/main/resources/help/es/editor.css index cf91b6c92..136e9dea3 100644 --- a/apps/presentationeditor/main/resources/help/es/editor.css +++ b/apps/presentationeditor/main/resources/help/es/editor.css @@ -111,7 +111,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/presentationeditor/main/resources/help/fr/editor.css b/apps/presentationeditor/main/resources/help/fr/editor.css index 0927a3895..7e2cb3bec 100644 --- a/apps/presentationeditor/main/resources/help/fr/editor.css +++ b/apps/presentationeditor/main/resources/help/fr/editor.css @@ -111,7 +111,7 @@ width: 80%; .note { -background: #F4F4F4 url(images/help.png) no-repeat 7px 5px; +background: #F4F4F4 url(../images/help.png) no-repeat 7px 5px; font-size: 11px; padding: 10px 20px 10px 37px; width: 90%; diff --git a/apps/presentationeditor/main/resources/help/images/help.png b/apps/presentationeditor/main/resources/help/images/help.png new file mode 100644 index 0000000000000000000000000000000000000000..3749be13b4180632c5fc7d3fbe6c4a7520bf8825 GIT binary patch literal 311 zcmV-70m%M|P)t7Ej$UgZo(?FlF10EO!T<{6&~SGr;;t2G6y(9siYDC2B-|QOaCaScL+3x*xNCiB zWZ&ah#yJkLgmzRp**G54PzI)uYIXB`9736NigL4?C*$nrCV$LRKU^ZqOkf_$asXI> zr?hzul-Ynry%gwnA&Bfrec(9GF}kI|Eyi~GM09Vy7fEYuHAC^h>&s>3am zNe^hW`bN#c29$vf6xsbI_@D)2KOVw!Orcdi=hlNk2=Mq