From: Andrea Bianco Date: Thu, 21 Mar 2019 08:02:08 +0000 (+0100) Subject: Built motion from commit (unavailable).|2.0.78 X-Git-Tag: 2.0.78 X-Git-Url: http://repos.xcallymotion.com/?a=commitdiff_plain;h=d40973b2cb4ed781f052005124da1650cbb1eaa9;p=motion2.git Built motion from commit (unavailable).|2.0.78 --- diff --git a/apidoc/api_project.js b/apidoc/api_project.js index f45d1d8..3fe8335 100644 --- a/apidoc/api_project.js +++ b/apidoc/api_project.js @@ -1 +1 @@ -define({ "name": "xCALLY Motion API", "version": "2.0.77", "description": "Thank you for choosing xCALLY MOTION, one of the first Omni Channel solution integrated with AsteriskTM and the most innovative real time solutions available on the market.", "title": "xCALLY MOTION API", "header": { "title": "Introduction", "content": "

The API

\n

This is the documentation for the xCALLY MOTION API.

\n

We make changes to the APIs from time to time. For more information, see Changelog.

\n

The xCALLY MOTION API consists of several different APIs. Use the left sidebar menu to select one.

\n

The API is a JSON API. XML is not supported. To learn more, see [Working with JSON].

\n

Endpoints are documented with the HTTP method for the request and a partial resource identifier.\nExample:

\n
GET /api/users\n
\n

Prepend your xCALLY URL to the resource identifier to get the full endpoint URL:

\n
https://motion.xcally.com/api/users\n
\n

Curly braces, {}, indicate values you have to supply. Example:

\n
GET  /api/users/{id}\n
\n

The examples in the docs are cURL statements. You can run the statements on a command line to try out different API requests. To learn more, see [Installing and using cURL]. In Windows, you'll need to modify some of the examples in the docs to make them work. See [Using cURL in Windows].

\n

The examples use basic authentication requiring a xCALLY username and password.

\n

Security and Authentication

\n

This is an SSL-only API, regardless of how your account is configured. You can authorize against the API using either basic authentication with your username and password or with an OAuth access token.

\n

Client-side CORS requests are supported if the request is authenticated with an OAuth access token. The requests are not supported if the request uses basic authentication or a xCALLY API token.

\n

Basic authentication

\n

Use the following authentication format with your username and password:\n{username}:{password}

\n

Example:

\n
curl -u admin:password https://motion.xcally.com/api/users\n
\n

OAuth access token

\n

The xCALLY API supports OAuth authorization flows.

\n

OAuth access tokens also permit client-side API requests.

\n

In your requests, specify the access token in an Authorization header as follows:\nAuthorization: Bearer {token}

\n

Example:

\n
curl -H "Authorization: Bearer gErypPlm4dOVgGRvA1ZzMH5MQ3nLo8bo" https://motion.xcally.com/api/users\n
\n

Request Format

\n

The xCALLY API is a JSON API. You must supply a Content-Type: application/json header in PUT and POST requests. You must set an Accept: application/json header on all requests. You may get a text/plain response in case of an error like a bad request. You should treat this as an error you need to fix.

\n

Response Format

\n

The xCALLY API responds to successful requests with HTTP status codes in the 200 or 300 range. When you create or update a resource, the API renders the resulting JSON representation in the response body.

\n

Responses may have the status codes described in the following sections.

\n

200 range

\n

The request was successful. The status is 200 for successful GET and PUT requests, 201 for most POST requests, and 204 for DELETE requests.

\n

400 range

\n

The request was not successful. The content type of the response may be text/plain for API-level error messages, such as when trying to call the API without SSL. The content type is application/json for business-level error messages because the response includes a JSON object with information about the error.

\n

If you see a response from a known endpoint that looks like plain text, you probably made a syntax error in your request. This type of response commonly occurs when making a request to a nonexistent xCALLY Support instance.

\n

500 range

\n

When building an API client, we recommend treating any 500 status codes as a warning or temporary state. However, if the status persists and we don't have a publicly announced maintenance or service disruption, contact us at support@xcally.com.

\n

If submitting a ticket to Support, provide the complete HTTP response. This helps the Support team track down the request in the logs more quickly.

\n

Data Types

\n

The API returns and accepts JSON values, which can be strings in double quotes, numbers, objects, arrays, true or false, or null. Most programming languages have tools to parse this data.

\n

ID integers

\n

Most xCALLY Support resources such as queues and users are identified by the integer specified by the id attribute of API responses.

\n

The default numeric type in JavaScript, Ruby, Python, and PHP is sufficient to represent xCALLY Support ID integers.

\n

Time stamps

\n

Time stamps use UTC time and are formatted as ISO 8601 strings. Example: 2017-04-16T09:14:57Z

\n" }, "template": { "withGenerator": false, "withCompare": false, "forceLanguage": "en" }, "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2019-03-07T16:02:41.323Z", "url": "http://apidocjs.com", "version": "0.17.7" } }); +define({ "name": "xCALLY Motion API", "version": "2.0.78", "description": "Thank you for choosing xCALLY MOTION, one of the first Omni Channel solution integrated with AsteriskTM and the most innovative real time solutions available on the market.", "title": "xCALLY MOTION API", "header": { "title": "Introduction", "content": "

The API

\n

This is the documentation for the xCALLY MOTION API.

\n

We make changes to the APIs from time to time. For more information, see Changelog.

\n

The xCALLY MOTION API consists of several different APIs. Use the left sidebar menu to select one.

\n

The API is a JSON API. XML is not supported. To learn more, see [Working with JSON].

\n

Endpoints are documented with the HTTP method for the request and a partial resource identifier.\nExample:

\n
GET /api/users\n
\n

Prepend your xCALLY URL to the resource identifier to get the full endpoint URL:

\n
https://motion.xcally.com/api/users\n
\n

Curly braces, {}, indicate values you have to supply. Example:

\n
GET  /api/users/{id}\n
\n

The examples in the docs are cURL statements. You can run the statements on a command line to try out different API requests. To learn more, see [Installing and using cURL]. In Windows, you'll need to modify some of the examples in the docs to make them work. See [Using cURL in Windows].

\n

The examples use basic authentication requiring a xCALLY username and password.

\n

Security and Authentication

\n

This is an SSL-only API, regardless of how your account is configured. You can authorize against the API using either basic authentication with your username and password or with an OAuth access token.

\n

Client-side CORS requests are supported if the request is authenticated with an OAuth access token. The requests are not supported if the request uses basic authentication or a xCALLY API token.

\n

Basic authentication

\n

Use the following authentication format with your username and password:\n{username}:{password}

\n

Example:

\n
curl -u admin:password https://motion.xcally.com/api/users\n
\n

OAuth access token

\n

The xCALLY API supports OAuth authorization flows.

\n

OAuth access tokens also permit client-side API requests.

\n

In your requests, specify the access token in an Authorization header as follows:\nAuthorization: Bearer {token}

\n

Example:

\n
curl -H "Authorization: Bearer gErypPlm4dOVgGRvA1ZzMH5MQ3nLo8bo" https://motion.xcally.com/api/users\n
\n

Request Format

\n

The xCALLY API is a JSON API. You must supply a Content-Type: application/json header in PUT and POST requests. You must set an Accept: application/json header on all requests. You may get a text/plain response in case of an error like a bad request. You should treat this as an error you need to fix.

\n

Response Format

\n

The xCALLY API responds to successful requests with HTTP status codes in the 200 or 300 range. When you create or update a resource, the API renders the resulting JSON representation in the response body.

\n

Responses may have the status codes described in the following sections.

\n

200 range

\n

The request was successful. The status is 200 for successful GET and PUT requests, 201 for most POST requests, and 204 for DELETE requests.

\n

400 range

\n

The request was not successful. The content type of the response may be text/plain for API-level error messages, such as when trying to call the API without SSL. The content type is application/json for business-level error messages because the response includes a JSON object with information about the error.

\n

If you see a response from a known endpoint that looks like plain text, you probably made a syntax error in your request. This type of response commonly occurs when making a request to a nonexistent xCALLY Support instance.

\n

500 range

\n

When building an API client, we recommend treating any 500 status codes as a warning or temporary state. However, if the status persists and we don't have a publicly announced maintenance or service disruption, contact us at support@xcally.com.

\n

If submitting a ticket to Support, provide the complete HTTP response. This helps the Support team track down the request in the logs more quickly.

\n

Data Types

\n

The API returns and accepts JSON values, which can be strings in double quotes, numbers, objects, arrays, true or false, or null. Most programming languages have tools to parse this data.

\n

ID integers

\n

Most xCALLY Support resources such as queues and users are identified by the integer specified by the id attribute of API responses.

\n

The default numeric type in JavaScript, Ruby, Python, and PHP is sufficient to represent xCALLY Support ID integers.

\n

Time stamps

\n

Time stamps use UTC time and are formatted as ISO 8601 strings. Example: 2017-04-16T09:14:57Z

\n" }, "template": { "withGenerator": false, "withCompare": false, "forceLanguage": "en" }, "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2019-03-21T07:57:09.721Z", "url": "http://apidocjs.com", "version": "0.17.7" } }); diff --git a/apidoc/api_project.json b/apidoc/api_project.json index 646a9c1..ff23b06 100644 --- a/apidoc/api_project.json +++ b/apidoc/api_project.json @@ -1 +1 @@ -{ "name": "xCALLY Motion API", "version": "2.0.77", "description": "Thank you for choosing xCALLY MOTION, one of the first Omni Channel solution integrated with AsteriskTM and the most innovative real time solutions available on the market.", "title": "xCALLY MOTION API", "header": { "title": "Introduction", "content": "

The API

\n

This is the documentation for the xCALLY MOTION API.

\n

We make changes to the APIs from time to time. For more information, see Changelog.

\n

The xCALLY MOTION API consists of several different APIs. Use the left sidebar menu to select one.

\n

The API is a JSON API. XML is not supported. To learn more, see [Working with JSON].

\n

Endpoints are documented with the HTTP method for the request and a partial resource identifier.\nExample:

\n
GET /api/users\n
\n

Prepend your xCALLY URL to the resource identifier to get the full endpoint URL:

\n
https://motion.xcally.com/api/users\n
\n

Curly braces, {}, indicate values you have to supply. Example:

\n
GET  /api/users/{id}\n
\n

The examples in the docs are cURL statements. You can run the statements on a command line to try out different API requests. To learn more, see [Installing and using cURL]. In Windows, you'll need to modify some of the examples in the docs to make them work. See [Using cURL in Windows].

\n

The examples use basic authentication requiring a xCALLY username and password.

\n

Security and Authentication

\n

This is an SSL-only API, regardless of how your account is configured. You can authorize against the API using either basic authentication with your username and password or with an OAuth access token.

\n

Client-side CORS requests are supported if the request is authenticated with an OAuth access token. The requests are not supported if the request uses basic authentication or a xCALLY API token.

\n

Basic authentication

\n

Use the following authentication format with your username and password:\n{username}:{password}

\n

Example:

\n
curl -u admin:password https://motion.xcally.com/api/users\n
\n

OAuth access token

\n

The xCALLY API supports OAuth authorization flows.

\n

OAuth access tokens also permit client-side API requests.

\n

In your requests, specify the access token in an Authorization header as follows:\nAuthorization: Bearer {token}

\n

Example:

\n
curl -H "Authorization: Bearer gErypPlm4dOVgGRvA1ZzMH5MQ3nLo8bo" https://motion.xcally.com/api/users\n
\n

Request Format

\n

The xCALLY API is a JSON API. You must supply a Content-Type: application/json header in PUT and POST requests. You must set an Accept: application/json header on all requests. You may get a text/plain response in case of an error like a bad request. You should treat this as an error you need to fix.

\n

Response Format

\n

The xCALLY API responds to successful requests with HTTP status codes in the 200 or 300 range. When you create or update a resource, the API renders the resulting JSON representation in the response body.

\n

Responses may have the status codes described in the following sections.

\n

200 range

\n

The request was successful. The status is 200 for successful GET and PUT requests, 201 for most POST requests, and 204 for DELETE requests.

\n

400 range

\n

The request was not successful. The content type of the response may be text/plain for API-level error messages, such as when trying to call the API without SSL. The content type is application/json for business-level error messages because the response includes a JSON object with information about the error.

\n

If you see a response from a known endpoint that looks like plain text, you probably made a syntax error in your request. This type of response commonly occurs when making a request to a nonexistent xCALLY Support instance.

\n

500 range

\n

When building an API client, we recommend treating any 500 status codes as a warning or temporary state. However, if the status persists and we don't have a publicly announced maintenance or service disruption, contact us at support@xcally.com.

\n

If submitting a ticket to Support, provide the complete HTTP response. This helps the Support team track down the request in the logs more quickly.

\n

Data Types

\n

The API returns and accepts JSON values, which can be strings in double quotes, numbers, objects, arrays, true or false, or null. Most programming languages have tools to parse this data.

\n

ID integers

\n

Most xCALLY Support resources such as queues and users are identified by the integer specified by the id attribute of API responses.

\n

The default numeric type in JavaScript, Ruby, Python, and PHP is sufficient to represent xCALLY Support ID integers.

\n

Time stamps

\n

Time stamps use UTC time and are formatted as ISO 8601 strings. Example: 2017-04-16T09:14:57Z

\n" }, "template": { "withGenerator": false, "withCompare": false, "forceLanguage": "en" }, "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2019-03-07T16:02:41.323Z", "url": "http://apidocjs.com", "version": "0.17.7" } } +{ "name": "xCALLY Motion API", "version": "2.0.78", "description": "Thank you for choosing xCALLY MOTION, one of the first Omni Channel solution integrated with AsteriskTM and the most innovative real time solutions available on the market.", "title": "xCALLY MOTION API", "header": { "title": "Introduction", "content": "

The API

\n

This is the documentation for the xCALLY MOTION API.

\n

We make changes to the APIs from time to time. For more information, see Changelog.

\n

The xCALLY MOTION API consists of several different APIs. Use the left sidebar menu to select one.

\n

The API is a JSON API. XML is not supported. To learn more, see [Working with JSON].

\n

Endpoints are documented with the HTTP method for the request and a partial resource identifier.\nExample:

\n
GET /api/users\n
\n

Prepend your xCALLY URL to the resource identifier to get the full endpoint URL:

\n
https://motion.xcally.com/api/users\n
\n

Curly braces, {}, indicate values you have to supply. Example:

\n
GET  /api/users/{id}\n
\n

The examples in the docs are cURL statements. You can run the statements on a command line to try out different API requests. To learn more, see [Installing and using cURL]. In Windows, you'll need to modify some of the examples in the docs to make them work. See [Using cURL in Windows].

\n

The examples use basic authentication requiring a xCALLY username and password.

\n

Security and Authentication

\n

This is an SSL-only API, regardless of how your account is configured. You can authorize against the API using either basic authentication with your username and password or with an OAuth access token.

\n

Client-side CORS requests are supported if the request is authenticated with an OAuth access token. The requests are not supported if the request uses basic authentication or a xCALLY API token.

\n

Basic authentication

\n

Use the following authentication format with your username and password:\n{username}:{password}

\n

Example:

\n
curl -u admin:password https://motion.xcally.com/api/users\n
\n

OAuth access token

\n

The xCALLY API supports OAuth authorization flows.

\n

OAuth access tokens also permit client-side API requests.

\n

In your requests, specify the access token in an Authorization header as follows:\nAuthorization: Bearer {token}

\n

Example:

\n
curl -H "Authorization: Bearer gErypPlm4dOVgGRvA1ZzMH5MQ3nLo8bo" https://motion.xcally.com/api/users\n
\n

Request Format

\n

The xCALLY API is a JSON API. You must supply a Content-Type: application/json header in PUT and POST requests. You must set an Accept: application/json header on all requests. You may get a text/plain response in case of an error like a bad request. You should treat this as an error you need to fix.

\n

Response Format

\n

The xCALLY API responds to successful requests with HTTP status codes in the 200 or 300 range. When you create or update a resource, the API renders the resulting JSON representation in the response body.

\n

Responses may have the status codes described in the following sections.

\n

200 range

\n

The request was successful. The status is 200 for successful GET and PUT requests, 201 for most POST requests, and 204 for DELETE requests.

\n

400 range

\n

The request was not successful. The content type of the response may be text/plain for API-level error messages, such as when trying to call the API without SSL. The content type is application/json for business-level error messages because the response includes a JSON object with information about the error.

\n

If you see a response from a known endpoint that looks like plain text, you probably made a syntax error in your request. This type of response commonly occurs when making a request to a nonexistent xCALLY Support instance.

\n

500 range

\n

When building an API client, we recommend treating any 500 status codes as a warning or temporary state. However, if the status persists and we don't have a publicly announced maintenance or service disruption, contact us at support@xcally.com.

\n

If submitting a ticket to Support, provide the complete HTTP response. This helps the Support team track down the request in the logs more quickly.

\n

Data Types

\n

The API returns and accepts JSON values, which can be strings in double quotes, numbers, objects, arrays, true or false, or null. Most programming languages have tools to parse this data.

\n

ID integers

\n

Most xCALLY Support resources such as queues and users are identified by the integer specified by the id attribute of API responses.

\n

The default numeric type in JavaScript, Ruby, Python, and PHP is sufficient to represent xCALLY Support ID integers.

\n

Time stamps

\n

Time stamps use UTC time and are formatted as ISO 8601 strings. Example: 2017-04-16T09:14:57Z

\n" }, "template": { "withGenerator": false, "withCompare": false, "forceLanguage": "en" }, "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2019-03-21T07:57:09.721Z", "url": "http://apidocjs.com", "version": "0.17.7" } } diff --git a/demo/index.css b/demo/index.css index 2824d7f..fc5cb77 100644 --- a/demo/index.css +++ b/demo/index.css @@ -1,5 +1,4 @@ /* Move down content because we have a fixed navbar that is 50px tall */ - body { padding-top: 2rem; } \ No newline at end of file diff --git a/demo/index.html b/demo/index.html index cbb8310..0774cdc 100644 --- a/demo/index.html +++ b/demo/index.html @@ -51,8 +51,7 @@ - - + diff --git a/demo/phonebar/index.html b/demo/phonebar/index.html index 55fcda3..7ad03fb 100644 --- a/demo/phonebar/index.html +++ b/demo/phonebar/index.html @@ -146,8 +146,8 @@
@@ -155,8 +155,7 @@

Api

-
- +
@@ -212,26 +211,22 @@ -
- +

Request

-
- +
-
-
+

Result

-
- +
 					
@@ -243,8 +238,8 @@
@@ -253,8 +248,7 @@

Originate a call

-
- +
@@ -263,8 +257,7 @@

Active Calls

-
- +
@@ -282,8 +275,7 @@ -
- +
@@ -291,8 +283,7 @@ - - + \ No newline at end of file diff --git a/package.json b/package.json index 73e7dec..eab97d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "motion", - "version": "2.0.77", + "version": "2.0.78", "description": "xCALLY Motion is the new Realtime asynchronous solution for your multichannel contact center over Asterisk.", "main": "server/app.js", "engines": { diff --git a/public/app/main/apps/chat/i18n/ar.json b/public/app/main/apps/chat/i18n/ar.json index 61d2491..f75de13 100644 --- a/public/app/main/apps/chat/i18n/ar.json +++ b/public/app/main/apps/chat/i18n/ar.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "ERRORS": { "AGENT_TIMEOUT_MUST_BE_GREATER_THAN_OR_EQUAL_TO": "يجب أن يكون إنهاء الوقت من قبل ممثل الخدمة خلال مدة أكبر من أو تساوي", "AGENT_TIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "يجب أن يكون إنهاء الوقت من قبل ممثل الخدمة خلال مدة أقل من أو تساوي", @@ -77,7 +78,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "يجب أن تكون القيمة أقل من أو تساوي", "QUEUETRANSFERTIMEOUT_REQUIRED": "حقل الزامي", "SYSTEMALIAS_MAX_LENGTH": "يجب أن يكون الحد الأقصى للطول مساويًا {{max}}", - "SYSTEMALIAS_REQUIRED": "حقل الزامي" + "SYSTEMALIAS_REQUIRED": "حقل الزامي", + "ACCESSKEYID_REQUIRED": "حقل الزامي", + "BOTNAME_REQUIRED": "حقل الزامي", + "SECRETACCESSKEY_REQUIRED": "حقل الزامي" }, "HELP": { "AGENTIDENTIFIER": "محدد هوية وكيل خدمه العملاء", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "الإجابات المعلبة", "DOWNLOAD_INTERACTION": "تحميل", "LOGIN_TIME": "وقت تسجيل الدخول", - "PAUSE_TIME": "وقفة الوقت" + "PAUSE_TIME": "وقفة الوقت", + "ACCESSKEYID": "معرف مفتاح الوصول", + "BOTNAME": "اسم بوت", + "EDIT_AMAZONLEX": "تحرير أمازون ليكس", + "LEXREGION": "منطقة", + "SECRETACCESSKEY": "مفتاح الوصول السري" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/da.json b/public/app/main/apps/chat/i18n/da.json index 7ebf26e..374fd6d 100644 --- a/public/app/main/apps/chat/i18n/da.json +++ b/public/app/main/apps/chat/i18n/da.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "Tekst", "TIMES": "Antal gange pr. interaktion", "EDIT_AUTOREPLY": "Edit Auto svar", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Værdien skal være mindre end eller lig med", "QUEUETRANSFERTIMEOUT_REQUIRED": "Obligatorisk felt", "SYSTEMALIAS_MAX_LENGTH": "Værdien skal have en maksimal længde svarende til {{max}}", - "SYSTEMALIAS_REQUIRED": "Obligatorisk felt" + "SYSTEMALIAS_REQUIRED": "Obligatorisk felt", + "ACCESSKEYID_REQUIRED": "Obligatorisk felt", + "BOTNAME_REQUIRED": "Obligatorisk felt", + "SECRETACCESSKEY_REQUIRED": "Obligatorisk felt" }, "CM_FIELD": "Kontakt Manager mark", "CHATPROACTIVEACTIONS": "Proaktive handlinger", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Konserves svar", "DOWNLOAD_INTERACTION": "Hent", "LOGIN_TIME": "Login tid", - "PAUSE_TIME": "Pause tid" + "PAUSE_TIME": "Pause tid", + "ACCESSKEYID": "Adgangskode ID", + "BOTNAME": "Bot Navn", + "EDIT_AMAZONLEX": "Rediger Amazon Lex", + "LEXREGION": "Område", + "SECRETACCESSKEY": "Secret Access Key" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/de.json b/public/app/main/apps/chat/i18n/de.json index 9770ef9..750184b 100644 --- a/public/app/main/apps/chat/i18n/de.json +++ b/public/app/main/apps/chat/i18n/de.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "Text", "TIMES": "Die Anzahl der Zeiten pro Interaktion", "EDIT_AUTOREPLY": "Bearbeiten Sie automatische Antwort", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Der Wert muss kleiner oder gleich sein", "QUEUETRANSFERTIMEOUT_REQUIRED": "Pflichtfeld", "SYSTEMALIAS_MAX_LENGTH": "Der Wert muss eine maximale Länge von {{max}} haben.", - "SYSTEMALIAS_REQUIRED": "Pflichtfeld" + "SYSTEMALIAS_REQUIRED": "Pflichtfeld", + "ACCESSKEYID_REQUIRED": "Pflichtfeld", + "BOTNAME_REQUIRED": "Pflichtfeld", + "SECRETACCESSKEY_REQUIRED": "Pflichtfeld" }, "CM_FIELD": "Contact Manager Feld", "CHATPROACTIVEACTIONS": "Proaktive Aktionen", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Antworten in Dosen", "DOWNLOAD_INTERACTION": "Herunterladen", "LOGIN_TIME": "Login-Zeit", - "PAUSE_TIME": "Pausenzeit" + "PAUSE_TIME": "Pausenzeit", + "ACCESSKEYID": "Zugangsschlüssel-ID", + "BOTNAME": "Bot-Name", + "EDIT_AMAZONLEX": "Bearbeiten Sie Amazon Lex", + "LEXREGION": "Region", + "SECRETACCESSKEY": "Geheimer Zugangsschlüssel" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/en.json b/public/app/main/apps/chat/i18n/en.json index cb16541..3f7c418 100644 --- a/public/app/main/apps/chat/i18n/en.json +++ b/public/app/main/apps/chat/i18n/en.json @@ -1,5 +1,11 @@ { "CHAT": { + "EDIT_AMAZONLEX": "Edit Amazon Lex", + "AMAZONLEX": "Amazon Lex", + "ACCESSKEYID": "Access Key ID", + "SECRETACCESSKEY": "Secret Access Key", + "LEXREGION": "Region", + "BOTNAME": "Bot Name", "LOGIN_TIME": "Login time", "PAUSE_TIME": "Pause time", "DOWNLOAD_INTERACTION": "Download", @@ -154,6 +160,9 @@ "FALSEPRIORITY": "False Priority", "VALUE": "Value", "ERRORS": { + "BOTNAME_REQUIRED": "Mandatory Field", + "SECRETACCESSKEY_REQUIRED": "Mandatory Field", + "ACCESSKEYID_REQUIRED": "Mandatory Field", "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "The value must be less than or equal to", "QUEUETRANSFERTIMEOUT_MUST_BE_GREATER_THAN_OR_EQUAL_TO": "The value must be greater than or equal to", "QUEUETRANSFERTIMEOUT_REQUIRED": "Mandatory Field", diff --git a/public/app/main/apps/chat/i18n/es.json b/public/app/main/apps/chat/i18n/es.json index fd6b151..e87fde9 100644 --- a/public/app/main/apps/chat/i18n/es.json +++ b/public/app/main/apps/chat/i18n/es.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "ERRORS": { "ACCEPTURL_MUST_VALID_URL": "Formato erróneo", "ADDRESS_MUST_VALID_URL": "Formato erróneo", @@ -77,7 +78,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "El valor debe ser menor o igual a", "QUEUETRANSFERTIMEOUT_REQUIRED": "Campo obligatorio", "SYSTEMALIAS_MAX_LENGTH": "El valor debe tener una longitud máxima igual a {{max}}", - "SYSTEMALIAS_REQUIRED": "Campo obligatorio" + "SYSTEMALIAS_REQUIRED": "Campo obligatorio", + "ACCESSKEYID_REQUIRED": "Campo obligatorio", + "BOTNAME_REQUIRED": "Campo obligatorio", + "SECRETACCESSKEY_REQUIRED": "Campo obligatorio" }, "HELP": { "AUTOCLOSE": "Habilítelo si desea que las sesiones de chat se cierren como No gestionadas si no hay ningún agente disponible. Obtenga más información al respecto en: https://wiki.xcallymotion.com/display/XMV/Chat Websites", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Respuestas enlatadas", "DOWNLOAD_INTERACTION": "Descargar", "LOGIN_TIME": "Hora de inicio de sesión", - "PAUSE_TIME": "Tiempo de pausa" + "PAUSE_TIME": "Tiempo de pausa", + "ACCESSKEYID": "ID de clave de acceso", + "BOTNAME": "Nombre del bot", + "EDIT_AMAZONLEX": "Editar Amazon Lex", + "LEXREGION": "Región", + "SECRETACCESSKEY": "Clave de acceso secreto" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/fa.json b/public/app/main/apps/chat/i18n/fa.json index a54e1bd..6133f59 100644 --- a/public/app/main/apps/chat/i18n/fa.json +++ b/public/app/main/apps/chat/i18n/fa.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "متن", "TIMES": "تعداد بار در تعامل", "EDIT_AUTOREPLY": "ویرایش پاسخ خودکار", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "ارزش باید کمتر یا برابر باشد", "QUEUETRANSFERTIMEOUT_REQUIRED": "زمینه اجباری", "SYSTEMALIAS_MAX_LENGTH": "مقدار باید طول حداکثر {{حداکثر}} باشد", - "SYSTEMALIAS_REQUIRED": "زمینه اجباری" + "SYSTEMALIAS_REQUIRED": "زمینه اجباری", + "ACCESSKEYID_REQUIRED": "زمینه اجباری", + "BOTNAME_REQUIRED": "زمینه اجباری", + "SECRETACCESSKEY_REQUIRED": "زمینه اجباری" }, "CM_FIELD": "تماس با مدير گروه رشته", "CHATPROACTIVEACTIONS": "اقدامات فعالانه تر توبيخ", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "پاسخهای تهیه شده", "DOWNLOAD_INTERACTION": "دانلود", "LOGIN_TIME": "زمان ورود", - "PAUSE_TIME": "مکث زمان" + "PAUSE_TIME": "مکث زمان", + "ACCESSKEYID": "شناسه دسترسی", + "BOTNAME": "نام بت", + "EDIT_AMAZONLEX": "ویرایش آمازون لکس", + "LEXREGION": "منطقه", + "SECRETACCESSKEY": "کلید دسترسی راز" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/fi.json b/public/app/main/apps/chat/i18n/fi.json index d49fcda..824b3f2 100644 --- a/public/app/main/apps/chat/i18n/fi.json +++ b/public/app/main/apps/chat/i18n/fi.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "Teksti", "TIMES": "Määrä vuorovaikutus", "EDIT_AUTOREPLY": "Muokkaa automaattista vastausta", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Arvon on oltava pienempi tai yhtä suuri kuin", "QUEUETRANSFERTIMEOUT_REQUIRED": "Pakollinen kenttä", "SYSTEMALIAS_MAX_LENGTH": "Arvon enimmäispituus on {{max}}", - "SYSTEMALIAS_REQUIRED": "Pakollinen kenttä" + "SYSTEMALIAS_REQUIRED": "Pakollinen kenttä", + "ACCESSKEYID_REQUIRED": "Pakollinen kenttä", + "BOTNAME_REQUIRED": "Pakollinen kenttä", + "SECRETACCESSKEY_REQUIRED": "Pakollinen kenttä" }, "CM_FIELD": "Contact Manager kenttä", "CHATPROACTIVEACTIONS": "Ennakoivat toimet", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Säilytetyt vastaukset", "DOWNLOAD_INTERACTION": "ladata", "LOGIN_TIME": "Kirjautumisaika", - "PAUSE_TIME": "Keskeytä aika" + "PAUSE_TIME": "Keskeytä aika", + "ACCESSKEYID": "Tunnusluvun tunnus", + "BOTNAME": "Botin nimi", + "EDIT_AMAZONLEX": "Muokkaa Amazon Lexiä", + "LEXREGION": "alue", + "SECRETACCESSKEY": "Salainen käyttöava" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/fr.json b/public/app/main/apps/chat/i18n/fr.json index feda54a..08100d2 100644 --- a/public/app/main/apps/chat/i18n/fr.json +++ b/public/app/main/apps/chat/i18n/fr.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "Text", "TIMES": "Nombre de fois par interaction", "EDIT_AUTOREPLY": "Modifier la réponse automatique", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "La valeur doit être inférieure ou égale à", "QUEUETRANSFERTIMEOUT_REQUIRED": "Champ obligatoire", "SYSTEMALIAS_MAX_LENGTH": "La valeur doit avoir une longueur maximale égale à {{max}}", - "SYSTEMALIAS_REQUIRED": "Champ obligatoire" + "SYSTEMALIAS_REQUIRED": "Champ obligatoire", + "ACCESSKEYID_REQUIRED": "Champ obligatoire", + "BOTNAME_REQUIRED": "Champ obligatoire", + "SECRETACCESSKEY_REQUIRED": "Champ obligatoire" }, "CM_FIELD": "Contact Manager Domaine", "CHATPROACTIVEACTIONS": "Des actions proactives", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Réponses en conserve", "DOWNLOAD_INTERACTION": "Télécharger", "LOGIN_TIME": "Temps de connexion", - "PAUSE_TIME": "Temps de pause" + "PAUSE_TIME": "Temps de pause", + "ACCESSKEYID": "Clé d'accès", + "BOTNAME": "Nom du bot", + "EDIT_AMAZONLEX": "Éditer Amazon Lex", + "LEXREGION": "Région", + "SECRETACCESSKEY": "Clé d'accès secrète" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/hi.json b/public/app/main/apps/chat/i18n/hi.json index 8b674c6..b1e066f 100644 --- a/public/app/main/apps/chat/i18n/hi.json +++ b/public/app/main/apps/chat/i18n/hi.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "पाठ", "TIMES": "कई बार प्रति विचार-विमर्श", "EDIT_AUTOREPLY": "स् वत: उत्तर संपादित करें", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "मान कम या बराबर होना चाहिए", "QUEUETRANSFERTIMEOUT_REQUIRED": "आवश्यक स्थान", "SYSTEMALIAS_MAX_LENGTH": "मान में अधिकतम लंबाई {{max}} के बराबर होनी चाहिए", - "SYSTEMALIAS_REQUIRED": "आवश्यक स्थान" + "SYSTEMALIAS_REQUIRED": "आवश्यक स्थान", + "ACCESSKEYID_REQUIRED": "आवश्यक स्थान", + "BOTNAME_REQUIRED": "आवश्यक स्थान", + "SECRETACCESSKEY_REQUIRED": "आवश्यक स्थान" }, "CM_FIELD": "संपर्क प्रबंधक क्षेत्र", "CHATPROACTIVEACTIONS": "सक्रिय क्रियाएं", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "डिब्बाबंद जवाब", "DOWNLOAD_INTERACTION": "डाउनलोड", "LOGIN_TIME": "लॉगिन समय", - "PAUSE_TIME": "विराम का वक्त" + "PAUSE_TIME": "विराम का वक्त", + "ACCESSKEYID": "एक्सेस आईडी", + "BOTNAME": "बॉट नाम", + "EDIT_AMAZONLEX": "अमेज़न लेक्स को संपादित करें", + "LEXREGION": "क्षेत्र", + "SECRETACCESSKEY": "गुप्त पहुँच कुंजी" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/id.json b/public/app/main/apps/chat/i18n/id.json index f3c523e..0cbd6c3 100644 --- a/public/app/main/apps/chat/i18n/id.json +++ b/public/app/main/apps/chat/i18n/id.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "ERRORS": { "ACCEPTURL_MUST_VALID_URL": "Format yang salah", "ADDRESS_MUST_VALID_URL": "Format yang salah", @@ -77,7 +78,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Nilai harus kurang dari atau sama dengan", "QUEUETRANSFERTIMEOUT_REQUIRED": "Bidang wajib", "SYSTEMALIAS_MAX_LENGTH": "Nilai harus memiliki panjang maksimum sama dengan {{max}}", - "SYSTEMALIAS_REQUIRED": "Bidang wajib" + "SYSTEMALIAS_REQUIRED": "Bidang wajib", + "ACCESSKEYID_REQUIRED": "Bidang wajib", + "BOTNAME_REQUIRED": "Bidang wajib", + "SECRETACCESSKEY_REQUIRED": "Bidang wajib" }, "HELP": { "AGENTIDENTIFIER": "Mewakili pengenal agen dalam sesi obrolan di cuplikan", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Jawaban Kalengan", "DOWNLOAD_INTERACTION": "Unduh", "LOGIN_TIME": "Waktu masuk", - "PAUSE_TIME": "Jeda waktu" + "PAUSE_TIME": "Jeda waktu", + "ACCESSKEYID": "ID Kunci Akses", + "BOTNAME": "Nama Bot", + "EDIT_AMAZONLEX": "Edit Amazon Lex", + "LEXREGION": "Wilayah", + "SECRETACCESSKEY": "Kunci Akses Rahasia" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/it.json b/public/app/main/apps/chat/i18n/it.json index 3a0cf7a..2bb49a2 100644 --- a/public/app/main/apps/chat/i18n/it.json +++ b/public/app/main/apps/chat/i18n/it.json @@ -1,5 +1,11 @@ { "CHAT": { + "EDIT_AMAZONLEX": "Modifica Amazon Lex", + "AMAZONLEX": "Amazon Lex", + "ACCESSKEYID": "Access Key ID", + "SECRETACCESSKEY": "Secret Access Key", + "LEXREGION": "Regione", + "BOTNAME": "Nome Bot", "LOGIN_TIME": "Tempo di login", "PAUSE_TIME": "Tempo di pausa", "DOWNLOAD_INTERACTION": "Download", @@ -200,7 +206,10 @@ "WAITFORTHEASSIGNEDAGENT_REQUIRED": "Campo obbligatorio", "VERTICALPOSITION_MUST_BE_GREATER_THAN_OR_EQUAL_TO": "Il valore deve essere maggiore o uguale a", "VERTICALPOSITION_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Il valore deve essere minore o uguale a", - "VERTICALPOSITION_REQUIRED": "Campo obbligatorio" + "VERTICALPOSITION_REQUIRED": "Campo obbligatorio", + "ACCESSKEYID_REQUIRED": "Campo obbligatorio", + "BOTNAME_REQUIRED": "Campo obbligatorio", + "SECRETACCESSKEY_REQUIRED": "Campo obbligatorio" }, "ADD_CHATQUEUE": "Aggiungi Coda Chat", "EDIT_CHATQUEUE": "Modifica Coda Chat", diff --git a/public/app/main/apps/chat/i18n/ja.json b/public/app/main/apps/chat/i18n/ja.json index 8b0799a..8843e04 100644 --- a/public/app/main/apps/chat/i18n/ja.json +++ b/public/app/main/apps/chat/i18n/ja.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "ERRORS": { "ACCEPTURL_MUST_VALID_URL": "間違ったフォーマット", "ADDRESS_MUST_VALID_URL": "間違ったフォーマット", @@ -77,7 +78,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "値は以下にする必要があります", "QUEUETRANSFERTIMEOUT_REQUIRED": "必須フィールド", "SYSTEMALIAS_MAX_LENGTH": "値の最大長は{{max}}に等しくなければなりません", - "SYSTEMALIAS_REQUIRED": "必須フィールド" + "SYSTEMALIAS_REQUIRED": "必須フィールド", + "ACCESSKEYID_REQUIRED": "必須フィールド", + "BOTNAME_REQUIRED": "必須フィールド", + "SECRETACCESSKEY_REQUIRED": "必須フィールド" }, "HELP": { "AUTOCLOSE": "エージェントは応じられない場合は、チャットセッションをアンマネージドとしてクローズする場合に有効にします。詳細はhttps://wiki.xcallymotion.com/display/XMV/Chat+Websites#ChatWebsites-Snippetをご覧ください。", @@ -215,8 +219,8 @@ "FORMS": "フォーム", "FORMSUBMITFAILUREMESSAGE": "フォームの送信エラーメッセージ", "FORMSUBMITSUCCESSMESSAGE": "フォームの送信成功メッセージ", - "FORWARDTRANSCRIPT": "フォワード転写物", - "FORWARDTRANSCRIPTMESSAGE": "トランスクリプトメッセージを転送", + "FORWARDTRANSCRIPT": "転送スクリプト", + "FORWARDTRANSCRIPTMESSAGE": "転送スクリプトメッセージ", "FORWARD_OFFLINE": "フォワードオフライン", "FORWARD_OFFLINE_ADDRESS": "フォワードオフラインアドレス", "FULLNAME": "フルネーム", @@ -262,7 +266,7 @@ "NONE": "なし", "NOOP": "Noop", "NOTES": "ノート", - "NOTETITLE": "ノートタイトル", + "NOTETITLE": "備考", "NOTIFICATION": "お知らせ", "NOTIFICATIONSHAKE": "振動", "NOTIFICATIONSOUND": "音", @@ -348,7 +352,7 @@ "STARTEDAT": "開始日", "START_CHAT_BUTTON": "「チャット開始」ボタン", "STATUS": "状態", - "STRATEGY": "ストラテジ", + "STRATEGY": "ストラテジー", "SYSTEM": "システム", "TAGS": "タグ", "TEAMADD_CHATQUEUE": "チャットキューにチームを追加", @@ -386,7 +390,7 @@ "AGENTFULLNAME": "エージェント名前", "AGENTIDENTIFIER": "識別子", "WAITFORTHEASSIGNEDAGENT": "割り当てられたエージェントを待ちます", - "ALIGNMENT": "アラインメント", + "ALIGNMENT": "位置", "BOTTOM_RIGHT": "右下", "LEFT": "左", "RIGHT": "右", @@ -418,10 +422,15 @@ "TRANSFER": "転送", "WELCOMEMESSAGE": "ウェルカムメッセージ", "ENABLECUSTOMERCHECKMARKS": "顧客からの通知を有効にする", - "CANNEDANSWERS": "回答の缶詰", - "CHATCANNEDANSWERS": "回答の缶詰", + "CANNEDANSWERS": "定型文", + "CHATCANNEDANSWERS": "定型文", "DOWNLOAD_INTERACTION": "ダウンロード", "LOGIN_TIME": "ログイン時間", - "PAUSE_TIME": "時間を一時停止" + "PAUSE_TIME": "時間を一時停止", + "ACCESSKEYID": "アクセスキーID", + "BOTNAME": "ボット名", + "EDIT_AMAZONLEX": "Amazon Lexを編集する", + "LEXREGION": "領域", + "SECRETACCESSKEY": "秘密のアクセスキー" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/ko.json b/public/app/main/apps/chat/i18n/ko.json index 54c83f0..90005f9 100644 --- a/public/app/main/apps/chat/i18n/ko.json +++ b/public/app/main/apps/chat/i18n/ko.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "텍스트", "TIMES": "횟수", "EDIT_AUTOREPLY": "자동답장 편집", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "값은 다음보다 작거나 같아야합니다.", "QUEUETRANSFERTIMEOUT_REQUIRED": "필수 필드", "SYSTEMALIAS_MAX_LENGTH": "값의 최대 길이는 {{max}}와 같아야합니다.", - "SYSTEMALIAS_REQUIRED": "필수 필드" + "SYSTEMALIAS_REQUIRED": "필수 필드", + "ACCESSKEYID_REQUIRED": "필수 필드", + "BOTNAME_REQUIRED": "필수 필드", + "SECRETACCESSKEY_REQUIRED": "필수 필드" }, "CM_FIELD": "CM 필드", "CHATPROACTIVEACTIONS": "채팅 사전 활동", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "통역 응답", "DOWNLOAD_INTERACTION": "다운로드", "LOGIN_TIME": "로그인 시간", - "PAUSE_TIME": "일시 중지 시간" + "PAUSE_TIME": "일시 중지 시간", + "ACCESSKEYID": "액세스 키 ID", + "BOTNAME": "봇 이름", + "EDIT_AMAZONLEX": "Amazon Lex 편집", + "LEXREGION": "부위", + "SECRETACCESSKEY": "비밀 액세스 키" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/lv.json b/public/app/main/apps/chat/i18n/lv.json index 27f7257..bd5fbb6 100644 --- a/public/app/main/apps/chat/i18n/lv.json +++ b/public/app/main/apps/chat/i18n/lv.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "ERRORS": { "TEXT_MAX_LENGTH": "Vērtībai jābūt maksimālajam garumam, kas vienāds ar {{max}}", "VALUE_REQUIRED": "Obligāts lauks", @@ -77,7 +78,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Vērtībai jābūt mazākai vai vienādai ar", "QUEUETRANSFERTIMEOUT_REQUIRED": "Obligāts lauks", "SYSTEMALIAS_MAX_LENGTH": "Vērtībai jābūt maksimālajam garumam, kas vienāds ar {{max}}", - "SYSTEMALIAS_REQUIRED": "Obligāts lauks" + "SYSTEMALIAS_REQUIRED": "Obligāts lauks", + "ACCESSKEYID_REQUIRED": "Obligāts lauks", + "BOTNAME_REQUIRED": "Obligāts lauks", + "SECRETACCESSKEY_REQUIRED": "Obligāts lauks" }, "HELP": { "KEY": "Tīmekļa vietnes īsais nosaukums (5 rakstzīmes), kas redzams cilnes Pārdevējs", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Konservētas atbildes", "DOWNLOAD_INTERACTION": "Lejupielādēt", "LOGIN_TIME": "Pieteikšanās laiks", - "PAUSE_TIME": "Pauzes laiks" + "PAUSE_TIME": "Pauzes laiks", + "ACCESSKEYID": "Piekļuves atslēgas ID", + "BOTNAME": "Bot nosaukums", + "EDIT_AMAZONLEX": "Rediģējiet Amazon Lex", + "LEXREGION": "Novads", + "SECRETACCESSKEY": "Noslēpuma piekļuves atslēga" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/nl.json b/public/app/main/apps/chat/i18n/nl.json index 459de9b..af51669 100644 --- a/public/app/main/apps/chat/i18n/nl.json +++ b/public/app/main/apps/chat/i18n/nl.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "Tekst", "TIMES": "Aantal keren per interactie", "EDIT_AUTOREPLY": "Edit automatisch antwoord", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "De waarde moet kleiner zijn dan of gelijk aan", "QUEUETRANSFERTIMEOUT_REQUIRED": "Verplicht veld", "SYSTEMALIAS_MAX_LENGTH": "De waarde moet een maximale lengte hebben die gelijk is aan {{max}}", - "SYSTEMALIAS_REQUIRED": "Verplicht veld" + "SYSTEMALIAS_REQUIRED": "Verplicht veld", + "ACCESSKEYID_REQUIRED": "Verplicht veld", + "BOTNAME_REQUIRED": "Verplicht veld", + "SECRETACCESSKEY_REQUIRED": "Verplicht veld" }, "CM_FIELD": "Contact Manager veld", "CHATPROACTIVEACTIONS": "Proactieve acties", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Ingeblikte antwoorden", "DOWNLOAD_INTERACTION": "Download", "LOGIN_TIME": "Aanmeldtijd", - "PAUSE_TIME": "Pauzetijd" + "PAUSE_TIME": "Pauzetijd", + "ACCESSKEYID": "Toegang Key ID", + "BOTNAME": "Botnaam", + "EDIT_AMAZONLEX": "Bewerk Amazon Lex", + "LEXREGION": "Regio", + "SECRETACCESSKEY": "Geheime toegangssleutel" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/no.json b/public/app/main/apps/chat/i18n/no.json index bf2d0b7..9c500e4 100644 --- a/public/app/main/apps/chat/i18n/no.json +++ b/public/app/main/apps/chat/i18n/no.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "Tekst", "TIMES": "Antall ganger per samhandling", "EDIT_AUTOREPLY": "Rediger Automatisk svar", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Verdien må være mindre enn eller lik", "QUEUETRANSFERTIMEOUT_REQUIRED": "Obligatoriske felt", "SYSTEMALIAS_MAX_LENGTH": "Verdien må ha en maksimal lengde lik {{max}}", - "SYSTEMALIAS_REQUIRED": "Obligatoriske felt" + "SYSTEMALIAS_REQUIRED": "Obligatoriske felt", + "ACCESSKEYID_REQUIRED": "Obligatoriske felt", + "BOTNAME_REQUIRED": "Obligatoriske felt", + "SECRETACCESSKEY_REQUIRED": "Obligatoriske felt" }, "CM_FIELD": "Kontakt leder", "CHATPROACTIVEACTIONS": "Proaktive tiltak", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Hermetiserte svar", "DOWNLOAD_INTERACTION": "nedlasting", "LOGIN_TIME": "Innloggingstid", - "PAUSE_TIME": "Pause tid" + "PAUSE_TIME": "Pause tid", + "ACCESSKEYID": "Tilgangsnøkkel-ID", + "BOTNAME": "Bot Navn", + "EDIT_AMAZONLEX": "Rediger Amazon Lex", + "LEXREGION": "Region", + "SECRETACCESSKEY": "Hemmelig tilgangsnøkkel" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/pl.json b/public/app/main/apps/chat/i18n/pl.json index 122a69c..850defa 100644 --- a/public/app/main/apps/chat/i18n/pl.json +++ b/public/app/main/apps/chat/i18n/pl.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "AGENTSADD_QUEUE": "Dodaj agenta do kolejki czatu", "QUEUES": "Kolejek", "LOGGED_IN": "Zalogowany", @@ -155,7 +156,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Wartość musi być mniejsza lub równa", "QUEUETRANSFERTIMEOUT_REQUIRED": "Pole obowiązkowe", "SYSTEMALIAS_MAX_LENGTH": "Wartość musi mieć maksymalną długość równą {{max}}", - "SYSTEMALIAS_REQUIRED": "Pole obowiązkowe" + "SYSTEMALIAS_REQUIRED": "Pole obowiązkowe", + "ACCESSKEYID_REQUIRED": "Pole obowiązkowe", + "BOTNAME_REQUIRED": "Pole obowiązkowe", + "SECRETACCESSKEY_REQUIRED": "Pole obowiązkowe" }, "CM_FIELD": "Pole Contact Manager", "CHATPROACTIVEACTIONS": "Działania proaktywne", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Konserwy odpowiedzi", "DOWNLOAD_INTERACTION": "Ściągnij", "LOGIN_TIME": "Czas logowania", - "PAUSE_TIME": "Czas przerwy" + "PAUSE_TIME": "Czas przerwy", + "ACCESSKEYID": "Uzyskaj identyfikator klucza", + "BOTNAME": "Nazwa Bot", + "EDIT_AMAZONLEX": "Edytuj Amazon Lex", + "LEXREGION": "Region", + "SECRETACCESSKEY": "Tajny klucz dostępu" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/pt-PT.json b/public/app/main/apps/chat/i18n/pt-PT.json index dc2eee4..7e4d65d 100644 --- a/public/app/main/apps/chat/i18n/pt-PT.json +++ b/public/app/main/apps/chat/i18n/pt-PT.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "Texto", "TIMES": "Número de vezes por interação", "EDIT_AUTOREPLY": "Editar resposta automática", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "O valor deve ser menor ou igual a", "QUEUETRANSFERTIMEOUT_REQUIRED": "Campo Obrigatório", "SYSTEMALIAS_MAX_LENGTH": "O valor deve ter um tamanho máximo igual a {{max}}", - "SYSTEMALIAS_REQUIRED": "Campo Obrigatório" + "SYSTEMALIAS_REQUIRED": "Campo Obrigatório", + "ACCESSKEYID_REQUIRED": "Campo Obrigatório", + "BOTNAME_REQUIRED": "Campo Obrigatório", + "SECRETACCESSKEY_REQUIRED": "Campo Obrigatório" }, "CM_FIELD": "Campo Contact Manager", "CHATPROACTIVEACTIONS": "Ações proativas", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Respostas enlatadas", "DOWNLOAD_INTERACTION": "Baixar", "LOGIN_TIME": "Tempo de login", - "PAUSE_TIME": "Tempo de pausa" + "PAUSE_TIME": "Tempo de pausa", + "ACCESSKEYID": "ID da chave de acesso", + "BOTNAME": "Nome do bot", + "EDIT_AMAZONLEX": "Editar Amazon Lex", + "LEXREGION": "Região", + "SECRETACCESSKEY": "Chave de acesso secreto" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/ru.json b/public/app/main/apps/chat/i18n/ru.json index 14ee6a1..a780455 100644 --- a/public/app/main/apps/chat/i18n/ru.json +++ b/public/app/main/apps/chat/i18n/ru.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "Текст", "TIMES": "Количество раз в взаимодействие", "EDIT_AUTOREPLY": "Редактировать автоматический ответ", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Значение должно быть меньше или равно", "QUEUETRANSFERTIMEOUT_REQUIRED": "Обязательное поле", "SYSTEMALIAS_MAX_LENGTH": "Значение должно иметь максимальную длину, равную {{max}}", - "SYSTEMALIAS_REQUIRED": "Обязательное поле" + "SYSTEMALIAS_REQUIRED": "Обязательное поле", + "ACCESSKEYID_REQUIRED": "Обязательное поле", + "BOTNAME_REQUIRED": "Обязательное поле", + "SECRETACCESSKEY_REQUIRED": "Обязательное поле" }, "CM_FIELD": "Контактное поле Менеджер", "CHATPROACTIVEACTIONS": "Профилактические меры", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Консервированные ответы", "DOWNLOAD_INTERACTION": "Скачать", "LOGIN_TIME": "Время входа", - "PAUSE_TIME": "Время паузы" + "PAUSE_TIME": "Время паузы", + "ACCESSKEYID": "Идентификатор ключа доступа", + "BOTNAME": "Имя бота", + "EDIT_AMAZONLEX": "Редактировать Amazon Lex", + "LEXREGION": "Область, край", + "SECRETACCESSKEY": "Секретный ключ доступа" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/sv.json b/public/app/main/apps/chat/i18n/sv.json index 3df4ecc..b0a04d2 100644 --- a/public/app/main/apps/chat/i18n/sv.json +++ b/public/app/main/apps/chat/i18n/sv.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "Text", "TIMES": "Antalet gånger per interaktion", "EDIT_AUTOREPLY": "Redigera frånvaromeddelande", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Värdet måste vara mindre än eller lika med", "QUEUETRANSFERTIMEOUT_REQUIRED": "Obligatoriskt fält", "SYSTEMALIAS_MAX_LENGTH": "Värdet måste ha en maximal längd som är lika med {{max}}", - "SYSTEMALIAS_REQUIRED": "Obligatoriskt fält" + "SYSTEMALIAS_REQUIRED": "Obligatoriskt fält", + "ACCESSKEYID_REQUIRED": "Obligatoriskt fält", + "BOTNAME_REQUIRED": "Obligatoriskt fält", + "SECRETACCESSKEY_REQUIRED": "Obligatoriskt fält" }, "CM_FIELD": "Contact Manager fält", "CHATPROACTIVEACTIONS": "Förebyggande åtgärder", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Konserverade svar", "DOWNLOAD_INTERACTION": "Ladda ner", "LOGIN_TIME": "Inloggningstid", - "PAUSE_TIME": "Paus tid" + "PAUSE_TIME": "Paus tid", + "ACCESSKEYID": "Åtkomstnyckel ID", + "BOTNAME": "Bot Namn", + "EDIT_AMAZONLEX": "Redigera Amazon Lex", + "LEXREGION": "Område", + "SECRETACCESSKEY": "Hemlig åtkomstnyckel" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/tr.json b/public/app/main/apps/chat/i18n/tr.json index 83791d9..1065976 100644 --- a/public/app/main/apps/chat/i18n/tr.json +++ b/public/app/main/apps/chat/i18n/tr.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "Metin", "TIMES": "Numarası, her etkileşim", "EDIT_AUTOREPLY": "Edit Otomatik Yanıtlama", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "Değer, daha küçük veya eşit olmalıdır", "QUEUETRANSFERTIMEOUT_REQUIRED": "Zorunlu alan", "SYSTEMALIAS_MAX_LENGTH": "Değer, {{max}} değerine eşit bir maksimum uzunluğa sahip olmalıdır.", - "SYSTEMALIAS_REQUIRED": "Zorunlu alan" + "SYSTEMALIAS_REQUIRED": "Zorunlu alan", + "ACCESSKEYID_REQUIRED": "Zorunlu alan", + "BOTNAME_REQUIRED": "Zorunlu alan", + "SECRETACCESSKEY_REQUIRED": "Zorunlu alan" }, "CM_FIELD": "Kişi Yöneticisi Alan", "CHATPROACTIVEACTIONS": "Proaktif Eylemler", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "Hazır Cevaplar", "DOWNLOAD_INTERACTION": "İndir", "LOGIN_TIME": "Giriş zamanı", - "PAUSE_TIME": "Durma zamanı" + "PAUSE_TIME": "Durma zamanı", + "ACCESSKEYID": "Erişim Anahtarı Kimliği", + "BOTNAME": "Bot Adı", + "EDIT_AMAZONLEX": "Amazon Lex'i Düzenle", + "LEXREGION": "bölge", + "SECRETACCESSKEY": "Gizli Erişim Anahtarı" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/zh-CN.json b/public/app/main/apps/chat/i18n/zh-CN.json index ab3dd0a..8f6d677 100644 --- a/public/app/main/apps/chat/i18n/zh-CN.json +++ b/public/app/main/apps/chat/i18n/zh-CN.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "文本。", "TIMES": "每个交互操作的次数。", "EDIT_AUTOREPLY": "编辑自动回复", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "该值必须小于或等于", "QUEUETRANSFERTIMEOUT_REQUIRED": "必填项", "SYSTEMALIAS_MAX_LENGTH": "该值的最大长度必须等于{{max}}", - "SYSTEMALIAS_REQUIRED": "必填项" + "SYSTEMALIAS_REQUIRED": "必填项", + "ACCESSKEYID_REQUIRED": "必填项", + "BOTNAME_REQUIRED": "必填项", + "SECRETACCESSKEY_REQUIRED": "必填项" }, "CM_FIELD": "联系人管理器字段", "CHATPROACTIVEACTIONS": "积极主动的行动。", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "罐头答案", "DOWNLOAD_INTERACTION": "下载", "LOGIN_TIME": "登录时间", - "PAUSE_TIME": "暂停时间" + "PAUSE_TIME": "暂停时间", + "ACCESSKEYID": "访问密钥ID", + "BOTNAME": "机器人名称", + "EDIT_AMAZONLEX": "编辑Amazon Lex", + "LEXREGION": "区域", + "SECRETACCESSKEY": "秘密访问密钥" } } \ No newline at end of file diff --git a/public/app/main/apps/chat/i18n/zh-TW.json b/public/app/main/apps/chat/i18n/zh-TW.json index 6ccb4af..3056be2 100644 --- a/public/app/main/apps/chat/i18n/zh-TW.json +++ b/public/app/main/apps/chat/i18n/zh-TW.json @@ -1,5 +1,6 @@ { "CHAT": { + "AMAZONLEX": "Amazon Lex", "TEXT": "文字", "TIMES": "每個互動的次數。", "EDIT_AUTOREPLY": "編輯自動回覆", @@ -133,7 +134,10 @@ "QUEUETRANSFERTIMEOUT_MUST_BE_LESS_THAN_OR_EQUAL_TO": "該值必須小於或等於", "QUEUETRANSFERTIMEOUT_REQUIRED": "必填項", "SYSTEMALIAS_MAX_LENGTH": "該值的最大長度必須等於{{max}}", - "SYSTEMALIAS_REQUIRED": "必填項" + "SYSTEMALIAS_REQUIRED": "必填項", + "ACCESSKEYID_REQUIRED": "必填項", + "BOTNAME_REQUIRED": "必填項", + "SECRETACCESSKEY_REQUIRED": "必填項" }, "CM_FIELD": "Contact Manager 欄位", "CHATPROACTIVEACTIONS": "預防措施", @@ -422,6 +426,11 @@ "CHATCANNEDANSWERS": "罐頭答案", "DOWNLOAD_INTERACTION": "下載", "LOGIN_TIME": "登錄時間", - "PAUSE_TIME": "暫停時間" + "PAUSE_TIME": "暫停時間", + "ACCESSKEYID": "訪問密鑰ID", + "BOTNAME": "機器人名稱", + "EDIT_AMAZONLEX": "編輯Amazon Lex", + "LEXREGION": "區域", + "SECRETACCESSKEY": "秘密訪問密鑰" } } \ No newline at end of file diff --git a/public/app/main/apps/contactmanager/i18n/ja.json b/public/app/main/apps/contactmanager/i18n/ja.json index 5d5f983..b875ca1 100644 --- a/public/app/main/apps/contactmanager/i18n/ja.json +++ b/public/app/main/apps/contactmanager/i18n/ja.json @@ -161,7 +161,7 @@ "VOICEDISPOSITIONS": "音声ディスポジション", "VOICEQUEUEID": "VoiceQueue ID", "WEBSITE": "ウェブサイト", - "CUSTOMER_JOURNEY": "顧客の旅", + "CUSTOMER_JOURNEY": "カスタマージャーニー", "SELECT_TAG": "タグを選択" } } \ No newline at end of file diff --git a/public/app/main/apps/voice/i18n/ja.json b/public/app/main/apps/voice/i18n/ja.json index a0ab144..393d84a 100644 --- a/public/app/main/apps/voice/i18n/ja.json +++ b/public/app/main/apps/voice/i18n/ja.json @@ -93,8 +93,8 @@ "CALLERIDALL": "サポートされているフォーマット: \"CallerId\"< number>", "CALLER_ID": "サポートされているフォーマット: \"CallerId\"< number>" }, - "ABANDONED": "アバンダン", - "ABANDONEDCALLS": "アバンダンキューコール", + "ABANDONED": "放棄", + "ABANDONEDCALLS": "放棄されたキューコール", "ABANDONED_CALLS": "放棄呼", "ACCOUNTNAME": "アカウント名", "ACTIONS": "アクション", diff --git a/public/app/toolbar/i18n/ja.json b/public/app/toolbar/i18n/ja.json index 426b070..a2cb221 100644 --- a/public/app/toolbar/i18n/ja.json +++ b/public/app/toolbar/i18n/ja.json @@ -46,7 +46,7 @@ "OS": "OS", "PASSWORD_EXPIRE_REMAINING_DAYS": "パスワードの有効期限までの残り日数", "PAUSE": "一時停止", - "PAUSE_TIME": "休止時間", + "PAUSE_TIME": "停止時間", "PERSIAN": "ペルシア語", "POLISH": "ポーランド語", "PORTUGUESE": "ポルトガル語", diff --git a/public/assets/angular-cron-gen/template.html b/public/assets/angular-cron-gen/template.html index 4909d78..4a02de0 100644 --- a/public/assets/angular-cron-gen/template.html +++ b/public/assets/angular-cron-gen/template.html @@ -21,10 +21,9 @@ {{'TOOLS.ON_SECOND' | translate}} - + {{$ctrl.cronGenService.padNumber(second)}} - + @@ -38,23 +37,20 @@ {{$ctrl.cronGenService.padNumber(minute)}} - + {{$ctrl.cronGenService.padNumber(second)}} - +
- + {{monthDay}} - - - - + + + +
@@ -71,45 +67,38 @@ Sunday - - + +
- + {{$ctrl.monthDayDisplay(monthDaysWithLast)}} - - - - {{month}} - - - - + + + + {{month}} + + + +
- + {{$ctrl.monthDisplay(month)}} - - - - {{$ctrl.monthDayDisplay(monthDaysWithLast)}} - - - - + + + + {{$ctrl.monthDayDisplay(monthDaysWithLast)}} + + + +
\ No newline at end of file diff --git a/public/assets/plugins/ckeditor/adapters/jquery.js b/public/assets/plugins/ckeditor/adapters/jquery.js index d86f734..4996aa4 100644 --- a/public/assets/plugins/ckeditor/adapters/jquery.js +++ b/public/assets/plugins/ckeditor/adapters/jquery.js @@ -50,7 +50,8 @@ b.trigger("dataReady.ckeditor", [e]) }); e.on("setData", function(a) { - b.trigger("setData.ckeditor", [e, a.data]) + b.trigger("setData.ckeditor", + [e, a.data]) }); e.on("getData", function(a) { b.trigger("getData.ckeditor", [e, a.data]) diff --git a/public/assets/plugins/ckeditor/ckeditor.js b/public/assets/plugins/ckeditor/ckeditor.js index 4a7b0ac..3d4b4e3 100644 --- a/public/assets/plugins/ckeditor/ckeditor.js +++ b/public/assets/plugins/ckeditor/ckeditor.js @@ -2676,8 +2676,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license var f = c.$.frameElement; f && (b = new CKEDITOR.dom.element(f)) } catch (d) {} - } - while (b = b.getParent()) + } while (b = b.getParent()) } }, scrollIntoParent: function(a, b, c) { @@ -3179,8 +3178,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (P > ea) for (; U;) U = g(U, N, !0); N = X - } - l || k() + } l || k() } } @@ -3308,8 +3306,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (g = e.getChild(d).getIndex(!0), 0 <= g) { d = g; break a - } - d = -1 + } d = -1 } d += 1 } @@ -3494,8 +3491,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (!CKEDITOR.dtd.$removeEmpty[B.nodeName.toLowerCase()]) { r = null; break - } - r && (E = !!u.length) + } r && (E = !!u.length) } else r = null; E && (H ? J ? h = l : l && this.setStartBefore(l) : H = !0); if (r) { @@ -3507,8 +3503,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license } r = E } else l = null - } - l && (l = c(l.getParent())) + } l && (l = c(l.getParent())) } E = this.endContainer; y = this.endOffset; @@ -3537,8 +3532,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (!CKEDITOR.dtd.$removeEmpty[B.nodeName.toLowerCase()]) { r = null; break - } - r && (E = !!u.length) + } r && (E = !!u.length) } else r = null } else E = 1; E && H && (J ? q = l : this.setEndAfter(l)); @@ -3864,7 +3858,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license } }(), moveToElementEditablePosition: function(a, b) { - if (a.type == CKEDITOR.NODE_ELEMENT && !a.isEditable(!1)) return this.moveToPosition(a, b ? CKEDITOR.POSITION_AFTER_END : CKEDITOR.POSITION_BEFORE_START), !0; + if (a.type == CKEDITOR.NODE_ELEMENT && !a.isEditable(!1)) return this.moveToPosition(a, b ? CKEDITOR.POSITION_AFTER_END : CKEDITOR.POSITION_BEFORE_START), + !0; for (var c = 0; a;) { if (a.type == CKEDITOR.NODE_TEXT) { b && this.endContainer && this.checkEndOfBlock() && k.test(a.getText()) ? this.moveToPosition(a, CKEDITOR.POSITION_BEFORE_START) : this.moveToPosition(a, b ? CKEDITOR.POSITION_AFTER_END : CKEDITOR.POSITION_BEFORE_START); @@ -4025,8 +4020,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license remaining: g }; break a - } - g = null + } g = null } if (!g) return 0; if ((k = CKEDITOR.filter.instances[g.element.data("cke-filter")]) && !k.check(c)) return b(a, @@ -4450,8 +4444,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (p = u[v](b)) { u = p; break a - } - u = void 0 + } u = void 0 } if (u) return u } @@ -4484,8 +4477,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (!1 === c(v[B], b, y)) { a = null; break a - } - if (g) + } if (g) for (B = 0, C = g.length; B < C; ++B) c(g[B], b, y); if (a) for (B = 0, C = a.length; B < C; ++B) d(a[B], b, y, p); @@ -4494,7 +4486,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license a = y } else a = null } - if (!a || !a.valid) return e.push(b), 1;C = a.validAttributes; + if (!a || !a.valid) return e.push(b), + 1;C = a.validAttributes; var h = a.validStyles; u = a.validClasses; var v = b.attributes, @@ -4516,7 +4509,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license y.length && (v["class"] = y.sort().join(" ")); p && y.length < p.split(/\s+/).length && (B = !0) } else p && (v["class"] = p);B && (l = 1); - if (!f.skipFinalValidation && !m(b)) return e.push(b), 1 + if (!f.skipFinalValidation && !m(b)) return e.push(b), + 1 } f.toHtml && (b.name = b.name.replace(F, "cke:$1")); return l @@ -4584,8 +4578,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (l = d[f], l.type == CKEDITOR.NODE_ELEMENT && !e[l.name]) { e = !1; break b - } - e = !0 + } e = !0 } if (e) a.name = b, a.attributes = {}, c.push({ check: "parent-down", @@ -4746,8 +4739,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if ((r = d.match(t[p])) && r[0].length == d.length) { c = !0; break a - } - d = CKEDITOR.htmlParser.fragment.fromHtml(d);1 == d.children.length && (l = d.children[0]).type == CKEDITOR.NODE_ELEMENT && A(e, l, c, g);c = !c.length + } d = CKEDITOR.htmlParser.fragment.fromHtml(d);1 == d.children.length && (l = d.children[0]).type == CKEDITOR.NODE_ELEMENT && A(e, l, c, g);c = !c.length } c || f.push(a) } @@ -5974,8 +5966,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (e = e.toLowerCase(), h && CKEDITOR.dtd.$cdata[e] && (this.onCDATA(h.join("")), h = null), !h) { this.onTagClose(e); continue - } - if (h) h.push(c[0]); + } if (h) h.push(c[0]); else if (e = c[3]) { if (e = e.toLowerCase(), !/="/.test(e)) { var k = {}, @@ -6294,8 +6285,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (a == m[b].name) { m.splice(b, 1); return - } - for (var c = [], d = [], e = z; e != x && e.name != a;) e._.isBlockLike || d.unshift(e), c.push(e), e = e.returnPoint || e.parent; + } for (var c = [], d = [], e = z; e != x && e.name != a;) e._.isBlockLike || d.unshift(e), c.push(e), e = e.returnPoint || e.parent; if (e != x) { for (b = 0; b < c.length; b++) { var f = c[b]; @@ -6458,8 +6448,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (!1 === g) return null; if (g && g != c) return this.onNode(a, g); if (c.parent && !c.name) break - } - return c + } return c }, onNode: function(a, c) { var d = c.type; @@ -6504,8 +6493,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license f = f.value.apply(null, g); if (!1 === f || d && f && (f.name != q || f.type != n)) return f; null != f && (g[0] = c = f) - } - return c + } return c }, execOnName: function(a, c) { for (var d = 0, g = this.rules, h = g.length, k; c && d < h; d++) k = g[d], a.nonEditable && !k.options.applyToAll || a.nestedEditable && k.options.excludeNestedEditable || (c = c.replace(k.value[0], k.value[1])); @@ -6763,7 +6751,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license a.data.dataValue.filterChildren(l.htmlFilter, !0) }, null, null, 10); b.on("toDataFormat", function(a) { - a.data.filter.applyTo(a.data.dataValue, !1, !0) + a.data.filter.applyTo(a.data.dataValue, + !1, !0) }, null, null, 11); b.on("toDataFormat", function(a) { var c = a.data.dataValue, @@ -7620,8 +7609,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license break a } e = void 0 - } - e && (e = new CKEDITOR.dom.range(c), e.moveToElementEditStart(c), b = b.createRange(), b.setStart(e.startContainer.$, e.startOffset), b.collapse(!0), d.removeAllRanges(), + } e && (e = new CKEDITOR.dom.range(c), e.moveToElementEditStart(c), b = b.createRange(), b.setStart(e.startContainer.$, e.startOffset), b.collapse(!0), d.removeAllRanges(), d.addRange(b)) } @@ -7691,8 +7679,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (!D(g)) { d = !0; break a - } - d = !1 + } d = !1 } d = !d } @@ -8625,7 +8612,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license d = b; var e = c.getRanges(), f = d.getRanges(), - g = e.length && e[0]._getTableElement() && e[0]._getTableElement().getAscendant("table", !0), + g = e.length && e[0]._getTableElement() && e[0]._getTableElement().getAscendant("table", + !0), k = f.length && f[0]._getTableElement() && f[0]._getTableElement().getAscendant("table", !0), p = 1 === e.length && e[0]._getTableElement() && e[0]._getTableElement().is("table"), h = 1 === f.length && f[0]._getTableElement() && f[0]._getTableElement().is("table"), @@ -8796,7 +8784,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license var c = b.editor, d = c.createRange(), e; - (e = d.moveToClosestEditablePosition(b.selected, a)) || (e = d.moveToClosestEditablePosition(b.selected, !a)); + (e = d.moveToClosestEditablePosition(b.selected, a)) || (e = d.moveToClosestEditablePosition(b.selected, + !a)); e && c.getSelection().selectRanges([d]); c.fire("saveSnapshot"); b.selected.remove(); @@ -9069,8 +9058,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license e = a.createRange() } catch (f) {} d = e && CKEDITOR.dom.element.get(e.item && e.item(0) || e.parentElement()) - } - if (!d || d.type != CKEDITOR.NODE_ELEMENT && d.type != CKEDITOR.NODE_TEXT || !this.root.equals(d) && !this.root.contains(d)) this._.cache.type = CKEDITOR.SELECTION_NONE, this._.cache.startElement = null, this._.cache.selectedElement = + } if (!d || d.type != CKEDITOR.NODE_ELEMENT && d.type != CKEDITOR.NODE_TEXT || !this.root.equals(d) && !this.root.contains(d)) this._.cache.type = CKEDITOR.SELECTION_NONE, this._.cache.startElement = null, this._.cache.selectedElement = null, this._.cache.selectedText = "", this._.cache.ranges = new CKEDITOR.dom.rangeList; return this }; @@ -9599,8 +9587,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (this.checkElementRemovable(k)) { var m; !e && a.collapsed && (a.checkBoundaryOfElement(k, CKEDITOR.END) || (m = a.checkBoundaryOfElement(k, CKEDITOR.START))) ? (g = k, g.match = m ? "start" : "end") : (k.mergeSiblings(), k.is(this.element) ? A.call(this, k) : x(k, l(this)[k.getName()])) - } - if (g) { + } if (g) { e = d; for (h = 0;; h++) { @@ -10200,8 +10187,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license } q ? g = n : h = n } - } - while (n = n.getParent()); + } while (n = n.getParent()); h || (h = e); this.block = g; this.blockLimit = h; @@ -10362,8 +10348,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (g = c[e], d.ie && (g.replace(/^ie/, "") == d.version || d.quirks && "iequirks" == g) && (g = "ie"), d[g]) { b += "_" + c[e]; break - } - return CKEDITOR.getUrl(a() + b + ".css") + } return CKEDITOR.getUrl(a() + b + ".css") } function b(a, b) { @@ -11074,8 +11059,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (b[a].getElement().$.checked) { b[a].getElement().focus(); return - } - b[0].getElement().focus() + } b[0].getElement().focus() }, eventProcessors: { onChange: function(b, a) { @@ -11609,8 +11593,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license var r = p[0]; k[r] || (k[r] = []); k[r].push(p[1]) - } - a._.removeDialogTabs = k + } a._.removeDialogTabs = k } if (a._.removeDialogTabs && (k = a._.removeDialogTabs[b])) for (m = 0; m < k.length; m++) g.removeContents(k[m]); @@ -11784,8 +11767,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license }!f || d && !this._.editor.activeFilter.check(d) ? e[0].addClass("cke_dialog_tab_disabled") : e[0].removeClass("cke_dialog_tab_disabled") } - } - CKEDITOR.tools.setTimeout(function() { + } CKEDITOR.tools.setTimeout(function() { this.layout(); X(this); this.parts.dialog.setStyle("visibility", ""); @@ -12685,8 +12667,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (arguments[a] instanceof CKEDITOR.dom.element) { c = arguments[a]; break - } - if (c) { + } if (c) { var a = this.att, b = this.getValue(); b ? c.setAttribute(a, b) : c.removeAttribute(a, b) @@ -12887,8 +12868,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license a.removeStyle("direction"); a.removeAttribute("dir"); return - } - b = "useComputedState" in d.config ? d.config.useComputedState : 1; + } b = "useComputedState" in d.config ? d.config.useComputedState : 1; (b ? a.getComputedStyle("direction") : a.getStyle("direction") || a.hasAttribute("dir")) != f && (a.removeStyle("direction"), b ? (a.removeAttribute("dir"), f != a.getComputedStyle("direction") && a.setAttribute("dir", f)) : a.setAttribute("dir", f), d.forceNextSelectionCheck()) } @@ -13063,8 +13043,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (d.type == CKEDITOR.NODE_ELEMENT && d.isBlockBoundary()) { e.move(d, !0); break - } - if (b && "blockquote" == b.getParent().getName()) + } if (b && "blockquote" == b.getParent().getName()) for (d = b; d = d.getPrevious();) if (d.type == CKEDITOR.NODE_ELEMENT && d.isBlockBoundary()) { b.move(d); @@ -13125,8 +13104,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (l.type == CKEDITOR.NODE_ELEMENT && l.isBlockBoundary()) { d = !1; break a - } - d = !0 + } d = !0 } d && c.remove() } @@ -14859,8 +14837,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license c = d; this._.focusIndex = f; break - } - c && (a && a(), CKEDITOR.env.webkit && c.getDocument().getWindow().focus(), c.focus(), this.onMark && this.onMark(c)) + } c && (a && a(), CKEDITOR.env.webkit && c.getDocument().getWindow().focus(), c.focus(), this.onMark && this.onMark(c)) }, getItems: function() { return this.element.getElementsByTag("a") @@ -14882,8 +14859,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license this._.focusIndex = d; c.focus(); break - } - return c || b ? !1 : (this._.focusIndex = -1, this.onKeyDown(a, + } return c || b ? !1 : (this._.focusIndex = -1, this.onKeyDown(a, 1)); case "prev": d = this._.focusIndex; @@ -15700,7 +15676,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license beforeInit: function(a) { var e = a.contextMenu = new CKEDITOR.plugins.contextMenu(a); a.on("contentDom", function() { - e.addTarget(a.editable(), !1 !== a.config.browserContextMenuOnCtrl) + e.addTarget(a.editable(), + !1 !== a.config.browserContextMenuOnCtrl) }); a.addCommand("contextMenu", { exec: function() { @@ -16250,13 +16227,9 @@ For licensing, see LICENSE.md or http://ckeditor.com/license switch (d.getKeystroke()) { case b ? 39: - 37: - case 9: - return (b = CKEDITOR.document.getById(g + (c + 1))) || (b = CKEDITOR.document.getById(g + "0")), b.focus(), !1; + 37: case 9: return (b = CKEDITOR.document.getById(g + (c + 1))) || (b = CKEDITOR.document.getById(g + "0")), b.focus(), !1; case b ? 37: - 39: - case CKEDITOR.SHIFT + 9: - return (b = CKEDITOR.document.getById(g + (c - 1))) || (b = CKEDITOR.document.getById(g + (k.list.length - 1))), b.focus(), !1; + 39: case CKEDITOR.SHIFT + 9: return (b = CKEDITOR.document.getById(g + (c - 1))) || (b = CKEDITOR.document.getById(g + (k.list.length - 1))), b.focus(), !1; case 27: return a.focus(), !1; case 13: @@ -16352,8 +16325,9 @@ For licensing, see LICENSE.md or http://ckeditor.com/license function y(b) { var d = b.startContainer.getAscendant(function(a) { - return a.type == CKEDITOR.NODE_ELEMENT && "true" == a.getAttribute("contenteditable") - }, !0); + return a.type == CKEDITOR.NODE_ELEMENT && "true" == a.getAttribute("contenteditable") + }, + !0); if (b.root.equals(d)) return b; d = new CKEDITOR.dom.range(d); d.moveToRange(b); @@ -16877,8 +16851,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if ("cke:embed" == b.children[c].name) { if (!d(b.children[c])) break; return e(a, b) - } - return null + } return null } return e(a, b) }, @@ -17474,7 +17447,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license for (var d = 0, e; d < b.length; d++) { e = b[d]; for (var f in m) - if (m[f].checkElementMatch(e, !0, a)) { + if (m[f].checkElementMatch(e, + !0, a)) { f != c && this.setValue(f); return } @@ -17795,8 +17769,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license c != e && this.setValue(c, a.lang.format["tag_" + c]); return - } - this.setValue("") + } this.setValue("") }, this) }, onOpen: function() { @@ -18122,7 +18095,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license } if (CKEDITOR.env.gecko) try { var c = a.document.$; - c.execCommand("enableObjectResizing", !1, !a.config.disableObjectResizing); + c.execCommand("enableObjectResizing", + !1, !a.config.disableObjectResizing); c.execCommand("enableInlineTableEditing", !1, !a.config.disableNativeTableHandles) } catch (d) {} else CKEDITOR.env.ie && 11 > CKEDITOR.env.version && a.config.disableObjectResizing && f(a) } @@ -18605,14 +18579,12 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (g[a].getName && p[g[a].getName()]) { b = g[a]; break - } - for (var g = l.isIndent ? 1 : -1, a = e[0], e = e[e.length - 1], k = CKEDITOR.plugins.list.listToArray(b, q), h = k[e.getCustomData("listarray_index")].indent, + } for (var g = l.isIndent ? 1 : -1, a = e[0], e = e[e.length - 1], k = CKEDITOR.plugins.list.listToArray(b, q), h = k[e.getCustomData("listarray_index")].indent, a = a.getCustomData("listarray_index"); a <= e.getCustomData("listarray_index"); a++) if (k[a].indent += g, 0 < g) { var n = k[a].parent; k[a].parent = new CKEDITOR.dom.element(n.getName(), n.getDocument()) - } - for (a = e.getCustomData("listarray_index") + 1; a < k.length && k[a].indent > h; a++) k[a].indent += g; + } for (a = e.getCustomData("listarray_index") + 1; a < k.length && k[a].indent > h; a++) k[a].indent += g; e = CKEDITOR.plugins.list.arrayToList(k, q, null, d.config.enterMode, b.getDirection()); if (!l.isIndent) { var f; @@ -18812,8 +18784,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license r = this.state == CKEDITOR.TRISTATE_OFF && (!k || q(g, !0) != this.value); e && l ? r ? g.addClass(e) : m || g.removeAttribute("class") : r && p && g.setStyle("text-align", this.value) } - } - a.focus(); + } a.focus(); a.forceNextSelectionCheck(); c.selectBookmarks(f) } @@ -19394,8 +19365,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license g = f[k - 1].indent + 1 - f[k].indent; for (h = f[k].indent; f[k] && f[k].indent >= h;) f[k].indent += g, k++; k-- - } - var d = CKEDITOR.plugins.list.arrayToList(f, e, null, b.config.enterMode, m.root.getAttribute("dir")).listNode, + } var d = CKEDITOR.plugins.list.arrayToList(f, e, null, b.config.enterMode, m.root.getAttribute("dir")).listNode, a, p; c(!0); c(); @@ -19605,8 +19575,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license }, f.push(a), CKEDITOR.dom.element.setMarker(k, q, "list_group_object", a)); p = 1; break - } - p || (p = l, p.getCustomData("list_group_object_" + + } p || (p = l, p.getCustomData("list_group_object_" + h) ? p.getCustomData("list_group_object_" + h).contents.push(d) : (a = { root: p, contents: [d] @@ -19622,7 +19591,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license g = q; p = CKEDITOR.plugins.list.listToArray(h.root, a); l = []; - for (d = 0; d < h.contents.length; d++) n = h.contents[d], (n = n.getAscendant("li", !0)) && !n.getCustomData("list_item_processed") && (l.push(n), CKEDITOR.dom.element.setMarker(a, n, "list_item_processed", !0)); + for (d = 0; d < h.contents.length; d++) n = h.contents[d], (n = n.getAscendant("li", !0)) && !n.getCustomData("list_item_processed") && (l.push(n), CKEDITOR.dom.element.setMarker(a, n, "list_item_processed", + !0)); for (var n = h.root.getDocument(), t = void 0, r = void 0, d = 0; d < l.length; d++) { var y = l[d].getCustomData("listarray_index"), t = p[y].parent; @@ -20022,7 +19992,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license return !!{ absolute: 1, fixed: 1 - }[a.getComputedStyle("position")] + } [a.getComputedStyle("position")] } function L(a, c) { @@ -21456,8 +21426,9 @@ For licensing, see LICENSE.md or http://ckeditor.com/license b = b.data.getTarget(); var d = a.widgets && a.widgets.getByElement(b); d && (d.wrapper = b.getAscendant(function(a) { - return a.hasAttribute("data-cke-widget-wrapper") - }, !0)) + return a.hasAttribute("data-cke-widget-wrapper") + }, + !0)) }, this, null, -10) }; a.on("contentDom", g); @@ -22533,8 +22504,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license CKEDITOR.dom.element.clearAllMarkers(g); e = h; break a - } - CKEDITOR.dom.element.clearAllMarkers(g);a = b[0].getParent(); + } CKEDITOR.dom.element.clearAllMarkers(g);a = b[0].getParent(); (a = a.getPrevious()) ? e = a.getLast() : (a = b[e].getParent(), e = (a = a.getNext()) ? a.getChild(0) : null) } d.reset(); @@ -23059,13 +23029,11 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if (a.$ === e[h][c]) { f = c; break - } - for (c = 0; c < e[m].length; c++) + } for (c = 0; c < e[m].length; c++) if (b.$ === e[m][c]) { p = c; break - } - f > p && (c = f, f = p, p = c); + } f > p && (c = f, f = p, p = c); for (c = h; c <= m; c++) for (h = f; h <= p; h++) d = new CKEDITOR.dom.element(e[c][h]), d.$ && !d.getCustomData("selected_cell") && (l.push(d), CKEDITOR.dom.element.setMarker(k, d, "selected_cell", !0)); @@ -23283,8 +23251,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if ((new CKEDITOR.dom.element(c[d][e])).equals(b)) { b = e; break a - } - b = void 0 + } b = void 0 } return CKEDITOR.tools.buildTableMap(this._getTable(), n(this.rows.first), a, n(this.rows.last), b) @@ -23376,7 +23343,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license return 1 < d.getChildCount() ? null : d.findOne("table") }, pasteTable: function(a, b, c) { - var d, e = A(a.cells.first, !0), + var d, e = A(a.cells.first, + !0), h = a._getTable(), m = {}, l, k, f, p; @@ -23729,7 +23697,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license var c = null; if (b) c = !0; else { - var d = new f(this.editor, !0); + var d = new f(this.editor, + !0); this.currentImage && this.currentImage.equalsContent(d) && (c = d) } this.locked = { @@ -24361,8 +24330,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license else { if (B(d)) return !1; break - } - c = h % 100; + } c = h % 100; if (9 < c && 20 > c) { if ("th" !== e) return !1 } else if (c = h % 10, 1 == c) { @@ -24715,8 +24683,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license if ("cke:embed" == c.children[b].name) { if ("allMedias" != c.children[b].attributes.mtype) break; return e(a, c) - } - return null + } return null }, "cke:embed": function(b) { return "allMedias" != diff --git a/public/assets/plugins/ckeditor/contents.css b/public/assets/plugins/ckeditor/contents.css index ebab3b5..f0c0f8a 100644 --- a/public/assets/plugins/ckeditor/contents.css +++ b/public/assets/plugins/ckeditor/contents.css @@ -7,16 +7,20 @@ body { /* Font */ font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; font-size: 12px; + /* Text color */ color: #333; + /* Remove the background color to make it transparent */ background-color: #fff; + margin: 20px; } .cke_editable { font-size: 13px; line-height: 1.6; + /* Fix for missing scrollbars with RTL texts. (#10488) */ word-wrap: break-word; } @@ -124,9 +128,7 @@ a>img { outline: 1px solid #0782C1; } - /* Widget Styles */ - .code-featured { border: 5px solid red; } diff --git a/public/assets/plugins/ckeditor/plugins/colordialog/dialogs/colordialog.js b/public/assets/plugins/ckeditor/plugins/colordialog/dialogs/colordialog.js index 381bd3a..94d52cf 100644 --- a/public/assets/plugins/ckeditor/plugins/colordialog/dialogs/colordialog.js +++ b/public/assets/plugins/ckeditor/plugins/colordialog/dialogs/colordialog.js @@ -67,8 +67,7 @@ CKEDITOR.dialog.add("colordialog", function(x) { break; case e ? 39: 37: if (a = b.getPrevious()) a.focus(), c.preventDefault(!0); - else - if (a = b.getParent().getPrevious()) a = a.getLast(), a.focus(), c.preventDefault(!0) + else if (a = b.getParent().getPrevious()) a = a.getLast(), a.focus(), c.preventDefault(!0) } } var v = CKEDITOR.dom.element, diff --git a/public/assets/plugins/ckeditor/plugins/copyformatting/styles/copyformatting.css b/public/assets/plugins/ckeditor/plugins/copyformatting/styles/copyformatting.css index e904cf5..1e9cd5c 100644 --- a/public/assets/plugins/ckeditor/plugins/copyformatting/styles/copyformatting.css +++ b/public/assets/plugins/ckeditor/plugins/copyformatting/styles/copyformatting.css @@ -7,12 +7,10 @@ html.cke_copyformatting_active { min-height: 100%; } - /* There is no cursor in CUR format for IE/Edge as that browser does not support custom cursor in [contenteditable] area. Ticket for this issue: https://connect.microsoft.com/IE/feedback/details/1070215/cant-change-cursor-in-contenteditable-using-css */ - .cke_copyformatting_disabled, .cke_copyformatting_disabled a, .cke_copyformatting_disabled .cke_editable { @@ -24,10 +22,8 @@ html.cke_copyformatting_active { cursor: default; } - /* Added `!important` rule as a fix for overriding the cursor by the Table Resize plugin. The `!important` rule is used because the Table Resize plugin creates a `
` which changes the cursor using inlined styles. */ - .cke_copyformatting_active, .cke_copyformatting_active.cke_editable, .cke_copyformatting_active .cke_editable, diff --git a/public/assets/plugins/ckeditor/plugins/div/dialogs/div.js b/public/assets/plugins/ckeditor/plugins/div/dialogs/div.js index 0e21892..f6bbd3b 100644 --- a/public/assets/plugins/ckeditor/plugins/div/dialogs/div.js +++ b/public/assets/plugins/ckeditor/plugins/div/dialogs/div.js @@ -164,8 +164,7 @@ } else { for (; !u[b.getName()] && !b.equals(e[h].root);) b = b.getParent(); t(g, b, c) - } - CKEDITOR.dom.element.clearAllMarkers(c); + } CKEDITOR.dom.element.clearAllMarkers(c); e = []; h = null; for (l = 0; l < g.length; l++) b = g[l], d = a.elementPath(b).blockLimit, d.isReadOnly() && (d = d.getParent()), a.config.div_wrapTable && d.is(["td", "th"]) && (d = a.elementPath(d.getParent()).blockLimit), @@ -181,11 +180,11 @@ for (d = e[h][b]; d.getParent() && !d.getParent().equals(g);) d = d.getParent(); e[h][b] = d } - for (b = 0; b < e[h].length; b++) d = e[h][b], d.getCustomData && d.getCustomData("block_processed") || (d.is && CKEDITOR.dom.element.setMarker(c, d, "block_processed", !0), b || l.insertBefore(d), l.append(d)); + for (b = 0; b < e[h].length; b++) d = e[h][b], d.getCustomData && d.getCustomData("block_processed") || (d.is && CKEDITOR.dom.element.setMarker(c, d, "block_processed", + !0), b || l.insertBefore(d), l.append(d)); CKEDITOR.dom.element.clearAllMarkers(c); f.push(l) - } - k.selectBookmarks(n); + } k.selectBookmarks(n); p = f } f = p.length; diff --git a/public/assets/plugins/ckeditor/plugins/pastefromword/filter/default.js b/public/assets/plugins/ckeditor/plugins/pastefromword/filter/default.js index 519463a..0d7d15b 100644 --- a/public/assets/plugins/ckeditor/plugins/pastefromword/filter/default.js +++ b/public/assets/plugins/ckeditor/plugins/pastefromword/filter/default.js @@ -23,8 +23,7 @@ f.add(l); f = l; delete c[h] - } - for (c = 0; c < d.length; c++) f.add(d[c]) + } for (c = 0; c < d.length; c++) f.add(d[c]) } var g, k, t, q, n = CKEDITOR.tools, y = ["o:p", "xml", "script", "meta", "link"], @@ -297,8 +296,7 @@ c.add(l); c = l; delete b[h] - } - CKEDITOR.tools.isEmpty(b) ? delete a.attributes.style : a.attributes.style = CKEDITOR.tools.writeCssText(b); + } CKEDITOR.tools.isEmpty(b) ? delete a.attributes.style : a.attributes.style = CKEDITOR.tools.writeCssText(b); for (b = 0; b < f.length; b++) c.add(f[b]) }, sortStyles: function(a) { @@ -340,8 +338,7 @@ g.type === CKEDITOR.NODE_ELEMENT && (h = !0, k.setStyle(g, e, f[e])) } h && delete f[e] - } - a.attributes.style = CKEDITOR.tools.writeCssText(f); + } a.attributes.style = CKEDITOR.tools.writeCssText(f); return !0 }, inliner: { @@ -477,8 +474,7 @@ if (g.getSubsectionSymbol(b).match(new RegExp(e))) { d["list-style-type"] = f[e]; break - } - a.attributes["cke-list-style-type"] = d["list-style-type"] + } a.attributes["cke-list-style-type"] = d["list-style-type"] } else f = { "·": "disc", o: "circle", @@ -552,7 +548,7 @@ X: "upper-roman", L: "upper-roman", M: "upper-roman" - }[a]; + } [a]; b || (b = "decimal", a.match(/[a-z]/) && (b = "lower-alpha"), a.match(/[A-Z]/) && (b = "upper-alpha")); return b } @@ -582,8 +578,7 @@ if (1 == h[d].attributes["cke-list-level"]) { l = h[d]; break - } - var l = [g.createList(l)], + } var l = [g.createList(l)], k = l[0], m = [l[0]]; k.insertBefore(h[0]); @@ -765,7 +760,7 @@ k; d[d.length - 1].push(a[e]); f = l - }[].splice.apply(b, [].concat([n.indexOf(b, a), 1], d)) + } [].splice.apply(b, [].concat([n.indexOf(b, a), 1], d)) }, isAListContinuation: function(a) { var b = a; @@ -773,8 +768,7 @@ if ((b = b.previous) && b.type === CKEDITOR.NODE_ELEMENT) { if (void 0 === b.attributes["cke-list-level"]) break; if (b.attributes["cke-list-level"] === a.attributes["cke-list-level"]) return b.attributes["cke-list-id"] === a.attributes["cke-list-id"] - } - while (b); + } while (b); return !1 }, getElementIndentation: function(a) { diff --git a/public/assets/plugins/ckeditor/plugins/scayt/dialogs/options.js b/public/assets/plugins/ckeditor/plugins/scayt/dialogs/options.js index e28592c..cdf83e3 100644 --- a/public/assets/plugins/ckeditor/plugins/scayt/dialogs/options.js +++ b/public/assets/plugins/ckeditor/plugins/scayt/dialogs/options.js @@ -487,7 +487,8 @@ CKEDITOR.dialog.add("scaytDialog", function(c) { }); f.append(g); f.append(k); - a === m.getLang() && (g.setAttribute("checked", !0), g.setAttribute("defaultChecked", "defaultChecked")); + a === m.getLang() && (g.setAttribute("checked", + !0), g.setAttribute("defaultChecked", "defaultChecked")); return f }, renderLangList: function(b) { diff --git a/public/assets/plugins/ckeditor/plugins/smiley/dialogs/smiley.js b/public/assets/plugins/ckeditor/plugins/smiley/dialogs/smiley.js index 5f62432..a0dd1d7 100644 --- a/public/assets/plugins/ckeditor/plugins/smiley/dialogs/smiley.js +++ b/public/assets/plugins/ckeditor/plugins/smiley/dialogs/smiley.js @@ -47,13 +47,11 @@ CKEDITOR.dialog.add("smiley", function(f) { break; case d ? 37: 39: if (b = c.getParent().getNext()) b = b.getChild(0), b.focus(), a.preventDefault(!0); - else - if (b = c.getParent().getParent().getNext())(b = b.getChild([0, 0])) && b.focus(), a.preventDefault(!0); + else if (b = c.getParent().getParent().getNext())(b = b.getChild([0, 0])) && b.focus(), a.preventDefault(!0); break; case d ? 39: 37: if (b = c.getParent().getPrevious()) b = b.getChild(0), b.focus(), a.preventDefault(!0); - else - if (b = c.getParent().getParent().getPrevious()) b = b.getLast().getChild(0), b.focus(), a.preventDefault(!0) + else if (b = c.getParent().getParent().getPrevious()) b = b.getLast().getChild(0), b.focus(), a.preventDefault(!0) } }), d = CKEDITOR.tools.getNextId() + "_smiley_emtions_label", d = ['\x3cdiv\x3e\x3cspan id\x3d"' + d + '" class\x3d"cke_voice_label"\x3e' + a.options + "\x3c/span\x3e", '\x3ctable role\x3d"listbox" aria-labelledby\x3d"' + d + '" style\x3d"width:100%;height:100%;border-collapse:separate;" cellspacing\x3d"2" cellpadding\x3d"2"', CKEDITOR.env.ie && CKEDITOR.env.quirks ? ' style\x3d"position:absolute;"' : "", "\x3e\x3ctbody\x3e" diff --git a/public/assets/plugins/ckeditor/plugins/specialchar/dialogs/specialchar.js b/public/assets/plugins/ckeditor/plugins/specialchar/dialogs/specialchar.js index 5b19c2d..c35f587 100644 --- a/public/assets/plugins/ckeditor/plugins/specialchar/dialogs/specialchar.js +++ b/public/assets/plugins/ckeditor/plugins/specialchar/dialogs/specialchar.js @@ -52,8 +52,7 @@ CKEDITOR.dialog.add("specialchar", function(k) { break; case f ? 37: 39: if (a = b.getParent().getNext()) a = a.getChild(0), 1 == a.type ? (a.focus(), d(null, b), g(null, a), c.preventDefault(!0)) : d(null, b); - else - if (a = b.getParent().getParent().getNext())(a = a.getChild([0, 0])) && 1 == a.type ? (a.focus(), d(null, b), g(null, a), c.preventDefault(!0)) : d(null, b); + else if (a = b.getParent().getParent().getNext())(a = a.getChild([0, 0])) && 1 == a.type ? (a.focus(), d(null, b), g(null, a), c.preventDefault(!0)) : d(null, b); break; case f ? 39: 37: (a = b.getParent().getPrevious()) ? (a = a.getChild(0), a.focus(), d(null, b), g(null, a), c.preventDefault(!0)) : (a = b.getParent().getParent().getPrevious()) ? (a = a.getLast().getChild(0), a.focus(), d(null, b), g(null, a), c.preventDefault(!0)) : diff --git a/public/assets/plugins/ckeditor/plugins/tableselection/styles/tableselection.css b/public/assets/plugins/ckeditor/plugins/tableselection/styles/tableselection.css index 93b99aa..1a161eb 100644 --- a/public/assets/plugins/ckeditor/plugins/tableselection/styles/tableselection.css +++ b/public/assets/plugins/ckeditor/plugins/tableselection/styles/tableselection.css @@ -6,7 +6,7 @@ table[data-cke-table-faked-selection-table] *::selection { .cke_table-faked-selection-editor { /* With love, dedicated for Chrome, until https://bugs.chromium.org/p/chromium/issues/detail?id=702610 is resolved. It will force repaint (without reflow) so that selection is properly displayed. */ - transform: translateZ( 0); + transform: translateZ(0); } .cke_table-faked-selection { diff --git a/public/assets/plugins/ckeditor/plugins/templates/dialogs/templates.css b/public/assets/plugins/ckeditor/plugins/templates/dialogs/templates.css index 22fa65d..9170087 100644 --- a/public/assets/plugins/ckeditor/plugins/templates/dialogs/templates.css +++ b/public/assets/plugins/ckeditor/plugins/templates/dialogs/templates.css @@ -55,10 +55,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license cursor: pointer; } - /* IE Quirks contextual selectors children will not get :hover transition until the hover style of the link itself contains certain CSS declarations. */ - .cke_browser_quirks .cke_tpl_list a:active, .cke_browser_quirks .cke_tpl_list a:hover, .cke_browser_quirks .cke_tpl_list a:focus { diff --git a/public/assets/plugins/ckeditor/plugins/wsc/dialogs/wsc.js b/public/assets/plugins/ckeditor/plugins/wsc/dialogs/wsc.js index d3e9d13..b6be74a 100644 --- a/public/assets/plugins/ckeditor/plugins/wsc/dialogs/wsc.js +++ b/public/assets/plugins/ckeditor/plugins/wsc/dialogs/wsc.js @@ -27,8 +27,7 @@ if (d.toUpperCase() === c.toUpperCase()) { c = e; break a - } - c = "" + } c = "" } return c }, @@ -397,8 +396,7 @@ if (a.cmd[k] == d) { a.previousTab = k; break - } - g.postMessage.send({ + } g.postMessage.send({ message: { changeLang: a.selectingLang, interfaceLang: a.interfaceLang, diff --git a/public/assets/plugins/ckeditor/skins/moono/dev/locations.json b/public/assets/plugins/ckeditor/skins/moono/dev/locations.json index 73f4083..5fc7723 100644 --- a/public/assets/plugins/ckeditor/skins/moono/dev/locations.json +++ b/public/assets/plugins/ckeditor/skins/moono/dev/locations.json @@ -13,7 +13,8 @@ "plugins/newpage/icons/newpage-rtl.png", "plugins/preview/icons/preview.png", "plugins/preview/icons/preview-rtl.png", - "plugins/print/icons/print.png", [ + "plugins/print/icons/print.png", + [ "plugins/templates/icons/templates.png", "plugins/templates/icons/templates-rtl.png" ], @@ -48,7 +49,8 @@ "plugins/find/icons/find.png" ], "plugins/find/icons/replace.png", - "plugins/selectall/icons/selectall.png", [ + "plugins/selectall/icons/selectall.png", + [ "plugins/wsc/icons/spellchecker.png", "plugins/scayt/icons/scayt.png" ] @@ -56,7 +58,8 @@ "3": [ "plugins/forms/icons/form.png", "plugins/forms/icons/checkbox.png", - "plugins/forms/icons/radio.png", [ + "plugins/forms/icons/radio.png", + [ "plugins/forms/icons/textfield-rtl.png", "plugins/forms/icons/textfield.png" ], diff --git a/public/assets/plugins/ckeditor/skins/moono/dialog.css b/public/assets/plugins/ckeditor/skins/moono/dialog.css index 58ebaae..97a6537 100644 --- a/public/assets/plugins/ckeditor/skins/moono/dialog.css +++ b/public/assets/plugins/ckeditor/skins/moono/dialog.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_dialog { visibility: visible } @@ -63,6 +62,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license -webkit-transform: rotate(0deg); transform: rotate(0deg) } + 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) @@ -74,6 +74,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license -webkit-transform: rotate(0deg); transform: rotate(0deg) } + 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) diff --git a/public/assets/plugins/ckeditor/skins/moono/dialog_ie.css b/public/assets/plugins/ckeditor/skins/moono/dialog_ie.css index 29a9667..c8cc779 100644 --- a/public/assets/plugins/ckeditor/skins/moono/dialog_ie.css +++ b/public/assets/plugins/ckeditor/skins/moono/dialog_ie.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_dialog { visibility: visible } @@ -63,6 +62,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license -webkit-transform: rotate(0deg); transform: rotate(0deg) } + 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) @@ -74,6 +74,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license -webkit-transform: rotate(0deg); transform: rotate(0deg) } + 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) @@ -751,7 +752,7 @@ a.cke_specialchar:active { .cke_rtl .cke_dialog_ui_hbox_child, .cke_rtl .cke_dialog_ui_hbox_first, .cke_rtl .cke_dialog_ui_hbox_last { - padding-right: 2px!important + padding-right: 2px !important } .cke_hc .cke_dialog_title, diff --git a/public/assets/plugins/ckeditor/skins/moono/dialog_ie7.css b/public/assets/plugins/ckeditor/skins/moono/dialog_ie7.css index 9f0a62c..55a8da4 100644 --- a/public/assets/plugins/ckeditor/skins/moono/dialog_ie7.css +++ b/public/assets/plugins/ckeditor/skins/moono/dialog_ie7.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_dialog { visibility: visible } @@ -63,6 +62,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license -webkit-transform: rotate(0deg); transform: rotate(0deg) } + 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) @@ -74,6 +74,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license -webkit-transform: rotate(0deg); transform: rotate(0deg) } + 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) @@ -751,7 +752,7 @@ a.cke_specialchar:active { .cke_rtl .cke_dialog_ui_hbox_child, .cke_rtl .cke_dialog_ui_hbox_first, .cke_rtl .cke_dialog_ui_hbox_last { - padding-right: 2px!important + padding-right: 2px !important } .cke_hc .cke_dialog_title, @@ -800,7 +801,7 @@ a.cke_specialchar:active { .cke_dialog_ui_input_password, .cke_dialog_ui_input_textarea, .cke_dialog_ui_input_select { - padding: 0!important + padding: 0 !important } .cke_dialog_ui_checkbox_input, @@ -808,5 +809,5 @@ a.cke_specialchar:active { .cke_btn_reset, .cke_btn_locked, .cke_btn_unlocked { - border: 1px solid transparent!important + border: 1px solid transparent !important } \ No newline at end of file diff --git a/public/assets/plugins/ckeditor/skins/moono/dialog_ie8.css b/public/assets/plugins/ckeditor/skins/moono/dialog_ie8.css index c8a0957..bacb473 100644 --- a/public/assets/plugins/ckeditor/skins/moono/dialog_ie8.css +++ b/public/assets/plugins/ckeditor/skins/moono/dialog_ie8.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_dialog { visibility: visible } @@ -63,6 +62,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license -webkit-transform: rotate(0deg); transform: rotate(0deg) } + 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) @@ -74,6 +74,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license -webkit-transform: rotate(0deg); transform: rotate(0deg) } + 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) @@ -751,7 +752,7 @@ a.cke_specialchar:active { .cke_rtl .cke_dialog_ui_hbox_child, .cke_rtl .cke_dialog_ui_hbox_first, .cke_rtl .cke_dialog_ui_hbox_last { - padding-right: 2px!important + padding-right: 2px !important } .cke_hc .cke_dialog_title, diff --git a/public/assets/plugins/ckeditor/skins/moono/dialog_iequirks.css b/public/assets/plugins/ckeditor/skins/moono/dialog_iequirks.css index bd1a82a..192d0d1 100644 --- a/public/assets/plugins/ckeditor/skins/moono/dialog_iequirks.css +++ b/public/assets/plugins/ckeditor/skins/moono/dialog_iequirks.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_dialog { visibility: visible } @@ -63,6 +62,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license -webkit-transform: rotate(0deg); transform: rotate(0deg) } + 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) @@ -74,6 +74,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license -webkit-transform: rotate(0deg); transform: rotate(0deg) } + 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) @@ -751,7 +752,7 @@ a.cke_specialchar:active { .cke_rtl .cke_dialog_ui_hbox_child, .cke_rtl .cke_dialog_ui_hbox_first, .cke_rtl .cke_dialog_ui_hbox_last { - padding-right: 2px!important + padding-right: 2px !important } .cke_hc .cke_dialog_title, diff --git a/public/assets/plugins/ckeditor/skins/moono/editor.css b/public/assets/plugins/ckeditor/skins/moono/editor.css index 53e3184..aaaf146 100644 --- a/public/assets/plugins/ckeditor/skins/moono/editor.css +++ b/public/assets/plugins/ckeditor/skins/moono/editor.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_reset { margin: 0; padding: 0; @@ -237,7 +236,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license padding: 3px 4px; display: block; border: 1px solid #fff; - color: inherit!important; + color: inherit !important; text-decoration: none; overflow: hidden; text-overflow: ellipsis; @@ -996,6 +995,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1005,6 +1005,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1097,910 +1098,910 @@ legend.cke_voice_label { } .cke_button__about_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -0px!important + background: url(icons.png?t=H8DA) no-repeat 0 -0px !important } .cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -24px!important + background: url(icons.png?t=H8DA) no-repeat 0 -24px !important } .cke_ltr .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -48px!important + background: url(icons.png?t=H8DA) no-repeat 0 -48px !important } .cke_button__bgcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -72px!important + background: url(icons.png?t=H8DA) no-repeat 0 -72px !important } .cke_button__bidiltr_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -96px!important + background: url(icons.png?t=H8DA) no-repeat 0 -96px !important } .cke_button__bidirtl_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -120px!important + background: url(icons.png?t=H8DA) no-repeat 0 -120px !important } .cke_button__blockquote_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -144px!important + background: url(icons.png?t=H8DA) no-repeat 0 -144px !important } .cke_button__bold_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -168px!important + background: url(icons.png?t=H8DA) no-repeat 0 -168px !important } .cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -192px!important + background: url(icons.png?t=H8DA) no-repeat 0 -192px !important } .cke_ltr .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -216px!important + background: url(icons.png?t=H8DA) no-repeat 0 -216px !important } .cke_button__button_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -240px!important + background: url(icons.png?t=H8DA) no-repeat 0 -240px !important } .cke_button__checkbox_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -264px!important + background: url(icons.png?t=H8DA) no-repeat 0 -264px !important } .cke_button__codesnippet_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -288px!important + background: url(icons.png?t=H8DA) no-repeat 0 -288px !important } .cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -312px!important + background: url(icons.png?t=H8DA) no-repeat 0 -312px !important } .cke_ltr .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -336px!important + background: url(icons.png?t=H8DA) no-repeat 0 -336px !important } .cke_button__copyformatting_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -360px!important + background: url(icons.png?t=H8DA) no-repeat 0 -360px !important } .cke_button__creatediv_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -384px!important + background: url(icons.png?t=H8DA) no-repeat 0 -384px !important } .cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -408px!important + background: url(icons.png?t=H8DA) no-repeat 0 -408px !important } .cke_ltr .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -432px!important + background: url(icons.png?t=H8DA) no-repeat 0 -432px !important } .cke_rtl .cke_button__docprops_icon, .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -456px!important + background: url(icons.png?t=H8DA) no-repeat 0 -456px !important } .cke_ltr .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -480px!important + background: url(icons.png?t=H8DA) no-repeat 0 -480px !important } .cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -504px!important + background: url(icons.png?t=H8DA) no-repeat 0 -504px !important } .cke_ltr .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -528px!important + background: url(icons.png?t=H8DA) no-repeat 0 -528px !important } .cke_button__flash_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -552px!important + background: url(icons.png?t=H8DA) no-repeat 0 -552px !important } .cke_button__form_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -576px!important + background: url(icons.png?t=H8DA) no-repeat 0 -576px !important } .cke_button__hiddenfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -600px!important + background: url(icons.png?t=H8DA) no-repeat 0 -600px !important } .cke_button__horizontalrule_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -624px!important + background: url(icons.png?t=H8DA) no-repeat 0 -624px !important } .cke_button__iframe_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -648px!important + background: url(icons.png?t=H8DA) no-repeat 0 -648px !important } .cke_button__image_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -672px!important + background: url(icons.png?t=H8DA) no-repeat 0 -672px !important } .cke_button__imagebutton_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -696px!important + background: url(icons.png?t=H8DA) no-repeat 0 -696px !important } .cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -720px!important + background: url(icons.png?t=H8DA) no-repeat 0 -720px !important } .cke_ltr .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -744px!important + background: url(icons.png?t=H8DA) no-repeat 0 -744px !important } .cke_button__italic_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -768px!important + background: url(icons.png?t=H8DA) no-repeat 0 -768px !important } .cke_button__justifyblock_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -792px!important + background: url(icons.png?t=H8DA) no-repeat 0 -792px !important } .cke_button__justifycenter_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -816px!important + background: url(icons.png?t=H8DA) no-repeat 0 -816px !important } .cke_button__justifyleft_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -840px!important + background: url(icons.png?t=H8DA) no-repeat 0 -840px !important } .cke_button__justifyright_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -864px!important + background: url(icons.png?t=H8DA) no-repeat 0 -864px !important } .cke_button__language_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -888px!important + background: url(icons.png?t=H8DA) no-repeat 0 -888px !important } .cke_button__link_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -912px!important + background: url(icons.png?t=H8DA) no-repeat 0 -912px !important } .cke_button__maximize_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -936px!important + background: url(icons.png?t=H8DA) no-repeat 0 -936px !important } .cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -960px!important + background: url(icons.png?t=H8DA) no-repeat 0 -960px !important } .cke_ltr .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -984px!important + background: url(icons.png?t=H8DA) no-repeat 0 -984px !important } .cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1008px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1008px !important } .cke_ltr .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1032px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1032px !important } .cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1056px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1056px !important } .cke_ltr .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1080px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1080px !important } .cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1104px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1104px !important } .cke_ltr .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1128px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1128px !important } .cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1152px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1152px !important } .cke_ltr .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1176px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1176px !important } .cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1200px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1200px !important } .cke_ltr .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1224px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1224px !important } .cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1248px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1248px !important } .cke_ltr .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1272px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1272px !important } .cke_button__placeholder_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1296px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1296px !important } .cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1320px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1320px !important } .cke_ltr .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1344px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1344px !important } .cke_button__print_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1368px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1368px !important } .cke_button__radio_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1392px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1392px !important } .cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1416px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1416px !important } .cke_ltr .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1440px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1440px !important } .cke_button__removeformat_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1464px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1464px !important } .cke_button__replace_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1488px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1488px !important } .cke_button__save_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1512px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1512px !important } .cke_button__scayt_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1536px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1536px !important } .cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1560px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1560px !important } .cke_ltr .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1584px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1584px !important } .cke_button__selectall_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1608px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1608px !important } .cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1632px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1632px !important } .cke_ltr .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1656px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1656px !important } .cke_button__smiley_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1680px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1680px !important } .cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1704px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1704px !important } .cke_ltr .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1728px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1728px !important } .cke_rtl .cke_button__sourcedialog_icon, .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1752px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1752px !important } .cke_ltr .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1776px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1776px !important } .cke_button__specialchar_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1800px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1800px !important } .cke_button__spellchecker_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1824px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1824px !important } .cke_button__strike_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1848px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1848px !important } .cke_button__subscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1872px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1872px !important } .cke_button__superscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1896px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1896px !important } .cke_button__table_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1920px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1920px !important } .cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1944px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1944px !important } .cke_ltr .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1968px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1968px !important } .cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1992px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1992px !important } .cke_ltr .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2016px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2016px !important } .cke_button__textcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2040px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2040px !important } .cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2064px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2064px !important } .cke_ltr .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2088px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2088px !important } .cke_button__uicolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2112px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2112px !important } .cke_button__underline_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2136px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2136px !important } .cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2160px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2160px !important } .cke_ltr .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2184px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2184px !important } .cke_button__unlink_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2208px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2208px !important } .cke_hidpi .cke_button__about_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__anchor_icon, .cke_ltr.cke_hidpi .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bgcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidiltr_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidirtl_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px !important; + background-size: 16px !important } .cke_hidpi .cke_button__blockquote_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bold_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px !important; + background-size: 16px !important } .cke_hidpi .cke_button__button_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px !important; + background-size: 16px !important } .cke_hidpi .cke_button__checkbox_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px !important; + background-size: 16px !important } .cke_hidpi .cke_button__codesnippet_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__copy_icon, .cke_ltr.cke_hidpi .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px !important; + background-size: 16px !important } .cke_hidpi .cke_button__copyformatting_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px !important; + background-size: 16px !important } .cke_hidpi .cke_button__creatediv_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__cut_icon, .cke_ltr.cke_hidpi .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__docprops_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__docprops_icon, .cke_ltr.cke_hidpi .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__find_icon, .cke_ltr.cke_hidpi .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px !important; + background-size: 16px !important } .cke_hidpi .cke_button__flash_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px !important; + background-size: 16px !important } .cke_hidpi .cke_button__form_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px !important; + background-size: 16px !important } .cke_hidpi .cke_button__hiddenfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px !important; + background-size: 16px !important } .cke_hidpi .cke_button__horizontalrule_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px !important; + background-size: 16px !important } .cke_hidpi .cke_button__iframe_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px !important; + background-size: 16px !important } .cke_hidpi .cke_button__image_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px !important; + background-size: 16px !important } .cke_hidpi .cke_button__imagebutton_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__indent_icon, .cke_ltr.cke_hidpi .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px !important; + background-size: 16px !important } .cke_hidpi .cke_button__italic_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyblock_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifycenter_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyleft_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyright_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px !important; + background-size: 16px !important } .cke_hidpi .cke_button__language_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px !important; + background-size: 16px !important } .cke_hidpi .cke_button__link_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px !important; + background-size: 16px !important } .cke_hidpi .cke_button__maximize_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__newpage_icon, .cke_ltr.cke_hidpi .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__numberedlist_icon, .cke_ltr.cke_hidpi .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__outdent_icon, .cke_ltr.cke_hidpi .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, .cke_ltr.cke_hidpi .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__paste_icon, .cke_ltr.cke_hidpi .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastefromword_icon, .cke_ltr.cke_hidpi .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastetext_icon, .cke_ltr.cke_hidpi .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px !important; + background-size: 16px !important } .cke_hidpi .cke_button__placeholder_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__preview_icon, .cke_ltr.cke_hidpi .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px !important; + background-size: 16px !important } .cke_hidpi .cke_button__print_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px !important; + background-size: 16px !important } .cke_hidpi .cke_button__radio_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__redo_icon, .cke_ltr.cke_hidpi .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px !important; + background-size: 16px !important } .cke_hidpi .cke_button__removeformat_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px !important; + background-size: 16px !important } .cke_hidpi .cke_button__replace_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px !important; + background-size: 16px !important } .cke_hidpi .cke_button__save_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px !important; + background-size: 16px !important } .cke_hidpi .cke_button__scayt_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__select_icon, .cke_ltr.cke_hidpi .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px !important; + background-size: 16px !important } .cke_hidpi .cke_button__selectall_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__showblocks_icon, .cke_ltr.cke_hidpi .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px !important; + background-size: 16px !important } .cke_hidpi .cke_button__smiley_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__source_icon, .cke_ltr.cke_hidpi .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__sourcedialog_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px !important; + background-size: 16px !important } .cke_hidpi .cke_button__specialchar_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px !important; + background-size: 16px !important } .cke_hidpi .cke_button__spellchecker_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px !important; + background-size: 16px !important } .cke_hidpi .cke_button__strike_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px !important; + background-size: 16px !important } .cke_hidpi .cke_button__subscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px !important; + background-size: 16px !important } .cke_hidpi .cke_button__superscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px !important; + background-size: 16px !important } .cke_hidpi .cke_button__table_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__templates_icon, .cke_ltr.cke_hidpi .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textarea_icon, .cke_ltr.cke_hidpi .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px !important; + background-size: 16px !important } .cke_hidpi .cke_button__textcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textfield_icon, .cke_ltr.cke_hidpi .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px !important; + background-size: 16px !important } .cke_hidpi .cke_button__uicolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px !important; + background-size: 16px !important } .cke_hidpi .cke_button__underline_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__undo_icon, .cke_ltr.cke_hidpi .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px !important; + background-size: 16px !important } .cke_hidpi .cke_button__unlink_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px !important; + background-size: 16px !important } \ No newline at end of file diff --git a/public/assets/plugins/ckeditor/skins/moono/editor_gecko.css b/public/assets/plugins/ckeditor/skins/moono/editor_gecko.css index 78bdc63..6fc0457 100644 --- a/public/assets/plugins/ckeditor/skins/moono/editor_gecko.css +++ b/public/assets/plugins/ckeditor/skins/moono/editor_gecko.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_reset { margin: 0; padding: 0; @@ -237,7 +236,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license padding: 3px 4px; display: block; border: 1px solid #fff; - color: inherit!important; + color: inherit !important; text-decoration: none; overflow: hidden; text-overflow: ellipsis; @@ -996,6 +995,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1005,6 +1005,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1097,912 +1098,912 @@ legend.cke_voice_label { } .cke_button__about_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -0px!important + background: url(icons.png?t=H8DA) no-repeat 0 -0px !important } .cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -24px!important + background: url(icons.png?t=H8DA) no-repeat 0 -24px !important } .cke_ltr .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -48px!important + background: url(icons.png?t=H8DA) no-repeat 0 -48px !important } .cke_button__bgcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -72px!important + background: url(icons.png?t=H8DA) no-repeat 0 -72px !important } .cke_button__bidiltr_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -96px!important + background: url(icons.png?t=H8DA) no-repeat 0 -96px !important } .cke_button__bidirtl_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -120px!important + background: url(icons.png?t=H8DA) no-repeat 0 -120px !important } .cke_button__blockquote_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -144px!important + background: url(icons.png?t=H8DA) no-repeat 0 -144px !important } .cke_button__bold_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -168px!important + background: url(icons.png?t=H8DA) no-repeat 0 -168px !important } .cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -192px!important + background: url(icons.png?t=H8DA) no-repeat 0 -192px !important } .cke_ltr .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -216px!important + background: url(icons.png?t=H8DA) no-repeat 0 -216px !important } .cke_button__button_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -240px!important + background: url(icons.png?t=H8DA) no-repeat 0 -240px !important } .cke_button__checkbox_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -264px!important + background: url(icons.png?t=H8DA) no-repeat 0 -264px !important } .cke_button__codesnippet_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -288px!important + background: url(icons.png?t=H8DA) no-repeat 0 -288px !important } .cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -312px!important + background: url(icons.png?t=H8DA) no-repeat 0 -312px !important } .cke_ltr .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -336px!important + background: url(icons.png?t=H8DA) no-repeat 0 -336px !important } .cke_button__copyformatting_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -360px!important + background: url(icons.png?t=H8DA) no-repeat 0 -360px !important } .cke_button__creatediv_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -384px!important + background: url(icons.png?t=H8DA) no-repeat 0 -384px !important } .cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -408px!important + background: url(icons.png?t=H8DA) no-repeat 0 -408px !important } .cke_ltr .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -432px!important + background: url(icons.png?t=H8DA) no-repeat 0 -432px !important } .cke_rtl .cke_button__docprops_icon, .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -456px!important + background: url(icons.png?t=H8DA) no-repeat 0 -456px !important } .cke_ltr .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -480px!important + background: url(icons.png?t=H8DA) no-repeat 0 -480px !important } .cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -504px!important + background: url(icons.png?t=H8DA) no-repeat 0 -504px !important } .cke_ltr .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -528px!important + background: url(icons.png?t=H8DA) no-repeat 0 -528px !important } .cke_button__flash_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -552px!important + background: url(icons.png?t=H8DA) no-repeat 0 -552px !important } .cke_button__form_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -576px!important + background: url(icons.png?t=H8DA) no-repeat 0 -576px !important } .cke_button__hiddenfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -600px!important + background: url(icons.png?t=H8DA) no-repeat 0 -600px !important } .cke_button__horizontalrule_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -624px!important + background: url(icons.png?t=H8DA) no-repeat 0 -624px !important } .cke_button__iframe_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -648px!important + background: url(icons.png?t=H8DA) no-repeat 0 -648px !important } .cke_button__image_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -672px!important + background: url(icons.png?t=H8DA) no-repeat 0 -672px !important } .cke_button__imagebutton_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -696px!important + background: url(icons.png?t=H8DA) no-repeat 0 -696px !important } .cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -720px!important + background: url(icons.png?t=H8DA) no-repeat 0 -720px !important } .cke_ltr .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -744px!important + background: url(icons.png?t=H8DA) no-repeat 0 -744px !important } .cke_button__italic_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -768px!important + background: url(icons.png?t=H8DA) no-repeat 0 -768px !important } .cke_button__justifyblock_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -792px!important + background: url(icons.png?t=H8DA) no-repeat 0 -792px !important } .cke_button__justifycenter_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -816px!important + background: url(icons.png?t=H8DA) no-repeat 0 -816px !important } .cke_button__justifyleft_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -840px!important + background: url(icons.png?t=H8DA) no-repeat 0 -840px !important } .cke_button__justifyright_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -864px!important + background: url(icons.png?t=H8DA) no-repeat 0 -864px !important } .cke_button__language_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -888px!important + background: url(icons.png?t=H8DA) no-repeat 0 -888px !important } .cke_button__link_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -912px!important + background: url(icons.png?t=H8DA) no-repeat 0 -912px !important } .cke_button__maximize_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -936px!important + background: url(icons.png?t=H8DA) no-repeat 0 -936px !important } .cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -960px!important + background: url(icons.png?t=H8DA) no-repeat 0 -960px !important } .cke_ltr .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -984px!important + background: url(icons.png?t=H8DA) no-repeat 0 -984px !important } .cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1008px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1008px !important } .cke_ltr .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1032px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1032px !important } .cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1056px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1056px !important } .cke_ltr .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1080px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1080px !important } .cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1104px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1104px !important } .cke_ltr .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1128px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1128px !important } .cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1152px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1152px !important } .cke_ltr .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1176px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1176px !important } .cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1200px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1200px !important } .cke_ltr .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1224px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1224px !important } .cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1248px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1248px !important } .cke_ltr .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1272px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1272px !important } .cke_button__placeholder_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1296px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1296px !important } .cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1320px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1320px !important } .cke_ltr .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1344px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1344px !important } .cke_button__print_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1368px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1368px !important } .cke_button__radio_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1392px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1392px !important } .cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1416px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1416px !important } .cke_ltr .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1440px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1440px !important } .cke_button__removeformat_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1464px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1464px !important } .cke_button__replace_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1488px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1488px !important } .cke_button__save_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1512px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1512px !important } .cke_button__scayt_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1536px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1536px !important } .cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1560px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1560px !important } .cke_ltr .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1584px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1584px !important } .cke_button__selectall_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1608px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1608px !important } .cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1632px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1632px !important } .cke_ltr .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1656px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1656px !important } .cke_button__smiley_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1680px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1680px !important } .cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1704px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1704px !important } .cke_ltr .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1728px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1728px !important } .cke_rtl .cke_button__sourcedialog_icon, .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1752px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1752px !important } .cke_ltr .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1776px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1776px !important } .cke_button__specialchar_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1800px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1800px !important } .cke_button__spellchecker_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1824px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1824px !important } .cke_button__strike_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1848px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1848px !important } .cke_button__subscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1872px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1872px !important } .cke_button__superscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1896px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1896px !important } .cke_button__table_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1920px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1920px !important } .cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1944px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1944px !important } .cke_ltr .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1968px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1968px !important } .cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1992px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1992px !important } .cke_ltr .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2016px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2016px !important } .cke_button__textcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2040px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2040px !important } .cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2064px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2064px !important } .cke_ltr .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2088px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2088px !important } .cke_button__uicolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2112px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2112px !important } .cke_button__underline_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2136px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2136px !important } .cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2160px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2160px !important } .cke_ltr .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2184px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2184px !important } .cke_button__unlink_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2208px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2208px !important } .cke_hidpi .cke_button__about_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__anchor_icon, .cke_ltr.cke_hidpi .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bgcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidiltr_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidirtl_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px !important; + background-size: 16px !important } .cke_hidpi .cke_button__blockquote_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bold_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px !important; + background-size: 16px !important } .cke_hidpi .cke_button__button_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px !important; + background-size: 16px !important } .cke_hidpi .cke_button__checkbox_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px !important; + background-size: 16px !important } .cke_hidpi .cke_button__codesnippet_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__copy_icon, .cke_ltr.cke_hidpi .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px !important; + background-size: 16px !important } .cke_hidpi .cke_button__copyformatting_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px !important; + background-size: 16px !important } .cke_hidpi .cke_button__creatediv_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__cut_icon, .cke_ltr.cke_hidpi .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__docprops_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__docprops_icon, .cke_ltr.cke_hidpi .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__find_icon, .cke_ltr.cke_hidpi .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px !important; + background-size: 16px !important } .cke_hidpi .cke_button__flash_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px !important; + background-size: 16px !important } .cke_hidpi .cke_button__form_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px !important; + background-size: 16px !important } .cke_hidpi .cke_button__hiddenfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px !important; + background-size: 16px !important } .cke_hidpi .cke_button__horizontalrule_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px !important; + background-size: 16px !important } .cke_hidpi .cke_button__iframe_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px !important; + background-size: 16px !important } .cke_hidpi .cke_button__image_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px !important; + background-size: 16px !important } .cke_hidpi .cke_button__imagebutton_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__indent_icon, .cke_ltr.cke_hidpi .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px !important; + background-size: 16px !important } .cke_hidpi .cke_button__italic_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyblock_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifycenter_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyleft_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyright_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px !important; + background-size: 16px !important } .cke_hidpi .cke_button__language_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px !important; + background-size: 16px !important } .cke_hidpi .cke_button__link_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px !important; + background-size: 16px !important } .cke_hidpi .cke_button__maximize_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__newpage_icon, .cke_ltr.cke_hidpi .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__numberedlist_icon, .cke_ltr.cke_hidpi .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__outdent_icon, .cke_ltr.cke_hidpi .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, .cke_ltr.cke_hidpi .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__paste_icon, .cke_ltr.cke_hidpi .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastefromword_icon, .cke_ltr.cke_hidpi .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastetext_icon, .cke_ltr.cke_hidpi .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px !important; + background-size: 16px !important } .cke_hidpi .cke_button__placeholder_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__preview_icon, .cke_ltr.cke_hidpi .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px !important; + background-size: 16px !important } .cke_hidpi .cke_button__print_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px !important; + background-size: 16px !important } .cke_hidpi .cke_button__radio_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__redo_icon, .cke_ltr.cke_hidpi .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px !important; + background-size: 16px !important } .cke_hidpi .cke_button__removeformat_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px !important; + background-size: 16px !important } .cke_hidpi .cke_button__replace_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px !important; + background-size: 16px !important } .cke_hidpi .cke_button__save_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px !important; + background-size: 16px !important } .cke_hidpi .cke_button__scayt_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__select_icon, .cke_ltr.cke_hidpi .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px !important; + background-size: 16px !important } .cke_hidpi .cke_button__selectall_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__showblocks_icon, .cke_ltr.cke_hidpi .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px !important; + background-size: 16px !important } .cke_hidpi .cke_button__smiley_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__source_icon, .cke_ltr.cke_hidpi .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__sourcedialog_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px !important; + background-size: 16px !important } .cke_hidpi .cke_button__specialchar_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px !important; + background-size: 16px !important } .cke_hidpi .cke_button__spellchecker_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px !important; + background-size: 16px !important } .cke_hidpi .cke_button__strike_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px !important; + background-size: 16px !important } .cke_hidpi .cke_button__subscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px !important; + background-size: 16px !important } .cke_hidpi .cke_button__superscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px !important; + background-size: 16px !important } .cke_hidpi .cke_button__table_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__templates_icon, .cke_ltr.cke_hidpi .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textarea_icon, .cke_ltr.cke_hidpi .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px !important; + background-size: 16px !important } .cke_hidpi .cke_button__textcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textfield_icon, .cke_ltr.cke_hidpi .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px !important; + background-size: 16px !important } .cke_hidpi .cke_button__uicolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px !important; + background-size: 16px !important } .cke_hidpi .cke_button__underline_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__undo_icon, .cke_ltr.cke_hidpi .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px !important; + background-size: 16px !important } .cke_hidpi .cke_button__unlink_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px !important; + background-size: 16px !important } .cke_bottom { diff --git a/public/assets/plugins/ckeditor/skins/moono/editor_ie.css b/public/assets/plugins/ckeditor/skins/moono/editor_ie.css index b93872a..41409b8 100644 --- a/public/assets/plugins/ckeditor/skins/moono/editor_ie.css +++ b/public/assets/plugins/ckeditor/skins/moono/editor_ie.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_reset { margin: 0; padding: 0; @@ -237,7 +236,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license padding: 3px 4px; display: block; border: 1px solid #fff; - color: inherit!important; + color: inherit !important; text-decoration: none; overflow: hidden; text-overflow: ellipsis; @@ -996,6 +995,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1005,6 +1005,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1097,912 +1098,912 @@ legend.cke_voice_label { } .cke_button__about_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -0px!important + background: url(icons.png?t=H8DA) no-repeat 0 -0px !important } .cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -24px!important + background: url(icons.png?t=H8DA) no-repeat 0 -24px !important } .cke_ltr .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -48px!important + background: url(icons.png?t=H8DA) no-repeat 0 -48px !important } .cke_button__bgcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -72px!important + background: url(icons.png?t=H8DA) no-repeat 0 -72px !important } .cke_button__bidiltr_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -96px!important + background: url(icons.png?t=H8DA) no-repeat 0 -96px !important } .cke_button__bidirtl_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -120px!important + background: url(icons.png?t=H8DA) no-repeat 0 -120px !important } .cke_button__blockquote_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -144px!important + background: url(icons.png?t=H8DA) no-repeat 0 -144px !important } .cke_button__bold_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -168px!important + background: url(icons.png?t=H8DA) no-repeat 0 -168px !important } .cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -192px!important + background: url(icons.png?t=H8DA) no-repeat 0 -192px !important } .cke_ltr .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -216px!important + background: url(icons.png?t=H8DA) no-repeat 0 -216px !important } .cke_button__button_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -240px!important + background: url(icons.png?t=H8DA) no-repeat 0 -240px !important } .cke_button__checkbox_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -264px!important + background: url(icons.png?t=H8DA) no-repeat 0 -264px !important } .cke_button__codesnippet_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -288px!important + background: url(icons.png?t=H8DA) no-repeat 0 -288px !important } .cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -312px!important + background: url(icons.png?t=H8DA) no-repeat 0 -312px !important } .cke_ltr .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -336px!important + background: url(icons.png?t=H8DA) no-repeat 0 -336px !important } .cke_button__copyformatting_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -360px!important + background: url(icons.png?t=H8DA) no-repeat 0 -360px !important } .cke_button__creatediv_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -384px!important + background: url(icons.png?t=H8DA) no-repeat 0 -384px !important } .cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -408px!important + background: url(icons.png?t=H8DA) no-repeat 0 -408px !important } .cke_ltr .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -432px!important + background: url(icons.png?t=H8DA) no-repeat 0 -432px !important } .cke_rtl .cke_button__docprops_icon, .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -456px!important + background: url(icons.png?t=H8DA) no-repeat 0 -456px !important } .cke_ltr .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -480px!important + background: url(icons.png?t=H8DA) no-repeat 0 -480px !important } .cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -504px!important + background: url(icons.png?t=H8DA) no-repeat 0 -504px !important } .cke_ltr .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -528px!important + background: url(icons.png?t=H8DA) no-repeat 0 -528px !important } .cke_button__flash_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -552px!important + background: url(icons.png?t=H8DA) no-repeat 0 -552px !important } .cke_button__form_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -576px!important + background: url(icons.png?t=H8DA) no-repeat 0 -576px !important } .cke_button__hiddenfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -600px!important + background: url(icons.png?t=H8DA) no-repeat 0 -600px !important } .cke_button__horizontalrule_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -624px!important + background: url(icons.png?t=H8DA) no-repeat 0 -624px !important } .cke_button__iframe_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -648px!important + background: url(icons.png?t=H8DA) no-repeat 0 -648px !important } .cke_button__image_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -672px!important + background: url(icons.png?t=H8DA) no-repeat 0 -672px !important } .cke_button__imagebutton_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -696px!important + background: url(icons.png?t=H8DA) no-repeat 0 -696px !important } .cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -720px!important + background: url(icons.png?t=H8DA) no-repeat 0 -720px !important } .cke_ltr .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -744px!important + background: url(icons.png?t=H8DA) no-repeat 0 -744px !important } .cke_button__italic_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -768px!important + background: url(icons.png?t=H8DA) no-repeat 0 -768px !important } .cke_button__justifyblock_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -792px!important + background: url(icons.png?t=H8DA) no-repeat 0 -792px !important } .cke_button__justifycenter_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -816px!important + background: url(icons.png?t=H8DA) no-repeat 0 -816px !important } .cke_button__justifyleft_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -840px!important + background: url(icons.png?t=H8DA) no-repeat 0 -840px !important } .cke_button__justifyright_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -864px!important + background: url(icons.png?t=H8DA) no-repeat 0 -864px !important } .cke_button__language_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -888px!important + background: url(icons.png?t=H8DA) no-repeat 0 -888px !important } .cke_button__link_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -912px!important + background: url(icons.png?t=H8DA) no-repeat 0 -912px !important } .cke_button__maximize_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -936px!important + background: url(icons.png?t=H8DA) no-repeat 0 -936px !important } .cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -960px!important + background: url(icons.png?t=H8DA) no-repeat 0 -960px !important } .cke_ltr .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -984px!important + background: url(icons.png?t=H8DA) no-repeat 0 -984px !important } .cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1008px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1008px !important } .cke_ltr .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1032px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1032px !important } .cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1056px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1056px !important } .cke_ltr .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1080px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1080px !important } .cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1104px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1104px !important } .cke_ltr .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1128px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1128px !important } .cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1152px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1152px !important } .cke_ltr .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1176px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1176px !important } .cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1200px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1200px !important } .cke_ltr .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1224px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1224px !important } .cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1248px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1248px !important } .cke_ltr .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1272px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1272px !important } .cke_button__placeholder_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1296px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1296px !important } .cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1320px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1320px !important } .cke_ltr .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1344px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1344px !important } .cke_button__print_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1368px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1368px !important } .cke_button__radio_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1392px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1392px !important } .cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1416px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1416px !important } .cke_ltr .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1440px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1440px !important } .cke_button__removeformat_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1464px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1464px !important } .cke_button__replace_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1488px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1488px !important } .cke_button__save_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1512px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1512px !important } .cke_button__scayt_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1536px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1536px !important } .cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1560px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1560px !important } .cke_ltr .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1584px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1584px !important } .cke_button__selectall_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1608px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1608px !important } .cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1632px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1632px !important } .cke_ltr .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1656px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1656px !important } .cke_button__smiley_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1680px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1680px !important } .cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1704px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1704px !important } .cke_ltr .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1728px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1728px !important } .cke_rtl .cke_button__sourcedialog_icon, .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1752px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1752px !important } .cke_ltr .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1776px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1776px !important } .cke_button__specialchar_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1800px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1800px !important } .cke_button__spellchecker_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1824px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1824px !important } .cke_button__strike_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1848px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1848px !important } .cke_button__subscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1872px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1872px !important } .cke_button__superscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1896px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1896px !important } .cke_button__table_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1920px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1920px !important } .cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1944px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1944px !important } .cke_ltr .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1968px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1968px !important } .cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1992px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1992px !important } .cke_ltr .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2016px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2016px !important } .cke_button__textcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2040px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2040px !important } .cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2064px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2064px !important } .cke_ltr .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2088px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2088px !important } .cke_button__uicolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2112px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2112px !important } .cke_button__underline_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2136px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2136px !important } .cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2160px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2160px !important } .cke_ltr .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2184px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2184px !important } .cke_button__unlink_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2208px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2208px !important } .cke_hidpi .cke_button__about_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__anchor_icon, .cke_ltr.cke_hidpi .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bgcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidiltr_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidirtl_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px !important; + background-size: 16px !important } .cke_hidpi .cke_button__blockquote_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bold_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px !important; + background-size: 16px !important } .cke_hidpi .cke_button__button_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px !important; + background-size: 16px !important } .cke_hidpi .cke_button__checkbox_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px !important; + background-size: 16px !important } .cke_hidpi .cke_button__codesnippet_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__copy_icon, .cke_ltr.cke_hidpi .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px !important; + background-size: 16px !important } .cke_hidpi .cke_button__copyformatting_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px !important; + background-size: 16px !important } .cke_hidpi .cke_button__creatediv_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__cut_icon, .cke_ltr.cke_hidpi .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__docprops_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__docprops_icon, .cke_ltr.cke_hidpi .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__find_icon, .cke_ltr.cke_hidpi .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px !important; + background-size: 16px !important } .cke_hidpi .cke_button__flash_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px !important; + background-size: 16px !important } .cke_hidpi .cke_button__form_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px !important; + background-size: 16px !important } .cke_hidpi .cke_button__hiddenfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px !important; + background-size: 16px !important } .cke_hidpi .cke_button__horizontalrule_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px !important; + background-size: 16px !important } .cke_hidpi .cke_button__iframe_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px !important; + background-size: 16px !important } .cke_hidpi .cke_button__image_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px !important; + background-size: 16px !important } .cke_hidpi .cke_button__imagebutton_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__indent_icon, .cke_ltr.cke_hidpi .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px !important; + background-size: 16px !important } .cke_hidpi .cke_button__italic_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyblock_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifycenter_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyleft_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyright_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px !important; + background-size: 16px !important } .cke_hidpi .cke_button__language_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px !important; + background-size: 16px !important } .cke_hidpi .cke_button__link_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px !important; + background-size: 16px !important } .cke_hidpi .cke_button__maximize_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__newpage_icon, .cke_ltr.cke_hidpi .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__numberedlist_icon, .cke_ltr.cke_hidpi .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__outdent_icon, .cke_ltr.cke_hidpi .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, .cke_ltr.cke_hidpi .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__paste_icon, .cke_ltr.cke_hidpi .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastefromword_icon, .cke_ltr.cke_hidpi .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastetext_icon, .cke_ltr.cke_hidpi .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px !important; + background-size: 16px !important } .cke_hidpi .cke_button__placeholder_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__preview_icon, .cke_ltr.cke_hidpi .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px !important; + background-size: 16px !important } .cke_hidpi .cke_button__print_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px !important; + background-size: 16px !important } .cke_hidpi .cke_button__radio_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__redo_icon, .cke_ltr.cke_hidpi .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px !important; + background-size: 16px !important } .cke_hidpi .cke_button__removeformat_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px !important; + background-size: 16px !important } .cke_hidpi .cke_button__replace_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px !important; + background-size: 16px !important } .cke_hidpi .cke_button__save_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px !important; + background-size: 16px !important } .cke_hidpi .cke_button__scayt_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__select_icon, .cke_ltr.cke_hidpi .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px !important; + background-size: 16px !important } .cke_hidpi .cke_button__selectall_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__showblocks_icon, .cke_ltr.cke_hidpi .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px !important; + background-size: 16px !important } .cke_hidpi .cke_button__smiley_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__source_icon, .cke_ltr.cke_hidpi .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__sourcedialog_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px !important; + background-size: 16px !important } .cke_hidpi .cke_button__specialchar_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px !important; + background-size: 16px !important } .cke_hidpi .cke_button__spellchecker_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px !important; + background-size: 16px !important } .cke_hidpi .cke_button__strike_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px !important; + background-size: 16px !important } .cke_hidpi .cke_button__subscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px !important; + background-size: 16px !important } .cke_hidpi .cke_button__superscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px !important; + background-size: 16px !important } .cke_hidpi .cke_button__table_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__templates_icon, .cke_ltr.cke_hidpi .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textarea_icon, .cke_ltr.cke_hidpi .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px !important; + background-size: 16px !important } .cke_hidpi .cke_button__textcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textfield_icon, .cke_ltr.cke_hidpi .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px !important; + background-size: 16px !important } .cke_hidpi .cke_button__uicolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px !important; + background-size: 16px !important } .cke_hidpi .cke_button__underline_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__undo_icon, .cke_ltr.cke_hidpi .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px !important; + background-size: 16px !important } .cke_hidpi .cke_button__unlink_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px !important; + background-size: 16px !important } a.cke_button_disabled, diff --git a/public/assets/plugins/ckeditor/skins/moono/editor_ie7.css b/public/assets/plugins/ckeditor/skins/moono/editor_ie7.css index 935d2e2..4c2e8ea 100644 --- a/public/assets/plugins/ckeditor/skins/moono/editor_ie7.css +++ b/public/assets/plugins/ckeditor/skins/moono/editor_ie7.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_reset { margin: 0; padding: 0; @@ -237,7 +236,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license padding: 3px 4px; display: block; border: 1px solid #fff; - color: inherit!important; + color: inherit !important; text-decoration: none; overflow: hidden; text-overflow: ellipsis; @@ -996,6 +995,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1005,6 +1005,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1097,912 +1098,912 @@ legend.cke_voice_label { } .cke_button__about_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -0px!important + background: url(icons.png?t=H8DA) no-repeat 0 -0px !important } .cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -24px!important + background: url(icons.png?t=H8DA) no-repeat 0 -24px !important } .cke_ltr .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -48px!important + background: url(icons.png?t=H8DA) no-repeat 0 -48px !important } .cke_button__bgcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -72px!important + background: url(icons.png?t=H8DA) no-repeat 0 -72px !important } .cke_button__bidiltr_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -96px!important + background: url(icons.png?t=H8DA) no-repeat 0 -96px !important } .cke_button__bidirtl_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -120px!important + background: url(icons.png?t=H8DA) no-repeat 0 -120px !important } .cke_button__blockquote_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -144px!important + background: url(icons.png?t=H8DA) no-repeat 0 -144px !important } .cke_button__bold_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -168px!important + background: url(icons.png?t=H8DA) no-repeat 0 -168px !important } .cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -192px!important + background: url(icons.png?t=H8DA) no-repeat 0 -192px !important } .cke_ltr .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -216px!important + background: url(icons.png?t=H8DA) no-repeat 0 -216px !important } .cke_button__button_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -240px!important + background: url(icons.png?t=H8DA) no-repeat 0 -240px !important } .cke_button__checkbox_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -264px!important + background: url(icons.png?t=H8DA) no-repeat 0 -264px !important } .cke_button__codesnippet_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -288px!important + background: url(icons.png?t=H8DA) no-repeat 0 -288px !important } .cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -312px!important + background: url(icons.png?t=H8DA) no-repeat 0 -312px !important } .cke_ltr .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -336px!important + background: url(icons.png?t=H8DA) no-repeat 0 -336px !important } .cke_button__copyformatting_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -360px!important + background: url(icons.png?t=H8DA) no-repeat 0 -360px !important } .cke_button__creatediv_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -384px!important + background: url(icons.png?t=H8DA) no-repeat 0 -384px !important } .cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -408px!important + background: url(icons.png?t=H8DA) no-repeat 0 -408px !important } .cke_ltr .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -432px!important + background: url(icons.png?t=H8DA) no-repeat 0 -432px !important } .cke_rtl .cke_button__docprops_icon, .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -456px!important + background: url(icons.png?t=H8DA) no-repeat 0 -456px !important } .cke_ltr .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -480px!important + background: url(icons.png?t=H8DA) no-repeat 0 -480px !important } .cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -504px!important + background: url(icons.png?t=H8DA) no-repeat 0 -504px !important } .cke_ltr .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -528px!important + background: url(icons.png?t=H8DA) no-repeat 0 -528px !important } .cke_button__flash_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -552px!important + background: url(icons.png?t=H8DA) no-repeat 0 -552px !important } .cke_button__form_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -576px!important + background: url(icons.png?t=H8DA) no-repeat 0 -576px !important } .cke_button__hiddenfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -600px!important + background: url(icons.png?t=H8DA) no-repeat 0 -600px !important } .cke_button__horizontalrule_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -624px!important + background: url(icons.png?t=H8DA) no-repeat 0 -624px !important } .cke_button__iframe_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -648px!important + background: url(icons.png?t=H8DA) no-repeat 0 -648px !important } .cke_button__image_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -672px!important + background: url(icons.png?t=H8DA) no-repeat 0 -672px !important } .cke_button__imagebutton_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -696px!important + background: url(icons.png?t=H8DA) no-repeat 0 -696px !important } .cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -720px!important + background: url(icons.png?t=H8DA) no-repeat 0 -720px !important } .cke_ltr .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -744px!important + background: url(icons.png?t=H8DA) no-repeat 0 -744px !important } .cke_button__italic_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -768px!important + background: url(icons.png?t=H8DA) no-repeat 0 -768px !important } .cke_button__justifyblock_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -792px!important + background: url(icons.png?t=H8DA) no-repeat 0 -792px !important } .cke_button__justifycenter_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -816px!important + background: url(icons.png?t=H8DA) no-repeat 0 -816px !important } .cke_button__justifyleft_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -840px!important + background: url(icons.png?t=H8DA) no-repeat 0 -840px !important } .cke_button__justifyright_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -864px!important + background: url(icons.png?t=H8DA) no-repeat 0 -864px !important } .cke_button__language_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -888px!important + background: url(icons.png?t=H8DA) no-repeat 0 -888px !important } .cke_button__link_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -912px!important + background: url(icons.png?t=H8DA) no-repeat 0 -912px !important } .cke_button__maximize_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -936px!important + background: url(icons.png?t=H8DA) no-repeat 0 -936px !important } .cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -960px!important + background: url(icons.png?t=H8DA) no-repeat 0 -960px !important } .cke_ltr .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -984px!important + background: url(icons.png?t=H8DA) no-repeat 0 -984px !important } .cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1008px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1008px !important } .cke_ltr .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1032px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1032px !important } .cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1056px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1056px !important } .cke_ltr .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1080px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1080px !important } .cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1104px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1104px !important } .cke_ltr .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1128px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1128px !important } .cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1152px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1152px !important } .cke_ltr .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1176px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1176px !important } .cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1200px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1200px !important } .cke_ltr .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1224px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1224px !important } .cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1248px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1248px !important } .cke_ltr .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1272px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1272px !important } .cke_button__placeholder_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1296px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1296px !important } .cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1320px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1320px !important } .cke_ltr .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1344px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1344px !important } .cke_button__print_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1368px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1368px !important } .cke_button__radio_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1392px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1392px !important } .cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1416px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1416px !important } .cke_ltr .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1440px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1440px !important } .cke_button__removeformat_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1464px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1464px !important } .cke_button__replace_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1488px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1488px !important } .cke_button__save_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1512px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1512px !important } .cke_button__scayt_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1536px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1536px !important } .cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1560px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1560px !important } .cke_ltr .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1584px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1584px !important } .cke_button__selectall_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1608px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1608px !important } .cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1632px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1632px !important } .cke_ltr .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1656px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1656px !important } .cke_button__smiley_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1680px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1680px !important } .cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1704px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1704px !important } .cke_ltr .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1728px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1728px !important } .cke_rtl .cke_button__sourcedialog_icon, .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1752px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1752px !important } .cke_ltr .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1776px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1776px !important } .cke_button__specialchar_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1800px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1800px !important } .cke_button__spellchecker_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1824px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1824px !important } .cke_button__strike_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1848px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1848px !important } .cke_button__subscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1872px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1872px !important } .cke_button__superscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1896px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1896px !important } .cke_button__table_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1920px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1920px !important } .cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1944px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1944px !important } .cke_ltr .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1968px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1968px !important } .cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1992px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1992px !important } .cke_ltr .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2016px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2016px !important } .cke_button__textcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2040px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2040px !important } .cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2064px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2064px !important } .cke_ltr .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2088px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2088px !important } .cke_button__uicolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2112px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2112px !important } .cke_button__underline_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2136px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2136px !important } .cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2160px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2160px !important } .cke_ltr .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2184px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2184px !important } .cke_button__unlink_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2208px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2208px !important } .cke_hidpi .cke_button__about_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__anchor_icon, .cke_ltr.cke_hidpi .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bgcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidiltr_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidirtl_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px !important; + background-size: 16px !important } .cke_hidpi .cke_button__blockquote_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bold_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px !important; + background-size: 16px !important } .cke_hidpi .cke_button__button_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px !important; + background-size: 16px !important } .cke_hidpi .cke_button__checkbox_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px !important; + background-size: 16px !important } .cke_hidpi .cke_button__codesnippet_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__copy_icon, .cke_ltr.cke_hidpi .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px !important; + background-size: 16px !important } .cke_hidpi .cke_button__copyformatting_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px !important; + background-size: 16px !important } .cke_hidpi .cke_button__creatediv_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__cut_icon, .cke_ltr.cke_hidpi .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__docprops_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__docprops_icon, .cke_ltr.cke_hidpi .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__find_icon, .cke_ltr.cke_hidpi .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px !important; + background-size: 16px !important } .cke_hidpi .cke_button__flash_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px !important; + background-size: 16px !important } .cke_hidpi .cke_button__form_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px !important; + background-size: 16px !important } .cke_hidpi .cke_button__hiddenfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px !important; + background-size: 16px !important } .cke_hidpi .cke_button__horizontalrule_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px !important; + background-size: 16px !important } .cke_hidpi .cke_button__iframe_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px !important; + background-size: 16px !important } .cke_hidpi .cke_button__image_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px !important; + background-size: 16px !important } .cke_hidpi .cke_button__imagebutton_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__indent_icon, .cke_ltr.cke_hidpi .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px !important; + background-size: 16px !important } .cke_hidpi .cke_button__italic_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyblock_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifycenter_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyleft_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyright_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px !important; + background-size: 16px !important } .cke_hidpi .cke_button__language_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px !important; + background-size: 16px !important } .cke_hidpi .cke_button__link_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px !important; + background-size: 16px !important } .cke_hidpi .cke_button__maximize_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__newpage_icon, .cke_ltr.cke_hidpi .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__numberedlist_icon, .cke_ltr.cke_hidpi .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__outdent_icon, .cke_ltr.cke_hidpi .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, .cke_ltr.cke_hidpi .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__paste_icon, .cke_ltr.cke_hidpi .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastefromword_icon, .cke_ltr.cke_hidpi .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastetext_icon, .cke_ltr.cke_hidpi .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px !important; + background-size: 16px !important } .cke_hidpi .cke_button__placeholder_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__preview_icon, .cke_ltr.cke_hidpi .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px !important; + background-size: 16px !important } .cke_hidpi .cke_button__print_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px !important; + background-size: 16px !important } .cke_hidpi .cke_button__radio_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__redo_icon, .cke_ltr.cke_hidpi .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px !important; + background-size: 16px !important } .cke_hidpi .cke_button__removeformat_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px !important; + background-size: 16px !important } .cke_hidpi .cke_button__replace_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px !important; + background-size: 16px !important } .cke_hidpi .cke_button__save_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px !important; + background-size: 16px !important } .cke_hidpi .cke_button__scayt_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__select_icon, .cke_ltr.cke_hidpi .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px !important; + background-size: 16px !important } .cke_hidpi .cke_button__selectall_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__showblocks_icon, .cke_ltr.cke_hidpi .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px !important; + background-size: 16px !important } .cke_hidpi .cke_button__smiley_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__source_icon, .cke_ltr.cke_hidpi .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__sourcedialog_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px !important; + background-size: 16px !important } .cke_hidpi .cke_button__specialchar_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px !important; + background-size: 16px !important } .cke_hidpi .cke_button__spellchecker_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px !important; + background-size: 16px !important } .cke_hidpi .cke_button__strike_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px !important; + background-size: 16px !important } .cke_hidpi .cke_button__subscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px !important; + background-size: 16px !important } .cke_hidpi .cke_button__superscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px !important; + background-size: 16px !important } .cke_hidpi .cke_button__table_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__templates_icon, .cke_ltr.cke_hidpi .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textarea_icon, .cke_ltr.cke_hidpi .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px !important; + background-size: 16px !important } .cke_hidpi .cke_button__textcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textfield_icon, .cke_ltr.cke_hidpi .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px !important; + background-size: 16px !important } .cke_hidpi .cke_button__uicolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px !important; + background-size: 16px !important } .cke_hidpi .cke_button__underline_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__undo_icon, .cke_ltr.cke_hidpi .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px !important; + background-size: 16px !important } .cke_hidpi .cke_button__unlink_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px !important; + background-size: 16px !important } a.cke_button_disabled, @@ -2206,6 +2207,6 @@ a.cke_button { } .cke_wysiwyg_div { - padding-top: 0!important; - padding-bottom: 0!important + padding-top: 0 !important; + padding-bottom: 0 !important } \ No newline at end of file diff --git a/public/assets/plugins/ckeditor/skins/moono/editor_ie8.css b/public/assets/plugins/ckeditor/skins/moono/editor_ie8.css index 723111e..433c5ef 100644 --- a/public/assets/plugins/ckeditor/skins/moono/editor_ie8.css +++ b/public/assets/plugins/ckeditor/skins/moono/editor_ie8.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_reset { margin: 0; padding: 0; @@ -237,7 +236,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license padding: 3px 4px; display: block; border: 1px solid #fff; - color: inherit!important; + color: inherit !important; text-decoration: none; overflow: hidden; text-overflow: ellipsis; @@ -996,6 +995,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1005,6 +1005,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1097,912 +1098,912 @@ legend.cke_voice_label { } .cke_button__about_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -0px!important + background: url(icons.png?t=H8DA) no-repeat 0 -0px !important } .cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -24px!important + background: url(icons.png?t=H8DA) no-repeat 0 -24px !important } .cke_ltr .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -48px!important + background: url(icons.png?t=H8DA) no-repeat 0 -48px !important } .cke_button__bgcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -72px!important + background: url(icons.png?t=H8DA) no-repeat 0 -72px !important } .cke_button__bidiltr_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -96px!important + background: url(icons.png?t=H8DA) no-repeat 0 -96px !important } .cke_button__bidirtl_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -120px!important + background: url(icons.png?t=H8DA) no-repeat 0 -120px !important } .cke_button__blockquote_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -144px!important + background: url(icons.png?t=H8DA) no-repeat 0 -144px !important } .cke_button__bold_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -168px!important + background: url(icons.png?t=H8DA) no-repeat 0 -168px !important } .cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -192px!important + background: url(icons.png?t=H8DA) no-repeat 0 -192px !important } .cke_ltr .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -216px!important + background: url(icons.png?t=H8DA) no-repeat 0 -216px !important } .cke_button__button_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -240px!important + background: url(icons.png?t=H8DA) no-repeat 0 -240px !important } .cke_button__checkbox_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -264px!important + background: url(icons.png?t=H8DA) no-repeat 0 -264px !important } .cke_button__codesnippet_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -288px!important + background: url(icons.png?t=H8DA) no-repeat 0 -288px !important } .cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -312px!important + background: url(icons.png?t=H8DA) no-repeat 0 -312px !important } .cke_ltr .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -336px!important + background: url(icons.png?t=H8DA) no-repeat 0 -336px !important } .cke_button__copyformatting_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -360px!important + background: url(icons.png?t=H8DA) no-repeat 0 -360px !important } .cke_button__creatediv_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -384px!important + background: url(icons.png?t=H8DA) no-repeat 0 -384px !important } .cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -408px!important + background: url(icons.png?t=H8DA) no-repeat 0 -408px !important } .cke_ltr .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -432px!important + background: url(icons.png?t=H8DA) no-repeat 0 -432px !important } .cke_rtl .cke_button__docprops_icon, .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -456px!important + background: url(icons.png?t=H8DA) no-repeat 0 -456px !important } .cke_ltr .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -480px!important + background: url(icons.png?t=H8DA) no-repeat 0 -480px !important } .cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -504px!important + background: url(icons.png?t=H8DA) no-repeat 0 -504px !important } .cke_ltr .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -528px!important + background: url(icons.png?t=H8DA) no-repeat 0 -528px !important } .cke_button__flash_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -552px!important + background: url(icons.png?t=H8DA) no-repeat 0 -552px !important } .cke_button__form_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -576px!important + background: url(icons.png?t=H8DA) no-repeat 0 -576px !important } .cke_button__hiddenfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -600px!important + background: url(icons.png?t=H8DA) no-repeat 0 -600px !important } .cke_button__horizontalrule_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -624px!important + background: url(icons.png?t=H8DA) no-repeat 0 -624px !important } .cke_button__iframe_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -648px!important + background: url(icons.png?t=H8DA) no-repeat 0 -648px !important } .cke_button__image_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -672px!important + background: url(icons.png?t=H8DA) no-repeat 0 -672px !important } .cke_button__imagebutton_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -696px!important + background: url(icons.png?t=H8DA) no-repeat 0 -696px !important } .cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -720px!important + background: url(icons.png?t=H8DA) no-repeat 0 -720px !important } .cke_ltr .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -744px!important + background: url(icons.png?t=H8DA) no-repeat 0 -744px !important } .cke_button__italic_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -768px!important + background: url(icons.png?t=H8DA) no-repeat 0 -768px !important } .cke_button__justifyblock_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -792px!important + background: url(icons.png?t=H8DA) no-repeat 0 -792px !important } .cke_button__justifycenter_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -816px!important + background: url(icons.png?t=H8DA) no-repeat 0 -816px !important } .cke_button__justifyleft_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -840px!important + background: url(icons.png?t=H8DA) no-repeat 0 -840px !important } .cke_button__justifyright_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -864px!important + background: url(icons.png?t=H8DA) no-repeat 0 -864px !important } .cke_button__language_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -888px!important + background: url(icons.png?t=H8DA) no-repeat 0 -888px !important } .cke_button__link_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -912px!important + background: url(icons.png?t=H8DA) no-repeat 0 -912px !important } .cke_button__maximize_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -936px!important + background: url(icons.png?t=H8DA) no-repeat 0 -936px !important } .cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -960px!important + background: url(icons.png?t=H8DA) no-repeat 0 -960px !important } .cke_ltr .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -984px!important + background: url(icons.png?t=H8DA) no-repeat 0 -984px !important } .cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1008px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1008px !important } .cke_ltr .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1032px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1032px !important } .cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1056px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1056px !important } .cke_ltr .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1080px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1080px !important } .cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1104px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1104px !important } .cke_ltr .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1128px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1128px !important } .cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1152px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1152px !important } .cke_ltr .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1176px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1176px !important } .cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1200px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1200px !important } .cke_ltr .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1224px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1224px !important } .cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1248px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1248px !important } .cke_ltr .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1272px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1272px !important } .cke_button__placeholder_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1296px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1296px !important } .cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1320px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1320px !important } .cke_ltr .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1344px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1344px !important } .cke_button__print_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1368px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1368px !important } .cke_button__radio_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1392px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1392px !important } .cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1416px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1416px !important } .cke_ltr .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1440px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1440px !important } .cke_button__removeformat_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1464px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1464px !important } .cke_button__replace_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1488px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1488px !important } .cke_button__save_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1512px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1512px !important } .cke_button__scayt_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1536px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1536px !important } .cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1560px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1560px !important } .cke_ltr .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1584px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1584px !important } .cke_button__selectall_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1608px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1608px !important } .cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1632px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1632px !important } .cke_ltr .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1656px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1656px !important } .cke_button__smiley_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1680px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1680px !important } .cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1704px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1704px !important } .cke_ltr .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1728px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1728px !important } .cke_rtl .cke_button__sourcedialog_icon, .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1752px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1752px !important } .cke_ltr .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1776px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1776px !important } .cke_button__specialchar_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1800px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1800px !important } .cke_button__spellchecker_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1824px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1824px !important } .cke_button__strike_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1848px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1848px !important } .cke_button__subscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1872px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1872px !important } .cke_button__superscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1896px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1896px !important } .cke_button__table_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1920px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1920px !important } .cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1944px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1944px !important } .cke_ltr .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1968px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1968px !important } .cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1992px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1992px !important } .cke_ltr .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2016px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2016px !important } .cke_button__textcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2040px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2040px !important } .cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2064px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2064px !important } .cke_ltr .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2088px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2088px !important } .cke_button__uicolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2112px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2112px !important } .cke_button__underline_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2136px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2136px !important } .cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2160px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2160px !important } .cke_ltr .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2184px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2184px !important } .cke_button__unlink_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2208px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2208px !important } .cke_hidpi .cke_button__about_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__anchor_icon, .cke_ltr.cke_hidpi .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bgcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidiltr_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidirtl_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px !important; + background-size: 16px !important } .cke_hidpi .cke_button__blockquote_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bold_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px !important; + background-size: 16px !important } .cke_hidpi .cke_button__button_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px !important; + background-size: 16px !important } .cke_hidpi .cke_button__checkbox_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px !important; + background-size: 16px !important } .cke_hidpi .cke_button__codesnippet_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__copy_icon, .cke_ltr.cke_hidpi .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px !important; + background-size: 16px !important } .cke_hidpi .cke_button__copyformatting_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px !important; + background-size: 16px !important } .cke_hidpi .cke_button__creatediv_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__cut_icon, .cke_ltr.cke_hidpi .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__docprops_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__docprops_icon, .cke_ltr.cke_hidpi .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__find_icon, .cke_ltr.cke_hidpi .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px !important; + background-size: 16px !important } .cke_hidpi .cke_button__flash_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px !important; + background-size: 16px !important } .cke_hidpi .cke_button__form_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px !important; + background-size: 16px !important } .cke_hidpi .cke_button__hiddenfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px !important; + background-size: 16px !important } .cke_hidpi .cke_button__horizontalrule_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px !important; + background-size: 16px !important } .cke_hidpi .cke_button__iframe_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px !important; + background-size: 16px !important } .cke_hidpi .cke_button__image_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px !important; + background-size: 16px !important } .cke_hidpi .cke_button__imagebutton_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__indent_icon, .cke_ltr.cke_hidpi .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px !important; + background-size: 16px !important } .cke_hidpi .cke_button__italic_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyblock_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifycenter_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyleft_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyright_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px !important; + background-size: 16px !important } .cke_hidpi .cke_button__language_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px !important; + background-size: 16px !important } .cke_hidpi .cke_button__link_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px !important; + background-size: 16px !important } .cke_hidpi .cke_button__maximize_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__newpage_icon, .cke_ltr.cke_hidpi .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__numberedlist_icon, .cke_ltr.cke_hidpi .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__outdent_icon, .cke_ltr.cke_hidpi .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, .cke_ltr.cke_hidpi .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__paste_icon, .cke_ltr.cke_hidpi .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastefromword_icon, .cke_ltr.cke_hidpi .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastetext_icon, .cke_ltr.cke_hidpi .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px !important; + background-size: 16px !important } .cke_hidpi .cke_button__placeholder_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__preview_icon, .cke_ltr.cke_hidpi .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px !important; + background-size: 16px !important } .cke_hidpi .cke_button__print_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px !important; + background-size: 16px !important } .cke_hidpi .cke_button__radio_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__redo_icon, .cke_ltr.cke_hidpi .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px !important; + background-size: 16px !important } .cke_hidpi .cke_button__removeformat_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px !important; + background-size: 16px !important } .cke_hidpi .cke_button__replace_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px !important; + background-size: 16px !important } .cke_hidpi .cke_button__save_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px !important; + background-size: 16px !important } .cke_hidpi .cke_button__scayt_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__select_icon, .cke_ltr.cke_hidpi .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px !important; + background-size: 16px !important } .cke_hidpi .cke_button__selectall_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__showblocks_icon, .cke_ltr.cke_hidpi .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px !important; + background-size: 16px !important } .cke_hidpi .cke_button__smiley_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__source_icon, .cke_ltr.cke_hidpi .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__sourcedialog_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px !important; + background-size: 16px !important } .cke_hidpi .cke_button__specialchar_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px !important; + background-size: 16px !important } .cke_hidpi .cke_button__spellchecker_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px !important; + background-size: 16px !important } .cke_hidpi .cke_button__strike_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px !important; + background-size: 16px !important } .cke_hidpi .cke_button__subscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px !important; + background-size: 16px !important } .cke_hidpi .cke_button__superscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px !important; + background-size: 16px !important } .cke_hidpi .cke_button__table_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__templates_icon, .cke_ltr.cke_hidpi .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textarea_icon, .cke_ltr.cke_hidpi .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px !important; + background-size: 16px !important } .cke_hidpi .cke_button__textcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textfield_icon, .cke_ltr.cke_hidpi .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px !important; + background-size: 16px !important } .cke_hidpi .cke_button__uicolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px !important; + background-size: 16px !important } .cke_hidpi .cke_button__underline_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__undo_icon, .cke_ltr.cke_hidpi .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px !important; + background-size: 16px !important } .cke_hidpi .cke_button__unlink_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px !important; + background-size: 16px !important } a.cke_button_disabled, diff --git a/public/assets/plugins/ckeditor/skins/moono/editor_iequirks.css b/public/assets/plugins/ckeditor/skins/moono/editor_iequirks.css index 4bf9882..17466b7 100644 --- a/public/assets/plugins/ckeditor/skins/moono/editor_iequirks.css +++ b/public/assets/plugins/ckeditor/skins/moono/editor_iequirks.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_reset { margin: 0; padding: 0; @@ -237,7 +236,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license padding: 3px 4px; display: block; border: 1px solid #fff; - color: inherit!important; + color: inherit !important; text-decoration: none; overflow: hidden; text-overflow: ellipsis; @@ -996,6 +995,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1005,6 +1005,7 @@ textarea.cke_source { from { opacity: .4 } + to { opacity: .95 } @@ -1097,912 +1098,912 @@ legend.cke_voice_label { } .cke_button__about_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -0px!important + background: url(icons.png?t=H8DA) no-repeat 0 -0px !important } .cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -24px!important + background: url(icons.png?t=H8DA) no-repeat 0 -24px !important } .cke_ltr .cke_button__anchor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -48px!important + background: url(icons.png?t=H8DA) no-repeat 0 -48px !important } .cke_button__bgcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -72px!important + background: url(icons.png?t=H8DA) no-repeat 0 -72px !important } .cke_button__bidiltr_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -96px!important + background: url(icons.png?t=H8DA) no-repeat 0 -96px !important } .cke_button__bidirtl_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -120px!important + background: url(icons.png?t=H8DA) no-repeat 0 -120px !important } .cke_button__blockquote_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -144px!important + background: url(icons.png?t=H8DA) no-repeat 0 -144px !important } .cke_button__bold_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -168px!important + background: url(icons.png?t=H8DA) no-repeat 0 -168px !important } .cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -192px!important + background: url(icons.png?t=H8DA) no-repeat 0 -192px !important } .cke_ltr .cke_button__bulletedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -216px!important + background: url(icons.png?t=H8DA) no-repeat 0 -216px !important } .cke_button__button_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -240px!important + background: url(icons.png?t=H8DA) no-repeat 0 -240px !important } .cke_button__checkbox_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -264px!important + background: url(icons.png?t=H8DA) no-repeat 0 -264px !important } .cke_button__codesnippet_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -288px!important + background: url(icons.png?t=H8DA) no-repeat 0 -288px !important } .cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -312px!important + background: url(icons.png?t=H8DA) no-repeat 0 -312px !important } .cke_ltr .cke_button__copy_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -336px!important + background: url(icons.png?t=H8DA) no-repeat 0 -336px !important } .cke_button__copyformatting_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -360px!important + background: url(icons.png?t=H8DA) no-repeat 0 -360px !important } .cke_button__creatediv_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -384px!important + background: url(icons.png?t=H8DA) no-repeat 0 -384px !important } .cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -408px!important + background: url(icons.png?t=H8DA) no-repeat 0 -408px !important } .cke_ltr .cke_button__cut_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -432px!important + background: url(icons.png?t=H8DA) no-repeat 0 -432px !important } .cke_rtl .cke_button__docprops_icon, .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -456px!important + background: url(icons.png?t=H8DA) no-repeat 0 -456px !important } .cke_ltr .cke_button__docprops_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -480px!important + background: url(icons.png?t=H8DA) no-repeat 0 -480px !important } .cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -504px!important + background: url(icons.png?t=H8DA) no-repeat 0 -504px !important } .cke_ltr .cke_button__find_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -528px!important + background: url(icons.png?t=H8DA) no-repeat 0 -528px !important } .cke_button__flash_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -552px!important + background: url(icons.png?t=H8DA) no-repeat 0 -552px !important } .cke_button__form_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -576px!important + background: url(icons.png?t=H8DA) no-repeat 0 -576px !important } .cke_button__hiddenfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -600px!important + background: url(icons.png?t=H8DA) no-repeat 0 -600px !important } .cke_button__horizontalrule_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -624px!important + background: url(icons.png?t=H8DA) no-repeat 0 -624px !important } .cke_button__iframe_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -648px!important + background: url(icons.png?t=H8DA) no-repeat 0 -648px !important } .cke_button__image_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -672px!important + background: url(icons.png?t=H8DA) no-repeat 0 -672px !important } .cke_button__imagebutton_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -696px!important + background: url(icons.png?t=H8DA) no-repeat 0 -696px !important } .cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -720px!important + background: url(icons.png?t=H8DA) no-repeat 0 -720px !important } .cke_ltr .cke_button__indent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -744px!important + background: url(icons.png?t=H8DA) no-repeat 0 -744px !important } .cke_button__italic_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -768px!important + background: url(icons.png?t=H8DA) no-repeat 0 -768px !important } .cke_button__justifyblock_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -792px!important + background: url(icons.png?t=H8DA) no-repeat 0 -792px !important } .cke_button__justifycenter_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -816px!important + background: url(icons.png?t=H8DA) no-repeat 0 -816px !important } .cke_button__justifyleft_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -840px!important + background: url(icons.png?t=H8DA) no-repeat 0 -840px !important } .cke_button__justifyright_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -864px!important + background: url(icons.png?t=H8DA) no-repeat 0 -864px !important } .cke_button__language_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -888px!important + background: url(icons.png?t=H8DA) no-repeat 0 -888px !important } .cke_button__link_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -912px!important + background: url(icons.png?t=H8DA) no-repeat 0 -912px !important } .cke_button__maximize_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -936px!important + background: url(icons.png?t=H8DA) no-repeat 0 -936px !important } .cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -960px!important + background: url(icons.png?t=H8DA) no-repeat 0 -960px !important } .cke_ltr .cke_button__newpage_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -984px!important + background: url(icons.png?t=H8DA) no-repeat 0 -984px !important } .cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1008px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1008px !important } .cke_ltr .cke_button__numberedlist_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1032px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1032px !important } .cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1056px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1056px !important } .cke_ltr .cke_button__outdent_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1080px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1080px !important } .cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1104px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1104px !important } .cke_ltr .cke_button__pagebreak_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1128px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1128px !important } .cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1152px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1152px !important } .cke_ltr .cke_button__paste_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1176px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1176px !important } .cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1200px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1200px !important } .cke_ltr .cke_button__pastefromword_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1224px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1224px !important } .cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1248px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1248px !important } .cke_ltr .cke_button__pastetext_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1272px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1272px !important } .cke_button__placeholder_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1296px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1296px !important } .cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1320px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1320px !important } .cke_ltr .cke_button__preview_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1344px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1344px !important } .cke_button__print_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1368px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1368px !important } .cke_button__radio_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1392px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1392px !important } .cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1416px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1416px !important } .cke_ltr .cke_button__redo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1440px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1440px !important } .cke_button__removeformat_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1464px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1464px !important } .cke_button__replace_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1488px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1488px !important } .cke_button__save_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1512px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1512px !important } .cke_button__scayt_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1536px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1536px !important } .cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1560px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1560px !important } .cke_ltr .cke_button__select_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1584px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1584px !important } .cke_button__selectall_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1608px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1608px !important } .cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1632px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1632px !important } .cke_ltr .cke_button__showblocks_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1656px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1656px !important } .cke_button__smiley_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1680px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1680px !important } .cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1704px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1704px !important } .cke_ltr .cke_button__source_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1728px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1728px !important } .cke_rtl .cke_button__sourcedialog_icon, .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1752px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1752px !important } .cke_ltr .cke_button__sourcedialog_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1776px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1776px !important } .cke_button__specialchar_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1800px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1800px !important } .cke_button__spellchecker_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1824px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1824px !important } .cke_button__strike_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1848px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1848px !important } .cke_button__subscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1872px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1872px !important } .cke_button__superscript_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1896px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1896px !important } .cke_button__table_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1920px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1920px !important } .cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1944px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1944px !important } .cke_ltr .cke_button__templates_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1968px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1968px !important } .cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -1992px!important + background: url(icons.png?t=H8DA) no-repeat 0 -1992px !important } .cke_ltr .cke_button__textarea_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2016px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2016px !important } .cke_button__textcolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2040px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2040px !important } .cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2064px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2064px !important } .cke_ltr .cke_button__textfield_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2088px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2088px !important } .cke_button__uicolor_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2112px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2112px !important } .cke_button__underline_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2136px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2136px !important } .cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2160px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2160px !important } .cke_ltr .cke_button__undo_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2184px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2184px !important } .cke_button__unlink_icon { - background: url(icons.png?t=H8DA) no-repeat 0 -2208px!important + background: url(icons.png?t=H8DA) no-repeat 0 -2208px !important } .cke_hidpi .cke_button__about_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -0px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -24px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__anchor_icon, .cke_ltr.cke_hidpi .cke_button__anchor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -48px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bgcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -72px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidiltr_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -96px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bidirtl_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -120px !important; + background-size: 16px !important } .cke_hidpi .cke_button__blockquote_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -144px !important; + background-size: 16px !important } .cke_hidpi .cke_button__bold_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -168px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -192px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -216px !important; + background-size: 16px !important } .cke_hidpi .cke_button__button_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -240px !important; + background-size: 16px !important } .cke_hidpi .cke_button__checkbox_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -264px !important; + background-size: 16px !important } .cke_hidpi .cke_button__codesnippet_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -288px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -312px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__copy_icon, .cke_ltr.cke_hidpi .cke_button__copy_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -336px !important; + background-size: 16px !important } .cke_hidpi .cke_button__copyformatting_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -360px !important; + background-size: 16px !important } .cke_hidpi .cke_button__creatediv_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -384px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -408px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__cut_icon, .cke_ltr.cke_hidpi .cke_button__cut_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -432px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__docprops_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -456px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__docprops_icon, .cke_ltr.cke_hidpi .cke_button__docprops_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -480px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -504px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__find_icon, .cke_ltr.cke_hidpi .cke_button__find_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -528px !important; + background-size: 16px !important } .cke_hidpi .cke_button__flash_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -552px !important; + background-size: 16px !important } .cke_hidpi .cke_button__form_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -576px !important; + background-size: 16px !important } .cke_hidpi .cke_button__hiddenfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -600px !important; + background-size: 16px !important } .cke_hidpi .cke_button__horizontalrule_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -624px !important; + background-size: 16px !important } .cke_hidpi .cke_button__iframe_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -648px !important; + background-size: 16px !important } .cke_hidpi .cke_button__image_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -672px !important; + background-size: 16px !important } .cke_hidpi .cke_button__imagebutton_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -696px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -720px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__indent_icon, .cke_ltr.cke_hidpi .cke_button__indent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -744px !important; + background-size: 16px !important } .cke_hidpi .cke_button__italic_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -768px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyblock_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -792px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifycenter_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -816px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyleft_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -840px !important; + background-size: 16px !important } .cke_hidpi .cke_button__justifyright_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -864px !important; + background-size: 16px !important } .cke_hidpi .cke_button__language_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -888px !important; + background-size: 16px !important } .cke_hidpi .cke_button__link_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -912px !important; + background-size: 16px !important } .cke_hidpi .cke_button__maximize_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -936px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -960px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__newpage_icon, .cke_ltr.cke_hidpi .cke_button__newpage_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -984px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1008px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__numberedlist_icon, .cke_ltr.cke_hidpi .cke_button__numberedlist_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1032px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1056px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__outdent_icon, .cke_ltr.cke_hidpi .cke_button__outdent_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1080px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1104px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, .cke_ltr.cke_hidpi .cke_button__pagebreak_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1128px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1152px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__paste_icon, .cke_ltr.cke_hidpi .cke_button__paste_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1176px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1200px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastefromword_icon, .cke_ltr.cke_hidpi .cke_button__pastefromword_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1224px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1248px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__pastetext_icon, .cke_ltr.cke_hidpi .cke_button__pastetext_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1272px !important; + background-size: 16px !important } .cke_hidpi .cke_button__placeholder_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1296px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1320px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__preview_icon, .cke_ltr.cke_hidpi .cke_button__preview_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1344px !important; + background-size: 16px !important } .cke_hidpi .cke_button__print_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1368px !important; + background-size: 16px !important } .cke_hidpi .cke_button__radio_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1392px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1416px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__redo_icon, .cke_ltr.cke_hidpi .cke_button__redo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1440px !important; + background-size: 16px !important } .cke_hidpi .cke_button__removeformat_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1464px !important; + background-size: 16px !important } .cke_hidpi .cke_button__replace_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1488px !important; + background-size: 16px !important } .cke_hidpi .cke_button__save_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1512px !important; + background-size: 16px !important } .cke_hidpi .cke_button__scayt_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1536px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1560px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__select_icon, .cke_ltr.cke_hidpi .cke_button__select_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1584px !important; + background-size: 16px !important } .cke_hidpi .cke_button__selectall_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1608px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1632px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__showblocks_icon, .cke_ltr.cke_hidpi .cke_button__showblocks_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1656px !important; + background-size: 16px !important } .cke_hidpi .cke_button__smiley_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1680px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1704px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__source_icon, .cke_ltr.cke_hidpi .cke_button__source_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1728px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__sourcedialog_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1752px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1776px !important; + background-size: 16px !important } .cke_hidpi .cke_button__specialchar_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1800px !important; + background-size: 16px !important } .cke_hidpi .cke_button__spellchecker_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1824px !important; + background-size: 16px !important } .cke_hidpi .cke_button__strike_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1848px !important; + background-size: 16px !important } .cke_hidpi .cke_button__subscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1872px !important; + background-size: 16px !important } .cke_hidpi .cke_button__superscript_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1896px !important; + background-size: 16px !important } .cke_hidpi .cke_button__table_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1920px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1944px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__templates_icon, .cke_ltr.cke_hidpi .cke_button__templates_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1968px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -1992px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textarea_icon, .cke_ltr.cke_hidpi .cke_button__textarea_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2016px !important; + background-size: 16px !important } .cke_hidpi .cke_button__textcolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2040px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2064px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__textfield_icon, .cke_ltr.cke_hidpi .cke_button__textfield_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2088px !important; + background-size: 16px !important } .cke_hidpi .cke_button__uicolor_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2112px !important; + background-size: 16px !important } .cke_hidpi .cke_button__underline_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2136px !important; + background-size: 16px !important } .cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2160px !important; + background-size: 16px !important } .cke_hidpi .cke_ltr .cke_button__undo_icon, .cke_ltr.cke_hidpi .cke_button__undo_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2184px !important; + background-size: 16px !important } .cke_hidpi .cke_button__unlink_icon { - background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px!important; - background-size: 16px!important + background: url(icons_hidpi.png?t=H8DA) no-repeat 0 -2208px !important; + background-size: 16px !important } a.cke_button_disabled, diff --git a/public/assets/plugins/ckeditor/skins/office2013/dialog.css b/public/assets/plugins/ckeditor/skins/office2013/dialog.css index 18a48a7..62981d2 100644 --- a/public/assets/plugins/ckeditor/skins/office2013/dialog.css +++ b/public/assets/plugins/ckeditor/skins/office2013/dialog.css @@ -2,13 +2,12 @@ Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_dialog { visibility: visible } .cke_dialog_background_cover { - background: #c6c6c6!important + background: #c6c6c6 !important } .cke_dialog_body { diff --git a/public/assets/plugins/ckeditor/skins/office2013/editor.css b/public/assets/plugins/ckeditor/skins/office2013/editor.css index c038c18..2dee799 100644 --- a/public/assets/plugins/ckeditor/skins/office2013/editor.css +++ b/public/assets/plugins/ckeditor/skins/office2013/editor.css @@ -2,7 +2,6 @@ Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ - .cke_reset { margin: 0; padding: 0; @@ -238,7 +237,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license padding: 4px; margin: 1px; display: block; - color: inherit!important; + color: inherit !important; text-decoration: none; overflow: hidden; text-overflow: ellipsis; diff --git a/public/assets/plugins/mxgraph/css/common.css b/public/assets/plugins/mxgraph/css/common.css index 1e9d532..9dc1f23 100644 --- a/public/assets/plugins/mxgraph/css/common.css +++ b/public/assets/plugins/mxgraph/css/common.css @@ -177,7 +177,6 @@ td.mxPopupMenuIcon { padding: 2px 4px 2px 4px; } - /*div.mxRubberband { position: absolute; overflow: hidden; diff --git a/public/assets/plugins/mxgraph/css/explorer.css b/public/assets/plugins/mxgraph/css/explorer.css index de06441..1d11bbe 100644 --- a/public/assets/plugins/mxgraph/css/explorer.css +++ b/public/assets/plugins/mxgraph/css/explorer.css @@ -1,13 +1,16 @@ div.mxTooltip { - filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4, Color='#A2A2A2', Positive='true') + filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4, + Color='#A2A2A2', Positive='true') } div.mxPopupMenu { - filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4, Color='#C0C0C0', Positive='true') + filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4, + Color='#C0C0C0', Positive='true') } div.mxWindow { - filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4, Color='#C0C0C0', Positive='true') + filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4, + Color='#C0C0C0', Positive='true') } td.mxWindowTitle { diff --git a/public/assets/plugins/square/resources/help.html b/public/assets/plugins/square/resources/help.html index c32f921..4de126b 100644 --- a/public/assets/plugins/square/resources/help.html +++ b/public/assets/plugins/square/resources/help.html @@ -9,9 +9,15 @@

Graph Editor Help

-

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea - takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores - et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

+

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy + eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet + clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit + amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam + nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed + diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet.

\ No newline at end of file diff --git a/public/assets/plugins/square/resources/help_de.html b/public/assets/plugins/square/resources/help_de.html index 322163b..08a5951 100644 --- a/public/assets/plugins/square/resources/help_de.html +++ b/public/assets/plugins/square/resources/help_de.html @@ -9,9 +9,15 @@

Graph Editor Hilfe

-

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea - takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores - et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

+

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy + eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet + clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit + amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam + nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed + diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet.

\ No newline at end of file diff --git a/public/index.html b/public/index.html index eba006e..b813e81 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ - + @@ -58,7 +58,7 @@ - + diff --git a/public/scripts/app.d0e4d265.js b/public/scripts/app.040e25a4.js similarity index 53% rename from public/scripts/app.d0e4d265.js rename to public/scripts/app.040e25a4.js index 2c9c532..a134d7d 100644 --- a/public/scripts/app.d0e4d265.js +++ b/public/scripts/app.040e25a4.js @@ -1 +1 @@ -!function(){"use strict";angular.module("app.auth",[])}(),function(){"use strict";angular.module("app.core",["ngAnimate","ngAria","ngCookies","ngMessages","ngResource","ngSanitize","ngMaterial","pascalprecht.translate","ui.router","gridster","ds.clock","angucomplete-alt"])}(),function(){"use strict";function e(e,t){e.state("app.errors_error-404",{url:"/errors/error-404",views:{"main@":{templateUrl:"app/core/layouts/content-only.html",controller:"MainController as vm"},"content@app.errors_error-404":{templateUrl:"app/errors/404/error-404.html",controller:"Error404Controller as vm"}},params:{status:404,statusText:"",data:{},config:{}},bodyClass:"error-404"}),t.addPart("app/errors/404")}e.$inject=["$stateProvider","$translatePartialLoaderProvider"],angular.module("app.errors.error-404",[]).config(e)}(),function(){"use strict";function e(e,t){e.state("app.errors_error-500",{url:"/errors/error-500",views:{"main@":{templateUrl:"app/core/layouts/content-only.html",controller:"MainController as vm"},"content@app.errors_error-500":{templateUrl:"app/errors/500/error-500.html",controller:"Error500Controller as vm"}},params:{status:500,statusText:"",data:{},config:{}},bodyClass:"error-500"}),t.addPart("app/errors/500")}e.$inject=["$stateProvider","$translatePartialLoaderProvider"],angular.module("app.errors.error-500",[]).config(e)}(),function(){"use strict";angular.module("app.errors",["app.errors.error-404","app.errors.error-500"])}(),function(){"use strict";function e(e){e.addPart("app/footer")}e.$inject=["$translatePartialLoaderProvider"],angular.module("app.footer",[]).config(e)}(),function(){"use strict";function e(e,t){e.state("app.forgot",{url:"/forgot",views:{"main@":{templateUrl:"app/core/layouts/content-only.html",controller:"MainController as vm"},"content@app.forgot":{templateUrl:"app/forgot/forgot.html",controller:"ForgotPasswordController as vm"}},bodyClass:"forgot"}),t.addPart("app/forgot")}e.$inject=["$stateProvider","$translatePartialLoaderProvider"],angular.module("app.forgot",[]).config(e)}(),function(){"use strict";function e(e){e.addPart("app/header")}e.$inject=["$translatePartialLoaderProvider"],angular.module("app.header",[]).config(e)}(),function(){"use strict";angular.module("motion",["angular-toasty","app.core","app.auth","app.navigation","app.toolbar","app.quick-panel","app.header","app.footer","app.dashboards","app.staff","app.contactmanager","app.voice","app.chat","app.mail","app.sms","app.openchannel","app.fax","app.tools","app.callysquare","app.analytics","app.integrations","app.settings","app.help","app.motiondialer","app.jscripty","app.marketplace","app.plugins","app.login","app.forgot","app.reset","app.errors"])}(),function(){"use strict";function e(e,t){e.state("app.login",{url:"/login?token&userId",views:{"main@":{templateUrl:"app/core/layouts/content-only.html",controller:"MainController as vm"},"content@app.login":{templateUrl:"app/login/login.html",controller:"LoginController as vm"}},bodyClass:"login"}),t.addPart("app/login")}e.$inject=["$stateProvider","$translatePartialLoaderProvider"],angular.module("app.login",[]).config(e)}(),function(){"use strict";function e(e,t,n,a){e.state("app.analytics",{abstract:!0,url:"/analytics"}).state("app.analytics.metrics",{url:"/metrics",views:{"content@app":{templateUrl:"app/main/apps/analytics/views/metrics/metrics.html",controller:"MetricsController as vm"}},resolve:{metrics:["apiResolver",function(e){return e.resolve("analyticMetric@get",{fields:"createdAt,updatedAt,id,name,table,metric,description",sort:"-updatedAt",limit:10,offset:0})}]},authenticate:!0,permissionId:1201,bodyClass:"analytics"}).state("app.analytics.extractedReports",{url:"/extractedReports",views:{"content@app":{templateUrl:"app/main/apps/analytics/views/extractedReports/extractedReports.html",controller:"ExtractedReportsController as vm"}},resolve:{extractedReports:["apiResolver",function(e){return e.resolve("analyticExtractedReport@get",{fields:"createdAt,updatedAt,id,name,basename,savename,type,startDate,endDate,status,output",sort:"-updatedAt",limit:10,offset:0})}]},authenticate:!0,permissionId:1202,bodyClass:"analytics"}),t.addPart("app/main/apps/analytics")}e.$inject=["$stateProvider","$translatePartialLoaderProvider","msApiProvider","msNavigationServiceProvider"],angular.module("app.analytics",["ngCsv","ngPassword","md.data.table","flow","mdColorPicker","ckeditor","ng-sortable","ngAria","ngAnimate","mdPickers","mwFormBuilder","mwFormViewer","mwFormUtils","ngclipboard","angular-cron-jobs","ngEmbed","angularMaterialFormBuilder","material.components.expansionPanels","chart.js","angular.filter","app.analytics.reports"]).config(e)}(),function(){"use strict";function e(e){e.state("app.analytics.reports",{url:"/reports",views:{"content@app":{templateUrl:"app/main/apps/analytics/views/reports/reports.html",controller:"ReportsController as vm"}},resolve:{treeReports:["apiResolver",function(e){return e.resolve("analyticTreeReport@get",{fields:"id,tree",limit:10,offset:0})}]},authenticate:!0,permissionId:1203,bodyClass:"analytics"}).state("app.analytics.reports.edit",{url:"/:id?tab",views:{"content@app":{templateUrl:"app/main/apps/analytics/views/reports/edit/view.html",controller:"ReportController as vm"}},resolve:{report:["apiResolver","$stateParams","$q","describeTable",function(e,t,a,i){var o;return e.resolve("analyticCustomReport@get",{fields:"createdAt,updatedAt,id,name,description,table,conditions,joins",id:t.id}).then(function(e){var t=[];if((o=e).joins)try{o.joins=JSON.parse(o.joins);for(var n=0;n');a.append(t),s(function(){!function(e,t){var n=t.find("code"),a=e.split("\n"),i=(a=a.filter(function(e){return e.trim().length}))[0].match(/^\s*/)[0],o=new RegExp("^"+i);a=a.map(function(e){return e.replace(o,"").replace(/\s+$/,"")});var s=hljs.highlight(r.language||r.lang,a.join("\n"),!0);s.value=s.value.replace(/=""<\/span>/gi,"").replace("","").replace("",""),n.append(s.value).addClass("highlight")}(e,t)},34,!1)}})}}}}e.$inject=["$timeout","$q","$interpolate"],angular.module("app.core").directive("hljs",e)}(),function(){"use strict";angular.module("app.core").directive("msCard",function(){return{restrict:"E",scope:{templatePath:"=template",card:"=ngModel",vm:"=viewModel"},template:'
',compile:function(e){return e.addClass("ms-card"),function(e,t){e.cardTemplateLoaded=function(){e.$emit("msCard::cardTemplateLoaded",t)}}}}})}(),function(){"use strict";angular.module("app.core").directive("msClickToCall",function(){return{restrict:"E",scope:{type:"=",disabled:"=",target:"=",prefix:"=",license:"="},controller:["$scope","$rootScope","$http","$translate","$document","$mdDialog","Auth","toasty","api",function(n,t,a,i,o,s,e,r,l){function d(e){switch(n.currentUser.showWebBar){case 0:return m("http://127.0.0.1:"+(n.currentUser.phoneBarRemoteControlPort||"9888")+"/api/originate/"+c(e));case 2:return t.$broadcast("webrtc::call",{target:c(e)})}}function c(e){return _.isNil(e)?"":e.replace(/[^\w.+#*\-]+/g,"")}function m(e){return a.get(e).success(function(){r.success({title:"Successful call",msg:"Call properly handled!"})}).error(function(e){r.error({title:"PhoneBar API Error",msg:i.instant("CONTACTMANAGER.ERRORS.PHONEBAR_API")})})}n.currentUser=e.getCurrentUser(),n.showMenu=function(){return n.target&&n.target.indexOf("@")<0&&n.target!=n.currentUser.internal&&n.target!=n.currentUser.name&&(0==n.currentUser.showWebBar&&n.currentUser.phoneBarRemoteControl||2==n.currentUser.showWebBar&&n.license.webrtc)&&!n.disabled},n.call=function(e){return 2!==n.currentUser.showWebBar?(t=e,l.user.getVoicePrefixes({id:n.currentUser.id}).$promise.then(function(e){if(e.count)return s.show({controller:"PrefixDialogController",controllerAs:"vm",templateUrl:"assets/ms-phonebar/prefix/dialog.html",parent:angular.element(o.body),clickOutsideToClose:!0,locals:{prefixes:e,required:n.currentUser.phoneBarPrefixRequired}})}).then(function(e){n.currentUser.phoneBarPrefixRequired?e&&-1!==e&&d(e+t):e&&-1!==e?d(e+t):e||d(t)})):d(e);var t},n.transfer=function(e){switch(n.currentUser.showWebBar){case 0:return m("http://127.0.0.1:"+(n.currentUser.phoneBarRemoteControlPort||"9888")+"/api/transfer?number="+c(e));case 2:t.$broadcast("webrtc::transfer",{target:c(e)})}}}],templateUrl:"app/core/directives/ms-click-to-call/ms-click-to-call.html"}})}(),function(){"use strict";function e(i){return{require:"ngModel",priority:1,link:function(e,t,n,a){a.$formatters.push(i.formatter),a.$parsers.push(i.parser)}}}e.$inject=["msDatepickerFixConfig"],angular.module("app.core").provider("msDatepickerFixConfig",function(){var t={formatter:function(e){return e?""===e?e:new Date(e):""},parser:function(e){return e?moment(e).add(moment(e).utcOffset(),"m").toDate():""}};this.config=function(e){t=angular.extend({},t,e)},this.$get=function(){return t}}).directive("msDatepickerFix",e)}(),function(){"use strict";angular.module("app.core").directive("msDualMultiselect",function(){return{restrict:"E",scope:{options:"="},controller:["$scope",function(s){s.transfer=function(e,t,n,a){var i=[];if(0<=n)i.push(e[n]),t.push(e[n]),e.splice(n,1);else{for(var o=0;o',link:function(n,e){var t=e.emojioneArea({pickerPosition:n.pickerPosition,search:n.search,recentEmojis:n.recentEmojis,placeholder:a.instant(n.placeholder||"Type a message"),attributes:{spellcheck:!0},events:{keyup:function(e,t){n.ngModel=this.getText(),n.onReply({event:t,body:this.getText()})},emojibtn_click:function(){n.ngModel=this.getText()}}});n.ngModel&&t[0].emojioneArea.setText(n.ngModel),n.internalControl=n.ctrlMethods||{},n.internalControl.setText=function(e){t[0].emojioneArea.setText(e)},n.internalControl.getText=function(){return t[0].emojioneArea.getText()},n.$watch("ngModel",function(e){e||t[0].emojioneArea.setText("")})}}}e.$inject=["$translate"],angular.module("app.core").directive("msEmojiArea",e)}(),function(){"use strict";angular.module("app.core").directive("msFontFamily",function(){return{restrict:"E",scope:{ngModel:"="},controller:["$scope",function(e){e.fonts=[{option:"Arial",value:"Arial,Helvetica,sans-serif"},{option:"Comic Sans MS",value:"Comic Sans MS,cursive"},{option:"Courier New",value:"Courier New,Courier,monospace"},{option:"Georgia",value:"Georgia,serif"},{option:"Lucida Sans Unicode",value:"Lucida Sans Unicode,Lucida Grande,sans-serif"},{option:"Tahoma",value:"Tahoma,Geneva,sans-serif"},{option:"Times New Roman",value:"Times New Roman,Times,serif"},{option:"Trebuchet MS",value:"Trebuchet MS,Helvetica,sans-serif"},{option:"Verdana",value:"Verdana,Geneva,sans-serif"}]}],templateUrl:"app/core/directives/ms-font-family/ms-font-family.html"}})}(),function(){"use strict";angular.module("app.core").controller("MsFormWizardController",function(){var t=this;function e(){return t.forms.length}function n(){return 0===t.selectedIndex}function a(){return t.selectedIndex===e()-1}t.forms=[],t.selectedIndex=0,t.registerForm=function(e){t.forms.push(e)},t.previousStep=function(){if(n())return;t.selectedIndex--},t.nextStep=function(){if(a())return;t.selectedIndex++},t.firstStep=function(){t.selectedIndex=0},t.lastStep=function(){t.selectedIndex=e()-1},t.totalSteps=e,t.isFirstStep=n,t.isLastStep=a,t.currentStepInvalid=function(){return angular.isDefined(t.forms[t.selectedIndex])&&t.forms[t.selectedIndex].$invalid},t.previousStepInvalid=function(){return 0d.options.responsive.md?d.options.responsive.md:d.columnCount:l("sm")?d.columnCount=d.columnCount>d.options.responsive.sm?d.options.responsive.sm:d.columnCount:d.columnCount=d.options.responsive.xs;d.columnWidth=d.containerPos.width/d.columnCount}(),r.$broadcast("msMasonry:relayoutStarted"),d.items=d.container.find("ms-masonry-item");for(var e=Array.apply(null,new Array(d.columnCount)).map(function(){return 0}),t=0;t
'),r=angular.element('
'),l=t.parent();function d(){o.addClass("ms-nav-folded"),g.$broadcast("msNav::forceCollapse"),t.scrollTop(0),l.append(s),s.on("mouseenter touchstart",function(e){c(e),i=!0})}function c(e){angular.isDefined(e)&&e.preventDefault(),o.addClass("ms-nav-folded-open"),g.$broadcast("msNav::expandMatchingToggles"),l.find(s).remove(),l.parent().append(r),r.on("mouseenter touchstart",function(e){m(e),i=!1})}function m(e){angular.isDefined(e)&&e.preventDefault(),g.$broadcast("msNav::forceCollapse"),t.scrollTop(0),o.removeClass("ms-nav-folded-open"),l.parent().find(r).remove(),l.append(s),s.on("mouseenter touchstart",function(e){c(e),i=!0})}function u(){o.removeClass("ms-nav-folded ms-nav-folded-open"),g.$broadcast("msNav::expandMatchingToggles"),t.off("mouseenter mouseleave")}v.setFoldable(e,t,a),a?d():u(),e.toggleFold=function(){(a=!a)?d():u()},e.openFolded=c,e.closeFolded=m,e.isNavFoldedOpen=function(){return i},e.$on("$destroy",function(){s.off("mouseenter touchstart"),r.off("mouseenter touchstart"),t.off("mouseenter mouseleave")})}}}function t(n,a,i){return{restrict:"E",scope:{},controller:"MsNavController",compile:function(e){return e.addClass("ms-nav"),function(e){n.$broadcast("msNav::expandMatchingToggles");var t=n.$on("$stateChangeSuccess",function(){n.$broadcast("msNav::expandMatchingToggles"),a.when("navigation").then(function(e){e.close(),i.isNavFoldedOpen()&&i.closeFolded()})});e.$on("$destroy",function(){t()})}}}}function n(m,u,p,g){return{restrict:"A",require:"^msNav",scope:!0,compile:function(e,t){return e.addClass("ms-nav-toggle"),angular.isUndefined(t.collapsed)&&(t.collapsed=!0),e.attr("collapsed",t.collapsed),function(a,i,e,n){var o={expanded:"expanded",expandAnimation:"expand-animation",collapseAnimation:"collapse-animation"},t=i.find("a"),s=[],r=/\(.*\)/g;function l(){return"true"===i.attr("collapsed")}function d(){var e=u.defer();if(!l())return e.reject({error:!0}),e.promise;i.attr("collapsed",!1);var t=angular.element(i.find("ms-nav-toggle-items")[0]);t.css({position:"absolute",visibility:"hidden",display:"block",height:"auto"});var n=t[0].offsetHeight;return t.css({position:"",visibility:"",display:"",height:""}),a.$evalAsync(function(){p.animate(t,{display:"block",height:"0px"},{height:n+"px"},o.expandAnimation).then(function(){t.addClass(o.expanded),t.css({height:""}),e.resolve({success:!0})})}),e.promise}function c(){var e=u.defer();if(l())return e.reject({error:!0}),e.promise;i.attr("collapsed",!0);var t=angular.element(i.find("ms-nav-toggle-items")[0]),n=t[0].offsetHeight;return a.$evalAsync(function(){p.animate(t,{height:n+"px"},{height:"0px"},o.collapseAnimation).then(function(){t.removeClass(o.expanded),t.css({display:"",height:""}),e.resolve({success:!0})})}),e.promise}angular.forEach(t,function(e){var t=angular.element(e).attr("ui-sref");angular.isUndefined(t)||(t=t.replace(r,""),s.push(t))}),n.setToggleItem(i,a),i.children(".ms-nav-button").on("click",function(){if(n.isDisabled())return;n.disable(),l()?(n.clearLockedItems(),a.$emit("msNav::pushToLockedList"),m.$broadcast("msNav::collapse"),d().then(function(){n.enable()})):a.$broadcast("msNav::forceCollapse")}),a.$on("$destroy",function(){i.children(".ms-nav-button").off("click")}),a.$on("msNav::collapse",function(){var e=n.getLockedItems(),t=!1;angular.forEach(e,function(e){angular.equals(e.scope,a)&&(t=!0)}),t||c().then(function(){n.enable()})}),a.$on("msNav::forceCollapse",function(){c().then(function(){n.enable()})}),a.$on("msNav::expandMatchingToggles",function(){var t=g.current.name,n=!1;angular.forEach(s,function(e){t===e&&(n=!0)}),n?d():c()}),a.$on("msNav::pushToLockedList",function(){n.setLockedItem(i,a)})}}}}e.$inject=["$document","$rootScope","msNavFoldService"],t.$inject=["$rootScope","$mdComponentRegistry","msNavFoldService"],n.$inject=["$rootScope","$q","$animate","$state"],angular.module("app.core").factory("msNavFoldService",function(){var n={};return{setFoldable:function(e,t){n={scope:e,element:t}},isNavFoldedOpen:function(){return n.scope.isNavFoldedOpen()},toggleFold:function(){n.scope.toggleFold()},openFolded:function(){n.scope.openFolded()},closeFolded:function(){n.scope.closeFolded()}}}).directive("msNavIsFolded",e).controller("MsNavController",function(){var e=this,t=!1,n=[],a=[];e.isDisabled=function(){return t},e.enable=function(){t=!1},e.disable=function(){t=!0},e.setToggleItem=function(e,t){n.push({element:e,scope:t})},e.getLockedItems=function(){return a},e.setLockedItem=function(e,t){a.push({element:e,scope:t})},e.clearLockedItems=function(){a=[]}}).directive("msNav",t).directive("msNavTitle",function(){return{restrict:"A",compile:function(e){return e.addClass("ms-nav-title"),function(){}}}}).directive("msNavButton",function(){return{restrict:"AE",compile:function(e){return e.addClass("ms-nav-button"),function(){}}}}).directive("msNavToggle",n)}(),function(){"use strict";function e(e,t){e.root?this.navigation=t.getNavigation(e.root):this.navigation=t.getNavigation(),this.toggleHorizontalMobileMenu=function(){angular.element("body").toggleClass("ms-navigation-horizontal-mobile-menu-active")},t.sort()}function t(c,m,u,p){return{restrict:"E",scope:{folded:"=",root:"@"},controller:"MsNavigationController as vm",templateUrl:"app/core/directives/ms-navigation/templates/vertical.html",transclude:!0,compile:function(e){return e.addClass("ms-navigation"),function(e,t){var n=angular.element("body"),a=angular.element('
'),i=angular.element('
'),o=u("navigation");function s(e){if(p.setFolded(e),e)c.$broadcast("msNavigation::collapse"),n.addClass("ms-navigation-folded"),r();else{var t=p.getActiveItem();t&&t.scope.$emit("msNavigation::stateMatched"),n.removeClass("ms-navigation-folded ms-navigation-folded-open"),i.remove()}}function r(){t.parent().append(a),m(function(){a.on("mouseenter touchstart",l)})}function l(e){e&&e.preventDefault(),p.setFoldedOpen(!0);var t=p.getActiveItem();t&&t.scope.$emit("msNavigation::stateMatched"),n.addClass("ms-navigation-folded-open"),a.remove(),n.find("#main").append(i),i.on("mouseenter touchstart",d)}function d(e){e&&e.preventDefault(),p.setFoldedOpen(!1),c.$broadcast("msNavigation::collapse"),n.removeClass("ms-navigation-folded-open"),i.remove(),r()}p.setNavigationScope(e),function(){null===p.getFolded()&&p.setFolded(e.folded);p.getFolded()&&(m(function(){c.$broadcast("msNavigation::collapse")}),n.addClass("ms-navigation-folded"),r())}(),e.$watch(function(){return o.isLockedOpen()},function(e,t){if(!angular.isUndefined(e)&&!angular.equals(e,t)&&p.getFolded())if(e)c.$broadcast("msNavigation::collapse");else{var n=p.getActiveItem();n&&n.scope.$emit("msNavigation::stateMatched")}}),e.$watch("folded",function(e,t){angular.isUndefined(e)||angular.equals(e,t)||s(e)}),e.toggleFolded=function(){s(!p.getFolded())},e.$on("$stateChangeStart",function(){o.close()}),e.$on("$destroy",function(){i.off("mouseenter touchstart"),a.off("mouseenter touchstart")})}}}}function n(n,e,a,i,t,o){var s=this;s.element=e,s.node=n.node,s.hasChildren=void 0,s.collapsed=void 0,s.collapsable=void 0,s.group=void 0,s.animateHeightClass="animate-height",s.toggleCollapsed=function(){s.collapsed?s.expand():s.collapse()},s.collapse=function(){var e=s.element.children("ul"),t=e[0].offsetHeight;n.$evalAsync(function(){s.collapsed=!0,s.element.addClass("collapsing"),i.animate(e,{display:"block",height:t+"px"},{height:"0px"},s.animateHeightClass).then(function(){e.css({display:"",height:""}),s.element.removeClass("collapsing")}),n.$broadcast("msNavigation::collapse")})},s.expand=function(){var e=s.element.children("ul");e.css({position:"absolute",visibility:"hidden",display:"block",height:"auto"});var t=e[0].offsetHeight;e.css({position:"",visibility:"",display:"",height:""}),n.$evalAsync(function(){s.collapsed=!1,s.element.addClass("expanding"),i.animate(e,{display:"block",height:"0px"},{height:t+"px"},s.animateHeightClass).then(function(){e.css({height:""}),s.element.removeClass("expanding")}),a.$broadcast("msNavigation::collapse",s.node._path)})},s.getClass=function(){return s.node.class},s.isHidden=function(){if(angular.isDefined(s.node.hidden)&&angular.isFunction(s.node.hidden))return s.node.hidden();return!1},function(){s.hasChildren=0":t.user,c.create("Incoming call from: ",n,null,function(){t.answer(m.sessionConf)},function(){t.terminate()}).then(function(e){t.notification=e}).catch(function(e){console.error(e)}),v(e.session.user,!0),m.conf.autoAnswer&&o(function(){a.isInProgress()&&(a.autoAnswer=!0,m.conf.microphoneId?m.sessionConf.mediaConstraints.audio={deviceId:m.conf.microphoneId}:m.sessionConf.mediaConstraints.audio=!0,a.answer(m.sessionConf))},m.conf.autoAnswerDelay?1e3*m.conf.autoAnswerDelay:0)}a.call_id=e.request.call_id,a.connection&&(a.connection.onaddstream=f.bind(this)),a.on("progress",function(e,t){var n=!1;switch(t.originator){case"local":this.conf.ringingMute||(this.soundPlayer.setAttribute("src","assets/ms-phonebar/sounds/incoming-call.ogg"),n=!0);break;case"remote":this.putOtherCallsOnHold(e),this.soundPlayer.setAttribute("src","assets/ms-phonebar/sounds/outgoing-call.ogg"),n=!0}n&&(this.soundPlayer.loop="loop",this.soundPlayer.play().catch(function(e){console.log(e.message)}))}.bind(this,a)),a.on("confirmed",function(n,e){return n.confirmed=!0,"remote"===e.originator&&n.connection&&(n.connection.onaddstream=f.bind(this),_.head(n.connection.getRemoteStreams())&&(this.remotePlayer.srcObject=_.head(n.connection.getRemoteStreams()))),this.soundPlayer.pause(),this.soundPlayer.loop=null,this.putOtherCallsOnHold(n),g("speaker"),g("microphone"),n.autoAnswer&&(this.soundPlayer.setAttribute("src","assets/ms-phonebar/sounds/beep.ogg"),this.soundPlayer.play().catch(function(e){console.log(e.message)})),d.rpc.getVoiceChannels().$promise.then(function(e){var t=_.find(e.rows,function(e){return e.sipcalllinkedid===n.call_id?e:e.sipcalluniqueid===n.call_id?e:null});t&&(n.monitor=t.monitor,n.uniqueid=t.uniqueid,n.monitors=t.monitors)}).catch(function(e){console.error(e)})}.bind(this,a)),a.on("hold",function(e,t){"local"===t.originator&&(e.localHold=!0)}.bind(this,a)),a.on("unhold",function(e,t){"local"===t.originator&&(e.localHold=!1)}.bind(this,a)),a.on("ended",function(e,t){_.remove(this.sessions,{id:e.id})}.bind(this,a)),a.on("failed",function(e,t){this.soundPlayer.pause(),this.soundPlayer.loop=null,e.notification&&e.notification.close(),_.remove(this.sessions,{id:e.id})}.bind(this,a)),this.sessions.push(a)}function E(){m.target="",document.getElementById("ms-target").blur(),document.getElementById("ms-target").value="",i.$broadcast("angucomplete-alt:clearInput","ms-target-wrap")}function y(e,t,n,a){return function(){s.show(s.simple().textContent(t).position(n).hideDelay(a)),e.terminate()}}function S(t){return d.user.getVoicePrefixes({id:m.conf.id}).$promise.then(function(e){if(e.count)return a.show({controller:"PrefixDialogController",controllerAs:"vm",templateUrl:"assets/ms-phonebar/prefix/dialog.html",parent:angular.element(n.body),clickOutsideToClose:!0,locals:{prefixes:e,required:m.conf.phoneBarPrefixRequired}})}).then(function(e){if(m.conf.phoneBarPrefixRequired){if(e&&-1!==e)return e+t}else{if(e&&-1!==e)return e+t;if(!e)return t}})}e(function(){},999),m.direction="right",m.selectedMode="md-scale",m.target="",m.showDialpad=!1,m.soundPlayer=document.createElement("audio"),m.remotePlayer=document.getElementById(m.conf.remotePlayerId),m.soundPlayer.volume=1,m.sessionConf={mediaConstraints:{audio:!0,video:!1}},m.sessions=[],m.calls=[],m.ua=new JsSIP.UA({sockets:[new JsSIP.WebSocketInterface("wss://"+m.conf.host+":8089/ws")],uri:new JsSIP.URI("sip",m.conf.name,m.conf.host,5060,null,null).toString(),authorization_user:m.conf.name,ha1:m.conf.ha1,realm:m.conf.realm,user_agent:m.conf.ua,session_timers_refresh_method:"invite",register_expires:m.conf.phoneBarExpires||60,register:!0}),m.conf=_.merge(p.webrtc,m.conf),n.bind("keyup",function(e){switch(e.keyCode){case 27:o(function(){m.showDialpad=!1})}}),m.$onInit=function(){g("ringing"),g("speaker"),this.ua.on("registered",function(){console.log("registered"),this.registered=!0}.bind(this)),this.ua.on("unregistered",function(){console.log("unregistered"),this.registered=!1}.bind(this)),this.ua.on("newRTCSession",A.bind(this)),DetectRTC.load(function(){this.conf.hasMicrophone=DetectRTC.hasMicrophone,this.conf.hasSpeakers="Chrome"!==DetectRTC.browser.name&&"Edge"!==DetectRTC.browser.name&&"Opera"!==DetectRTC.browser.name||DetectRTC.hasSpeakers,this.conf.isWebRTCSupported=DetectRTC.isWebRTCSupported,this.conf.osName=DetectRTC.osName,this.conf.osVersion=DetectRTC.osVersion,this.conf.browserName=DetectRTC.browser.name,this.conf.browserVersion=DetectRTC.browser.version,h()?this.ua.start():this.conf.license||l.warning({title:r.instant("TOOLBAR.WARNING"),msg:r.instant("TOOLBAR.WEBRTC_LICENSE_NOT_ENABELD"),clickToClose:!0,showClose:!0,shake:!1,timeout:!1,position:"bottom-right"})}.bind(this))}.bind(this),m.type=function(e,t){var n=e;switch(m.target||(m.target=""),t&&(m.target+=e,i.$broadcast("angucomplete-alt:changeInput","ms-target-wrap",m.target)),e){case"*":n="asterisk";break;case"#":n="pound"}m.conf.enableDtmfTone&&(m.soundPlayer.setAttribute("src","assets/ms-phonebar/sounds/dialpad/"+n+".ogg"),m.soundPlayer.play().catch(function(e){console.log(e.message)}));for(var a=0;a');t.after(n),n.append(t)}}})}(),function(){"use strict";function e(o,s,t,n){return{restrict:"AE",compile:function(e){if(!(n.getConfig("disableCustomScrollbars")||n.getConfig("disableCustomScrollbarsOnMobile")&&t.isMobile()))return e.addClass("ms-scroll"),function(e,t,n){var a={};function i(){PerfectScrollbar.update(t[0])}n.msScroll&&(a=e.$eval(n.msScroll)),a=angular.extend({},s.getConfig(),a),o(function(){PerfectScrollbar.initialize(t[0],a)},0),t.on("mouseenter",i),e.$watch(function(){return t.prop("scrollHeight")},function(e,t){angular.isUndefined(e)||angular.equals(e,t)||i()}),e.$watch(function(){return t.prop("scrollWidth")},function(e,t){angular.isUndefined(e)||angular.equals(e,t)||i()}),e.$on("$destroy",function(){t.off("mouseenter"),PerfectScrollbar.destroy(t[0])})}}}}e.$inject=["$timeout","msScrollConfig","msUtils","motionConfig"],angular.module("app.core").provider("msScrollConfig",function(){var t={wheelSpeed:1,wheelPropagation:!1,swipePropagation:!0,minScrollbarLength:null,maxScrollbarLength:null,useBothWheelAxes:!1,useKeyboard:!0,suppressScrollX:!1,suppressScrollY:!1,scrollXMarginOffset:0,scrollYMarginOffset:0,stopPropagationOnClick:!0};this.config=function(e){t=angular.extend({},t,e)},this.$get=function(){var e={getConfig:function(){return t}};return e}}).directive("msScroll",e)}(),function(){"use strict";function e(o,i,e){var s=this;s.collapsed=!0,s.query="",s.queryOptions={debounce:s.debounce||0};var t=!(!s.collapseOnBlur||"true"!=s.collapseOnBlur);s.resultsLoading=!1,s.results=null,s.selectedResultIndex=0,s.ignoreMouseEvents=!1,s.populateResults=function(e){if(s.collapsed)return;var t=angular.isArray(e),n=null===e;if(!t&&!n)return;s.selectedResultIndex=0,s.results=e},s.expand=function(){s.collapsed=!1,o.expand(),s.onExpand&&angular.isFunction(s.onExpand)&&s.onExpand()},s.collapse=function(){s.query="",s.populateResults(null),s.collapsed=!0,o.collapse(),s.onCollapse&&angular.isFunction(s.onCollapse)&&s.onCollapse()},s.blurCollapse=function(){if(!t)return;s.collapse()},s.absorbEvent=function(e){e.preventDefault()},s.handleKeydown=function(e){var t=e.keyCode;-1<[27,38,40].indexOf(t)&&e.preventDefault();switch(t){case 13:if(!s.results)return;s.handleResultClick(s.results[s.selectedResultIndex]);break;case 27:s.collapse();break;case 38:0<=s.selectedResultIndex-1&&(s.selectedResultIndex--,s.ensureSelectedResultIsVisible());break;case 40:if(!s.results)return;s.selectedResultIndex+1n&&e.scrollTop(n),a>e.height()+e.scrollTop()&&e.scrollTop(a-e.height())}},o.$watch("MsSearchBar.query",function(e,t){if(!angular.isUndefined(e)&&!angular.equals(e,t)&&!s.collapsed){var n=o.$parent.$eval(s.onSearch,{query:e}),a=angular.isArray(n),i=n&&!!n.then;a&&s.populateResults(n),i&&(s.resultsLoading=!0,n.then(function(e){s.populateResults(e)},function(){s.populateResults([])}).finally(function(){s.resultsLoading=!1}))}})}function t(i){return{restrict:"E",scope:{},require:"msSearchBar",controller:"MsSearchBarController as MsSearchBar",bindToController:{debounce:"=?",onSearch:"@",onResultClick:"&?",onExpand:"&?",onCollapse:"&?",collapseOnBlur:"@"},templateUrl:"app/core/directives/ms-search-bar/ms-search-bar.html",compile:function(e){return e.addClass("ms-search-bar"),function(e,t){var n,a=i.find("body");e.collapse=function(){t.removeClass("expanded"),a.removeClass("ms-search-bar-expanded")},e.expand=function(){t.addClass("expanded"),a.addClass("ms-search-bar-expanded"),n.focus()},n=t.find("#ms-search-bar-input")}}}}e.$inject=["$scope","$element","$timeout"],t.$inject=["$document"],angular.module("app.core").controller("MsSearchBarController",e).directive("msSearchBar",t)}(),function(){"use strict";function e(e,n,i,s,r,l){var d=this;d.query="",d.queryOptions={debounce:300},d.resultsLoading=!1,d.selectedResultIndex=0,d.ignoreMouseEvents=!1,d.mobileBarActive=!1,d.results=null,d.shortcuts=[],d.sortableOptions={ghostClass:"ghost",forceFallback:!0,fallbackClass:"dragging",onSort:function(){d.saveShortcuts()}},d.populateResults=function(){for(var e=[],t=l.getFlatNavigation(),n=r.defer(),a=0;a=d.shortcuts.length&&(d.selectedResultIndex=d.shortcuts.length-1)));d.saveShortcuts()},d.handleResultClick=function(e){e.hasShortcut?d.removeShortcut(e):d.addShortcut(e)},d.absorbEvent=function(e){e.preventDefault()},d.handleKeydown=function(e){var t=e.keyCode;-1<[38,40].indexOf(t)&&e.preventDefault();switch(t){case 13:d.handleResultClick(d.results[d.selectedResultIndex]);break;case 38:0<=d.selectedResultIndex-1&&(d.selectedResultIndex--,d.ensureSelectedResultIsVisible());break;case 40:d.selectedResultIndex+1n&&e.scrollTop(n),a>e.height()+e.scrollTop()&&e.scrollTop(a-e.height())}},d.toggleMobileBar=function(){d.mobileBarActive=!d.mobileBarActive},d.loadShortcuts().then(function(e){d.shortcuts=e,0i.steps.length)}i.mainForm=void 0,i.orientation="horizontal",i.steps=[],i.currentStep=void 0,i.currentStepNumber=1,i.setOrientation=function(e){i.orientation=e||"horizontal"},i.registerMainForm=function(e){i.mainForm=e},i.registerStep=function(e,t,n){var a={element:e,scope:t,form:n,stepNumber:t.step||i.steps.length+1,stepTitle:t.stepTitle,stepTitleTranslate:t.stepTitleTranslate};return i.steps.push(a),i.steps.sort(function(e,t){return e.stepNumber-t.stepNumber}),a},i.setupSteps=function(){i.setCurrentStep(i.currentStepNumber)},i.resetForm=function(){e(function(){for(var e=0;ee.scrollWidth&&0==e.scrollLeft&&0==t.scrollLeft?"right":t.scrollWidth>e.scrollWidth&&t.scrollLeft>e.scrollLeft&&e.scrollWidth+t.scrollLeft>=t.scrollWidth?"left":t.scrollWidth>e.scrollWidth&&t.scrollLeft>e.scrollLeft&&e.scrollWidth+t.scrollLeftn.position().top+i&&(m(function(){s=!0}),r.off("scroll",c))}}}}}e.$inject=["$timeout","$q"],angular.module("app.core").controller("MsTimelineController",function(){var t=this;t.scrollEl=void 0,t.setScrollEl=function(e){t.scrollEl=e},t.getScrollEl=function(){return t.scrollEl}}).directive("msTimeline",function(){return{scope:{msTimeline:"=?",loadMore:"&?msTimelineLoadMore"},controller:"MsTimelineController",compile:function(e){return e.addClass("ms-timeline"),function(e,t,n,a){var i=angular.element('
');t.append(i);var o={scrollEl:"#content"};o=angular.extend(o,e.msTimeline,{});var s=angular.element(o.scrollEl);a.setScrollEl(s);var r=144;function l(){s.scrollTop()+s.height()+r>i.position().top&&(i.addClass("show"),c(),e.loadMore().then(function(){i.removeClass("show"),d()},function(){i.remove()}))}function d(){s.on("scroll",l)}function c(){s.off("scroll",l)}d(),e.$on("$destroy",function(){c()})}}}}).directive("msTimelineItem",e)}(),function(){"use strict";function e(a,e,t,n,i,o,s,r,l){function d(){a.timeoutId&&clearTimeout(a.timeoutId)}function c(){void 0!==s.startTime&&(a.millis=moment().diff(moment(a.startTime))),a.maxTimeUnit&&"day"!==a.maxTimeUnit?"second"===a.maxTimeUnit?(a.seconds=Math.floor(a.millis/1e3),a.minutes=0,a.hours=0,a.days=0,a.months=0,a.years=0):"minute"===a.maxTimeUnit?(a.seconds=Math.floor(a.millis/1e3%60),a.minutes=Math.floor(a.millis/6e4),a.hours=0,a.days=0,a.months=0,a.years=0):"hour"===a.maxTimeUnit?(a.seconds=Math.floor(a.millis/1e3%60),a.minutes=Math.floor(a.millis/6e4%60),a.hours=Math.floor(a.millis/36e5),a.days=0,a.months=0,a.years=0):"month"===a.maxTimeUnit?(a.seconds=Math.floor(a.millis/1e3%60),a.minutes=Math.floor(a.millis/6e4%60),a.hours=Math.floor(a.millis/36e5%24),a.days=Math.floor(a.millis/36e5/24%30),a.months=Math.floor(a.millis/36e5/24/30),a.years=0):"year"===a.maxTimeUnit&&(a.seconds=Math.floor(a.millis/1e3%60),a.minutes=Math.floor(a.millis/6e4%60),a.hours=Math.floor(a.millis/36e5%24),a.days=Math.floor(a.millis/36e5/24%30),a.months=Math.floor(a.millis/36e5/24/30%12),a.years=Math.floor(a.millis/36e5/24/365)):(a.seconds=Math.floor(a.millis/1e3%60),a.minutes=Math.floor(a.millis/6e4%60),a.hours=Math.floor(a.millis/36e5%24),a.days=Math.floor(a.millis/36e5/24),a.months=0,a.years=0),a.secondsS=1===a.seconds||0===a.seconds?"":"s",a.minutesS=1===a.minutes||0===a.minutes?"":"s",a.hoursS=1===a.hours||0===a.hours?"":"s",a.daysS=1===a.days||0===a.days?"":"s",a.monthsS=1===a.months||0===a.months?"":"s",a.yearsS=1===a.years||0===a.years?"":"s",a.sseconds=a.seconds<10?"0"+a.seconds:a.seconds,a.mminutes=a.minutes<10?"0"+a.minutes:a.minutes,a.hhours=a.hours<10?"0"+a.hours:a.hours,a.ddays=a.days<10?"0"+a.days:a.days,a.mmonths=a.months<10?"0"+a.months:a.months,a.yyears=a.years<10?"0"+a.years:a.years}"function"!=typeof String.prototype.trim&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}),a.autoStart=s.autoStart||s.autostart,0===r.html().trim().length?r.append(l("{{millis}}")(a)):r.append(l(r.contents())(a)),a.interval=a.intervalAttr||1e3,a.startTime=null,a.endTime=null,a.timeoutId=null,a.countdown=a.countdownAttr&&0<=parseInt(a.countdownAttr,10)?parseInt(a.countdownAttr,10):void 0,a.isRunning=!1,a.$watch("startTimeAttr",function(e,t){e!==t&&a.isRunning&&a.start()}),a.$on("timer-start",function(){a.start()}),a.$on("timer-resume",function(){a.resume()}),a.$on("timer-stop",function(){a.stop()}),a.$on("timer-clear",function(){a.clear()}),a.$on("timer-set-countdown",function(e,t){a.countdown=t}),a.start=r[0].start=function(){var e=moment(),t=a.startTimeAttr?moment(a.startTimeAttr):null;a.startTime=!t||el.properties.length){var t=l.multiBarChart.series.length-l.properties.length;l.multiBarChart.series.splice(0,t),l.multiBarChart.data.splice(0,t)}for(var n=0;nl.filter.length){var a=l.multiBarChart.labels.length-l.filter.length;l.multiBarChart.labels.splice(0,a),l.multiBarChart.data[n].splice(0,a)}for(var i=0,o=0;ir.properties.length){var t=r.pieChart.labels.length-r.properties.length;r.pieChart.labels.splice(0,t),r.pieChart.data.splice(0,t)}for(var n=0,a=0;n]+>/gm,"")}}).filter("nospace",function(){return function(e){return e?e.replace(/ /g,""):""}}).filter("humanizeDoc",function(){return function(e){if(e)return"directive"===e.type?e.name.replace(/([A-Z])/g,function(e){return"-"+e.toLowerCase()}):e.label||e.name}})}(),function(){"use strict";angular.module("app.core").filter("filterByIds",function(){return function(e,t){if(0===e.length||!t)return e;if(0===t.length)return[];for(var n=[],a=0;a')).html(i),o.append(s)})},rgba:l};function l(e,t){var n=t||!1;return 4===e.length&&255===e[0]&&255===e[1]&&255===e[2]&&e.splice(3,4),n&&(e=function(e,t){var n={white:{1:"1",2:"0.7",3:"0.3",4:"0.12"},black:{1:"0.87",2:"0.54",3:"0.26",4:"0.12"}};255===e[0]&&255===e[1]&&255===e[2]?e[3]=n.white[t]:0===e[0]&&0===e[1]&&0===e[2]&&(e[3]=n.black[t]);return e}(e,n)),3===e.length?"rgb("+e.join(",")+")":4===e.length?"rgba("+e.join(",")+")":void a.error("Invalid number of arguments supplied in the color array: "+e.length+"\nThe array must have 3 or 4 colors.")}function d(e){return e.charAt(0).toUpperCase()+e.slice(1)}}e.$inject=["$cookies","$log","motionTheming"],angular.module("app.core").factory("motionGenerator",e)}(),function(){"use strict";angular.module("app.core").constant("motionPalettes",[{name:"motion-blue",options:{50:"#ebf1fa",100:"#c2d4ef",200:"#9ab8e5",300:"#78a0dc",400:"#5688d3",500:"#3470ca",600:"#2e62b1",700:"#275498",800:"#21467e",900:"#1a3865",A100:"#c2d4ef",A200:"#9ab8e5",A400:"#5688d3",A700:"#275498",contrastDefaultColor:"light",contrastDarkColors:"50 100 200 A100",contrastStrongLightColors:"300 400"}},{name:"motion-paleblue",options:{50:"#ececee",100:"#c5c6cb",200:"#9ea1a9",300:"#7d818c",400:"#5c616f",500:"#3c4252",600:"#353a48",700:"#2d323e",800:"#262933",900:"#1e2129",A100:"#c5c6cb",A200:"#9ea1a9",A400:"#5c616f",A700:"#2d323e",contrastDefaultColor:"light",contrastDarkColors:"50 100 200 A100",contrastStrongLightColors:"300 400"}}])}(),function(){"use strict";angular.module("app.core").constant("motionThemes",{default:{primary:{name:"motion-paleblue",hues:{default:"700","hue-1":"500","hue-2":"600","hue-3":"400"}},accent:{name:"light-blue",hues:{default:"600","hue-1":"400","hue-2":"700","hue-3":"A100"}},warn:{name:"red"},background:{name:"grey",hues:{default:"A100","hue-1":"A100","hue-2":"100","hue-3":"300"}}},pinkTheme:{primary:{name:"blue-grey",hues:{default:"800","hue-1":"600","hue-2":"400","hue-3":"A100"}},accent:{name:"pink",hues:{default:"400","hue-1":"300","hue-2":"600","hue-3":"A100"}},warn:{name:"blue"},background:{name:"grey",hues:{default:"A100","hue-1":"A100","hue-2":"100","hue-3":"300"}}},tealTheme:{primary:{name:"motion-blue",hues:{default:"900","hue-1":"600","hue-2":"500","hue-3":"A100"}},accent:{name:"teal",hues:{default:"500","hue-1":"400","hue-2":"600","hue-3":"A100"}},warn:{name:"deep-orange"},background:{name:"grey",hues:{default:"A100","hue-1":"A100","hue-2":"100","hue-3":"300"}}}})}(),function(){"use strict";function e(n,e,t){var a;angular.injector(["ngCookies"]).invoke(["$cookies",function(e){a=e}]);var i=a.getObject("motion.customTheme");i&&(t.custom=i),n.alwaysWatchTheme(!0),angular.forEach(e,function(e){n.definePalette(e.name,e.options)}),angular.forEach(t,function(e,t){n.theme(t).primaryPalette(e.primary.name,e.primary.hues).accentPalette(e.accent.name,e.accent.hues).warnPalette(e.warn.name,e.warn.hues).backgroundPalette(e.background.name,e.background.hues)})}e.$inject=["$mdThemingProvider","motionPalettes","motionThemes"],angular.module("app.core").config(e)}(),function(){"use strict";function e(t,n,e){var a={getRegisteredPalettes:function(){return e.PALETTES},getRegisteredThemes:function(){return e.THEMES},setActiveTheme:function(e){if(angular.isUndefined(a.themes.list[e]))return angular.isUndefined(a.themes.list.default)?void n.error('You must have at least one theme named "default"'):(n.warn('The theme "'+e+'" does not exist! Falling back to the "default" theme.'),a.themes.active.name="default",a.themes.active.theme=a.themes.list.default,void t.put("motion.selectedTheme",a.themes.active.name));a.themes.active.name=e,a.themes.active.theme=a.themes.list[e],t.put("motion.selectedTheme",e)},setThemesList:function(e){a.themes.list=e},themes:{list:{},active:{name:"",theme:{}}}};return a}e.$inject=["$cookies","$log","$mdTheming"],angular.module("app.core").service("motionTheming",e)}(),function(){"use strict";function e(t,o,s,r){this.search=function(t){for(var e=[],n=r.getFlatNavigation(),a=s.defer(),i=0;i"+(e.name||"extractedReport")+" will be deleted.").ariaLabel("delete extractedReport").targetEvent(t).ok("OK").cancel("CANCEL");i.show(n).then(function(){A(e)},function(){console.log("CANCEL")})},v.success=f,v.getExtractedReports=function(){v.query.offset=(v.query.page-1)*v.query.limit,v.promise=l.analyticExtractedReport.get(v.query,f).$promise},v.createOrEditExtractedReport=function(e,t){i.show({controller:"CreateOrEditExtractedReportDialogController",controllerAs:"vm",templateUrl:"app/main/apps/analytics/views/extractedReports/create/dialog.html",parent:angular.element(o.body),targetEvent:e,clickOutsideToClose:!0,locals:{extractedReport:t,extractedReports:v.extractedReports.rows,license:v.license,setting:v.setting}})},v.deleteExtractedReport=A,v.exportSelectedExtractedReports=function(){var e=angular.copy(v.selectedExtractedReports);return v.selectedExtractedReports=[],e},v.deleteSelectedExtractedReports=function(e){var t=i.confirm().title("Are you sure want to delete the selected extractedReports?").htmlContent(""+v.selectedExtractedReports.length+" selected will be deleted.").ariaLabel("delete ExtractedReports").targetEvent(e).ok("OK").cancel("CANCEL");i.show(t).then(function(){v.selectedExtractedReports.forEach(function(e){A(e)}),v.selectedExtractedReports=[]})},v.deselectExtractedReports=function(){v.selectedExtractedReports=[]},v.selectAllExtractedReports=function(){v.selectedExtractedReports=v.extractedReports.rows};var h=!0,b=1;function f(e){v.extractedReports=e||{count:0,rows:[]}}function A(e){l.analyticExtractedReport.delete({id:e.id}).$promise.then(function(){_.remove(v.extractedReports.rows,{id:e.id}),v.extractedReports.count-=1,v.extractedReports.rows.length||v.getExtractedReports(),c.success({title:"ExtractedReport deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){v.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:DELETEanalyticExtractedReport"}];for(var t=0;t"+(e.name||"metric")+" will be deleted.").ariaLabel("delete metric").targetEvent(t).ok("OK").cancel("CANCEL");i.show(n).then(function(){A(e)},function(){console.log("CANCEL")})},v.success=f,v.getMetrics=function(){v.query.offset=(v.query.page-1)*v.query.limit,v.promise=l.analyticMetric.get(v.query,f).$promise},v.createOrEditMetric=function(e,t){i.show({controller:"CreateOrEditMetricDialogController",controllerAs:"vm",templateUrl:"app/main/apps/analytics/views/metrics/create/dialog.html",parent:angular.element(o.body),targetEvent:e,clickOutsideToClose:!0,locals:{metric:t,metrics:v.metrics.rows,license:v.license,setting:v.setting}})},v.deleteMetric=A,v.exportSelectedMetrics=function(){var e=angular.copy(v.selectedMetrics);return v.selectedMetrics=[],e},v.deleteSelectedMetrics=function(e){var t=i.confirm().title("Are you sure want to delete the selected metrics?").htmlContent(""+v.selectedMetrics.length+" selected will be deleted.").ariaLabel("delete Metrics").targetEvent(e).ok("OK").cancel("CANCEL");i.show(t).then(function(){v.selectedMetrics.forEach(function(e){A(e)}),v.selectedMetrics=[]})},v.deselectMetrics=function(){v.selectedMetrics=[]},v.selectAllMetrics=function(){v.selectedMetrics=v.metrics.rows};var h=!0,b=1;function f(e){v.metrics=e||{count:0,rows:[]}}function A(e){l.analyticMetric.delete({id:e.id}).$promise.then(function(){_.remove(v.metrics.rows,{id:e.id}),v.metrics.count-=1,v.metrics.rows.length||v.getMetrics(),c.success({title:"Metric deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){v.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:DELETEanalyticMetric"}];for(var t=0;t"+e.field+" will be deleted.").ariaLabel("delete field").targetEvent(t).ok("OK").cancel("CANCEL");a.show(n).then(function(){p(e)},function(){console.log("CANCEL")})},c.success=u,c.getReportFields=function(){c.promise=s.analyticFieldReport.get(c.query,u).$promise},c.createOrEditReportField=function(e,t){a.show({controller:"CreateOrEditReportFieldDialogController",controllerAs:"vm",templateUrl:"app/main/apps/analytics/views/reports/edit/field/dialog.html",parent:angular.element(i.body),targetEvent:e,clickOutsideToClose:!0,locals:{report:c.report,reportField:t,reportFields:c.reportFields.rows,metrics:c.metrics,columns:c.columns,setting:null}})},c.deleteReportField=p,c.deleteSelectedReportFields=function(e){var t=a.confirm().title("Are you sure want to delete the selected fields?").htmlContent(""+c.selectedReportFields.length+" selected will be deleted.").ariaLabel("delete fields").targetEvent(e).ok("OK").cancel("CANCEL");a.show(t).then(function(){c.selectedReportFields.forEach(function(e){p(e)}),c.selectedReportFields=[]})},c.getMetricName=function(e){var t=_.find(c.metrics,{id:e});return t?t.name:d.instant("ANALYTICS.NO_METRIC_FOUND")},c.getMetricValue=function(e){var t=_.find(c.metrics,{id:e});return t?t.metric:d.instant("ANALYTICS.NO_METRIC_FOUND")};var m=!0;function u(e){c.reportFields=e||{count:0,rows:[]}}function p(e){s.analyticFieldReport.delete({id:e.id}).$promise.then(function(){c.selectedReportFields=[],_.remove(c.reportFields.rows,{id:e.id}),c.reportFields.count-=1,c.reportFields.rows.length||c.getReportFields(),o.success({title:"Field deleted!",msg:e.field?e.field+" has been deleted!":""})}).catch(function(e){o.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:DELETEFIELD",msg:e.data?JSON.stringify(e.data):e.toString()})})}t.$watch("vm_rf.query.filter",function(e,t){m?n(function(){m=!1}):c.getReportFields()})}e.$inject=["$cookies","$scope","$timeout","$mdDialog","$document","toasty","api","describeTable","sqlUtil","$translate"],angular.module("app.analytics").controller("ReportFieldsController",e)}(),function(){"use strict";angular.module("app.analytics").factory("sqlUtil",function(){return{getFunctions:[{value:"SUM",option:function(e){return"SUM ("+e+")"}},{value:"COUNT",option:function(e){return"COUNT ("+e+")"}},{value:"COUNT DISTINCT",option:function(e){return"COUNT (DISTINCT "+e+")"}},{value:"MAX",option:function(e){return"MAX ("+e+")"}},{value:"MIN",option:function(e){return"MIN ("+e+")"}},{value:"AVG",option:function(e){return"AVG ("+e+")"}},{value:"GROUP_CONCAT",option:function(e){return"GROUP_CONCAT ("+e+")"}},{value:"GROUP_CONCAT ASC",option:function(e){return"GROUP_CONCAT ("+e+" ORDER BY "+e+" ASC)"}},{value:"GROUP_CONCAT DESC",option:function(e){return"GROUP_CONCAT ("+e+" ORDER BY "+e+" DESC)"}}],getFormats:[{value:"SEC_TO_TIME",option:function(e){return"SEC_TO_TIME ("+e+")"}},{value:"DATE",option:function(e){return"DATE ("+e+")"}},{value:"HOUR",option:function(e){return"HOUR ("+e+")"}},{value:"ROUND",option:function(e){return"ROUND ("+e+")"}},{value:"UNIX_TIMESTAMP",option:function(e){return"UNIX_TIMESTAMP ("+e+")"}}],getGroupBy:[{value:!1,option:function(){return"No"}},{value:!0,option:function(e){return"GROUP BY "+e}}],getOrderBy:[{value:"ASC",option:function(e){return"ORDER BY "+e+" ASC"}},{value:"DESC",option:function(e){return"ORDER BY "+e+" DESC"}}],getConditions:["=","!=","<","<=",">",">=","LIKE","NOT LIKE","IS NULL","IS NOT NULL","IS EMPTY","IS NOT EMPTY"]}})}(),function(){"use strict";function e(e,t,n,a){var i=this;function o(e){return _.isArray(e)}i.report=a||{},i.selectedTab=e.params.tab||0,i.gotoReports=function(){e.go("app.analytics.reports")},i.saveReport=function(){i.report.conditions=angular.toJson(i.report.condition),n.analyticCustomReport.update({id:i.report.id},_.omit(i.report,"joins")).$promise.then(function(){t.success({title:"Report updated!",msg:i.report.name?i.report.name+" has been updated!":""})}).catch(function(e){t.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:GETreport",msg:e.data?JSON.stringify(e.data):e.toString()})})},i.previewReport=function(){i.columns=[],i.rows=[],i.error=!1,n.analyticFieldReport.get({fields:"field,alias",nolimit:!0,CustomReportId:i.report.id}).$promise.then(function(e){return i.columns=e?e.rows:[],n.analyticCustomReport.preview({id:i.report.id}).$promise}).then(function(e){i.rows=e}).catch(function(e){console.log(e),i.error={title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:analyticFieldReport",msg:e.data?e.data.message:e.toString(),sql:e.data&&e.data.parent?e.data.parent.sql:"NO QUERY"},t.error(i.error)})},i.queryReport=function(){return i.queryResult="Loading...",n.analyticCustomReport.query({id:i.report.id}).$promise.then(function(e){i.queryResult=e.sql}).catch(function(e){i.queryResult="",console.log(e),i.error={title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:analyticFieldReport",msg:e.data?e.data.message:e.toString(),sql:e.data&&e.data.parent?e.data.parent.sql:"NO QUERY"},t.error(i.error)})},i.mapArray=function(e,t){if(o(e))return _.map(e,t).join(",");return""},i.isArray=o,i.valueReplacer=function(e,t){moment(t,"YYYY-MM-DDTHH:mm:ssZ",!0).isValid()&&(t=moment(t,"").format("YYYY-MM-DD HH:mm:ss"));return t}}e.$inject=["$state","toasty","api","report"],angular.module("app.analytics").controller("ReportController",e)}(),function(){"use strict";function e(e,t,n,a,i,o){var s=this;s.errors=[],s.report=angular.copy(a),s.valueReplacer=function(e,t){moment(t,"YYYY-MM-DDTHH:mm:ssZ",!0).isValid()&&(t=moment(t,"").format("YYYY-MM-DD HH:mm:ss"));return t},s.closeDialog=function(){t.hide()},function(){s.columns=[],s.rows=[],s.error=!1;var e={fields:"field,alias",nolimit:!0};e["analyticCustomReport"===o?"CustomReportId":"DefaultReportId"]=s.report.id,s.promise=i.analyticFieldReport.get(e).$promise.then(function(e){return s.columns=e?e.rows:[],i[o].preview({id:s.report.id}).$promise}).then(function(e){s.rows=e}).catch(function(e){console.log(e),s.error={title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:analyticFieldReport",msg:e.data?e.data.message:e.toString(),sql:e.data&&e.data.parent?e.data.parent.sql:"NO QUERY"},n.error(s.error)})}()}e.$inject=["$location","$mdDialog","toasty","report","api","apiName"],angular.module("app.analytics").controller("PreviewReportDialogController",e)}(),function(){"use strict";function e(e,n,a,i,o,s,t,r,l,d,c){var m=this;m.currentUser=c.getCurrentUser(),m.reports={count:0,rows:[]},m.selectedReports=[],m.query={fields:"createdAt,updatedAt,id,name,description,table,parent,conditions,joins",limit:10,page:1,sort:"-updatedAt"},m.apiName=null,m.currentPath="",m.customTree=!0,m.editstate=function(e,t){o.go("app.analytics.reports.edit",{id:e.id})},m.copydialog=function(e,t){i.show({controller:"CopyReportDialogController",controllerAs:"vm",templateUrl:"app/main/apps/analytics/views/reports/copy/dialog.html",parent:angular.element(a.body),targetEvent:t,clickOutsideToClose:!0,locals:{report:e,apiName:m.apiName,treeCustomData:m.treeCustomInstance.jstree(!0).get_json("#")}}).finally(function(){})},m.previewdialog=function(e,t){i.show({controller:"PreviewReportDialogController",controllerAs:"vm",templateUrl:"app/main/apps/analytics/views/reports/preview/dialog.html",parent:angular.element(a.body),targetEvent:t,clickOutsideToClose:!0,locals:{report:e,apiName:m.apiName}})},m.rundialog=function(e,t){i.show({controller:"RunReportDialogController",controllerAs:"vm",templateUrl:"app/main/apps/analytics/views/reports/run/dialog.html",parent:angular.element(a.body),targetEvent:t,clickOutsideToClose:!0,locals:{report:e,apiName:m.apiName,currentPath:m.currentPath}})},m.downloadfile=function(a,e){var i;r.analyticMetric.get({fields:"id,name,metric,table",nolimit:!0}).$promise.then(function(e){i=_.keyBy(e.rows,"id");var t={fields:"field,alias,function,format,groupBy,orderBy,custom,MetricId",nolimit:!0};return t["analyticCustomReport"===m.apiName?"CustomReportId":"DefaultReportId"]=a.id,r.analyticFieldReport.get(t).$promise}).then(function(e){for(var t=0;t"+e.name+" will be deleted.").ariaLabel("delete report").targetEvent(t).ok("OK").cancel("CANCEL");i.show(n).then(function(){h(e)},function(){console.log("CANCEL")})},m.success=g,m.getReports=v,m.createOrEditReport=function(e,t){i.show({controller:"CreateOrEditReportDialogController",controllerAs:"vm",templateUrl:"app/main/apps/analytics/views/reports/create/dialog.html",parent:angular.element(a.body),targetEvent:e,clickOutsideToClose:!0,locals:{report:t,reports:m.reports.rows,apiName:m.apiName,currentNode:m.currentNode,setting:null}})},m.importReport=function(e,t,n){if("application/json"===e.file.type){var a=new FileReader;a.onload=function(e){console.log(e.target.result);try{var n=atob(e.target.result.split(",")[1]);n=angular.fromJson(n),r.analyticCustomReport.save({name:n.name,description:n.description,table:n.table,conditions:n.conditions,joins:n.joins,parent:m.currentNode.id}).$promise.then(function(t){m.reports.rows.unshift(t),d.success({title:"Report saved!",msg:t.name?t.name+" has been saved!":""});var e=_.map(n.fields,function(e){return _.extend({},e,{CustomReportId:t.id})});return r.analyticFieldReport.bulkCreate(e).$promise}).then(function(e){d.success({title:"Fields saved!",msg:"Fields has been saved!"})}).catch(function(e){d.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:GETanalyticReport",msg:e.data?JSON.stringify(e.data):e.toString()})})}catch(e){console.error(e),d.error({title:"Decode File Error",msg:e.toString()})}},a.readAsDataURL(e.file)}else d.error({title:"Format Error",msg:"Please use only json files"})},m.deleteReport=h,m.exportSelectedReports=function(){var e=angular.copy(m.selectedReports);return m.selectedReports=[],e},m.deleteSelectedReports=function(e){var t=i.confirm().title("Are you sure want to delete the selected reports?").htmlContent(""+m.selectedReports.length+" selected will be deleted.").ariaLabel("delete Reports").targetEvent(e).ok("OK").cancel("CANCEL");i.show(t).then(function(){m.selectedReports.forEach(function(e){h(e)}),m.selectedReports=[]})},m.deselectReports=function(){m.selectedReports=[]},m.selectAllReports=function(){m.selectedReports=m.reports.rows},m.treeDefaultData=l.rows[0]?angular.fromJson(l.rows[0].tree):[],m.treeCustomData=l.rows[1]?angular.fromJson(l.rows[1].tree):[],m.treeDefaultConfig=E(!1),m.treeCustomConfig=E(!0),m.treeDefaultEvents=y(!1),m.treeCustomEvents=y(!0);var u=!0,p=1;function g(e){m.reports=e||{count:0,rows:[]}}function v(){m.query.offset=(m.query.page-1)*m.query.limit,m.apiName&&(m.promise=r[m.apiName].get(m.query,g).$promise)}function h(e){m.apiName&&r[m.apiName].delete({id:e.id}).$promise.then(function(){_.remove(m.reports.rows,{id:e.id}),m.reports.count-=1,m.reports.rows.length||m.getReports(),d.success({title:"Report deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){m.errors=e.data.errors||[{message:e.toString(),type:"api.analyticreport.delete"}];for(var t=0;t"+(n.text?n.text:"Node")+" and its subnode will be deleted.").ariaLabel("delete node").ok("OK").cancel("CANCEL");i.show(e).then(function(){var e,t=m.treeCustomInstance.jstree(!0).get_parent(n);t=m.treeCustomInstance.jstree(!0).get_node(t),m.treeCustomInstance.jstree(!0).delete_node(n),e=[n.id].concat(n.children_d||[]),r.analyticCustomReport.get({parent:e.join(","),fields:"id,name"}).$promise.then(function(e){e&&e.rows&&e.rows.forEach(function(e){h(e)})}).catch(function(e){d.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:DELETEreportsByParents",msg:e.data?JSON.stringify(e.data):e.toString()})}),m.treeCustomInstance.jstree(!0).select_node(t)})}}}}}}}function y(e){return e?{create_node:A,rename_node:A,move_node:A,delete_node:A,select_node:b}:{select_node:f}}e.$watch("vm.query.filter",function(e,t){u?n(function(){u=!1}):(t||(p=m.query.page),e!==t&&(m.query.page=1),e||(m.query.page=p),m.getReports())}),e.$watch("vm.search",function(e,t){m.treeDefaultInstance&&m.treeDefaultInstance.jstree(!0).search(e),m.treeCustomInstance&&m.treeCustomInstance.jstree(!0).search(e)})}e.$inject=["$scope","$timeout","$document","$mdDialog","$state","$window","$translate","api","treeReports","toasty","Auth"],angular.module("app.analytics").controller("ReportsController",e)}(),function(){"use strict";function e(e,n,a,t,i,o,s,r){var l=this;function d(){l.export={id:l.report.id,name:l.report.name,startDate:new Date(moment().startOf("day")),endDate:new Date(moment().endOf("day")),output:"xlsx",fullPath:r?r+"/"+l.report.name:l.report.name}}function c(){n.hide()}l.errors=[],l.report=angular.copy(t),l.export={},l.runReport=function(t){l.errors=[],l.exportDate=_.assign({},l.export,{startDate:moment(l.export.startDate).format("YYYY-MM-DD HH:mm:ss"),endDate:moment(l.export.endDate).format("YYYY-MM-DD HH:mm:ss")}),i[o].run(l.exportDate).$promise.then(function(e){"web"===l.export.output?n.show({controller:"WebReportDialogController",controllerAs:"vm",templateUrl:"app/main/apps/analytics/views/reports/run/web/dialog.html",parent:angular.element(s.body),targetEvent:t,skipHide:!0,locals:{apiName:o,exportDate:l.exportDate,results:e},resolve:{columns:["apiResolver",function(e){var t={fields:"field,alias",nolimit:!0};return t["analyticCustomReport"===o?"CustomReportId":"DefaultReportId"]=l.report.id,e.resolve("analyticFieldReport@get",t)}]}}):(a.success({title:"Report properly run!",msg:l.report.name?l.report.name+" has been run!":""}),c())}).catch(function(e){a.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:DESCRIBE",msg:e.data?JSON.stringify(e.data.message):e.toString()})})},l.closeDialog=c,(l.refreshDate=d)()}e.$inject=["$location","$mdDialog","toasty","report","api","apiName","$document","currentPath"],angular.module("app.analytics").controller("RunReportDialogController",e)}(),function(){"use strict";function e(e,t,n,a,i,o,s){var r=this;function l(e){r.results=e||{count:0,rows:[]}}r.errors=[],r.columns=a?a.rows:[],r.results=i||{rows:[],count:0},r.query={limit:10,page:1},r.closeDialog=function(){e.hide()},r.getResults=function(){s.offset=(r.query.page-1)*r.query.limit,s.limit=r.query.limit,r.promise=n[o].run(s,l).$promise},r.valueReplacer=function(e,t){moment(t,"YYYY-MM-DDTHH:mm:ssZ",!0).isValid()&&(t=moment(t,"").format("YYYY-MM-DD HH:mm:ss"));return t}}e.$inject=["$mdDialog","toasty","api","columns","results","apiName","exportDate"],angular.module("app.analytics").controller("WebReportDialogController",e)}(),function(){"use strict";function e(e,t,n,a,i,o,s,r,l,d,c,m){var u=this;function p(e){a.hide(e)}u.errors=[],u.setting=m,u.license=c,u.passwordPattern=u.setting&&u.setting.securePassword?/(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[?!@#\$%\^&\*~\-_=+[{\]\}])(?=.{8,})/:"",u.title="CALLYSQUARE.EDIT_ODBC",u.odbc=angular.copy(r),u.odbcs=s,u.newOdbc=!1,u.odbc||(u.odbc={},u.title="CALLYSQUARE.NEW_ODBC",u.newOdbc=!0),u.addNewOdbc=function(){u.errors=[],l.squareOdbc.save(u.odbc).$promise.then(function(e){u.odbcs.unshift(e.toJSON()),o.success({title:"Odbc properly created",msg:u.odbc.name?u.odbc.name+" has been created!":""}),p(e)}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){u.errors=e.data.errors||[{message:e.toString(),type:"api.squareOdbc.save"}];for(var t=0;t"+(e.name||"odbc")+" will be deleted.").ariaLabel("delete odbc").targetEvent(t).ok("OK").cancel("CANCEL");i.show(n).then(function(){A(e)},function(){console.log("CANCEL")})},v.success=f,v.getODBC=function(){v.query.offset=(v.query.page-1)*v.query.limit,v.promise=l.squareOdbc.get(v.query,f).$promise},v.createOrEditOdbc=function(e,t){i.show({controller:"CreateOrEditOdbcDialogController",controllerAs:"vm",templateUrl:"app/main/apps/callysquare/views/odbcs/create/dialog.html",parent:angular.element(o.body),targetEvent:e,clickOutsideToClose:!0,locals:{odbc:t,odbcs:v.odbcs.rows,license:v.license,setting:v.setting}})},v.deleteOdbc=A,v.exportSelectedODBC=function(){var e=angular.copy(v.selectedODBC);return v.selectedODBC=[],e},v.deleteSelectedODBC=function(e){var t=i.confirm().title("Are you sure want to delete the selected odbcs?").htmlContent(""+v.selectedODBC.length+" selected will be deleted.").ariaLabel("delete Odbcs").targetEvent(e).ok("OK").cancel("CANCEL");i.show(t).then(function(){v.selectedODBC.forEach(function(e){A(e)}),v.selectedODBC=[]})},v.deselectODBC=function(){v.selectedODBC=[]},v.selectAllODBC=function(){v.selectedODBC=v.odbcs.rows};var h=!0,b=1;function f(e){v.odbcs=e||{count:0,rows:[]}}function A(e){l.squareOdbc.delete({id:e.id}).$promise.then(function(){_.remove(v.odbcs.rows,{id:e.id}),v.odbcs.count-=1,v.odbcs.rows.length||v.getODBC(),c.success({title:"Odbc deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){v.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:DELETEsquareOdbc"}];for(var t=0;t"+e.name+" will be deleted.").ariaLabel("delete project").targetEvent(t).ok("OK").cancel("CANCEL");s.show(n).then(function(){v(e)},function(){console.log("CANCEL")})},m.success=g,m.getProjects=function(){m.query.offset=(m.query.page-1)*m.query.limit,m.promise=i.squareProject.get(m.query,g).$promise},m.createOrEditProject=function(e,t){s.show({controller:"CreateOrEditSquareProjectDialogController",controllerAs:"vm",templateUrl:"app/main/apps/callysquare/views/projects/create/dialog.html",parent:angular.element(r.body),targetEvent:e,clickOutsideToClose:!0,locals:{project:t,projects:m.projects.rows,openFromEditor:null,setting:null}})},m.deleteProject=v,m.exportSelectedProjects=function(){var e=angular.copy(m.selectedProjects);return m.selectedProjects=[],e},m.deleteSelectedProjects=function(e){var t=s.confirm().title("Are you sure want to delete the selected projects?").htmlContent(""+m.selectedProjects.length+" selected will be deleted.").ariaLabel("delete Projects").targetEvent(e).ok("OK").cancel("CANCEL");s.show(t).then(function(){m.selectedProjects.forEach(function(e){v(e)}),m.selectedProjects=[]})},m.deselectProjects=function(){m.selectedProjects=[]},m.selectAllProjects=function(){m.selectedProjects=m.projects.rows},m.managePermissions=function(e,t){s.show({controller:"ProjectspermissionaddController",controllerAs:"vm",templateUrl:"app/main/apps/callysquare/views/projects/edit/permissionadd/permissionadd.html",parent:angular.element(r.body),targetEvent:t,clickOutsideToClose:!0,locals:{project:e,projects:m.projects?m.projects.rows:[]}})};var u=!0,p=1;function g(e){m.projects=e||{count:0,rows:[]}}function v(e){i.squareProject.delete({id:e.id}).$promise.then(function(){_.remove(m.projects.rows,{id:e.id}),m.projects.count-=1,m.projects.rows.length||m.getProjects(),d.success({title:"Project deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){m.errors=e.data.errors||[{message:e.toString(),type:"api.project.delete"}];for(var t=0;t"+(e.name||"squareRecording")+" will be deleted.").ariaLabel("delete squareRecording").targetEvent(t).ok("OK").cancel("CANCEL");i.show(n).then(function(){A(e)},function(){console.log("CANCEL")})},v.success=f,v.getSquareRecordings=function(){v.query.offset=(v.query.page-1)*v.query.limit,v.promise=l.squareRecording.get(v.query,f).$promise},v.createOrEditSquareRecording=function(e,t){i.show({controller:"CreateOrEditSquareRecordingDialogController",controllerAs:"vm",templateUrl:"app/main/apps/callysquare/views/squareRecordings/create/dialog.html",parent:angular.element(o.body),targetEvent:e,clickOutsideToClose:!0,locals:{squareRecording:t,squareRecordings:v.squareRecordings.rows,license:v.license,setting:v.setting}})},v.deleteSquareRecording=A,v.exportSelectedSquareRecordings=function(){var e=angular.copy(v.selectedSquareRecordings);return v.selectedSquareRecordings=[],e},v.deleteSelectedSquareRecordings=function(e){var t=i.confirm().title("Are you sure want to delete the selected squareRecordings?").htmlContent(""+v.selectedSquareRecordings.length+" selected will be deleted.").ariaLabel("delete SquareRecordings").targetEvent(e).ok("OK").cancel("CANCEL");i.show(t).then(function(){v.selectedSquareRecordings.forEach(function(e){A(e)}),v.selectedSquareRecordings=[]})},v.deselectSquareRecordings=function(){v.selectedSquareRecordings=[]},v.selectAllSquareRecordings=function(){v.selectedSquareRecordings=v.squareRecordings.rows};var h=!0,b=1;function f(e){v.squareRecordings=e||{count:0,rows:[]}}function A(e){l.squareRecording.delete({id:e.id}).$promise.then(function(){_.remove(v.squareRecordings.rows,{id:e.id}),v.squareRecordings.count-=1,v.squareRecordings.rows.length||v.getSquareRecordings(),c.success({title:"SquareRecording deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){v.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:DELETEsquareRecording"}];for(var t=0;t"+(e.name||"chatQueue")+" will be deleted.").ariaLabel("delete chatQueue").targetEvent(t).ok("OK").cancel("CANCEL");i.show(n).then(function(){A(e)},function(){console.log("CANCEL")})},v.gotorealtimegoto=function(e,t){n.go("app.chat.realtime.queues",{})},v.success=f,v.getChatQueues=function(){v.query.offset=(v.query.page-1)*v.query.limit,v.promise=l.chatQueue.get(v.query,f).$promise},v.createOrEditChatQueue=function(e,t){i.show({controller:"CreateOrEditChatQueueDialogController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatQueues/create/dialog.html",parent:angular.element(o.body),targetEvent:e,clickOutsideToClose:!0,locals:{chatQueue:t,chatQueues:v.chatQueues.rows,license:v.license,setting:v.setting}})},v.deleteChatQueue=A,v.exportSelectedChatQueues=function(){var e=angular.copy(v.selectedChatQueues);return v.selectedChatQueues=[],e},v.deleteSelectedChatQueues=function(e){var t=i.confirm().title("Are you sure want to delete the selected chatQueues?").htmlContent(""+v.selectedChatQueues.length+" selected will be deleted.").ariaLabel("delete ChatQueues").targetEvent(e).ok("OK").cancel("CANCEL");i.show(t).then(function(){v.selectedChatQueues.forEach(function(e){A(e)}),v.selectedChatQueues=[]})},v.deselectChatQueues=function(){v.selectedChatQueues=[]},v.selectAllChatQueues=function(){v.selectedChatQueues=v.chatQueues.rows};var h=!0,b=1;function f(e){v.chatQueues=e||{count:0,rows:[]}}function A(e){l.chatQueue.delete({id:e.id}).$promise.then(function(){_.remove(v.chatQueues.rows,{id:e.id}),v.chatQueues.count-=1,v.chatQueues.rows.length||v.getChatQueues(),c.success({title:"ChatQueue deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){v.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:DELETEchatQueue"}];for(var t=0;t":"",e}):[]:l.selectedItems=e.rows?_.map(e.rows,function(e){return e.penalty=e.UserChatQueue?"penalty "+e.UserChatQueue.penalty:"",e.internal=e.hasOwnProperty("internal")?"<"+e.internal+">":"",e}):[],l.dualMultiselectOptions.selectedItems=l.selectedItems,r.hasRole("admin")?a.user.get({fields:"id,name,internal,fullname",nolimit:!0,role:"agent"}).$promise:a.user.getAgents({id:r.getCurrentUser().id,fields:"id,name,internal,fullname",nolimit:!0,role:"agent"}).$promise}).then(function(e){l.items=e.rows?_.map(e.rows,function(e){return e.penalty=e.UserChatQueue?"penalty "+e.UserChatQueue.penalty:"",e.internal=e.internal?"<"+e.internal+">":"",e}):[],l.dualMultiselectOptions.items=_.differenceBy(l.items,l.selectedItems,"id")}).catch(function(e){n.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:GETUSERS.GETAGENTS",msg:e.status?JSON.stringify(e.data):e.toString()})})}l.chatQueue=t,l.penalty=0,l.items=[],l.selectedItems=[],l.closeDialog=function(){e.hide()},l.isVoiceRealtime=function(){return o},l.dualMultiselectOptions={items:[],selectedItems:[],showSelectAndDeselectAll:!o,orderBy:"name",line1:"fullname",line2:["name","internal"],line3:"penalty",labelAll:s.instant("CHAT.ALL_AGENTS"),labelSelected:s.instant("CHAT.SELECTED_AGENTS"),transferCallback:function(e,t){a.chatQueue[t?"removeAgents":"addAgents"]({id:l.chatQueue.id,ids:_.map(e,l.isVoiceRealtime()&&t?"UserId":"id"),penalty:l.penalty||0,realtime:o||!1}).$promise.then(function(){n.success({title:"ChatQueue properly "+(t?"removed":"added"),msg:"ChatQueue has been "+(t?"removed":"added")+"!"}),t||d()}).catch(function(e){n.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:chatQueue.ADDAGENTS",msg:e.status?JSON.stringify(e.data):e.toString()})})}},d()}e.$inject=["$mdDialog","toasty","api","chatQueue","chatQueues","realtime","$translate","Auth"],angular.module("app.chat").controller("ChatQueueagentaddController",e)}(),function(){"use strict";function e(e,n,a,t,i){var o=this;o.chatQueue=t,o.penalty=0,o.items=[],o.selectedItems=[],o.dualMultiselectOptions={items:[],selectedItems:[],showSelectAndDeselectAll:!0,orderBy:"name",line1:"name",line2:"",line3:"",labelAll:i.instant("CHAT.ALL_TEAMS"),labelSelected:i.instant("CHAT.SELECTED_TEAMS"),transferCallback:function(e,t){a.chatQueue[t?"removeTeams":"addTeams"]({id:o.chatQueue.id,ids:_.map(e,"id"),penalty:o.penalty||0}).$promise.then(function(){n.success({title:"Team properly "+(t?"removed":"added"),msg:"Team has been "+(t?"removed":"added")+"!"})}).catch(function(e){n.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:chatQueue.ADDTEAMS",msg:e.status?JSON.stringify(e.data):e.toString()})})}},o.closeDialog=function(){e.hide()},a.chatQueue.getTeams({id:o.chatQueue.id,fields:"id,name",nolimit:!0}).$promise.then(function(e){return o.selectedItems=e.rows?e.rows:[],o.dualMultiselectOptions.selectedItems=o.selectedItems,a.team.get({fields:"id,name",nolimit:!0}).$promise}).then(function(e){o.items=e.rows?e.rows:[],o.dualMultiselectOptions.items=_.differenceBy(o.items,o.selectedItems,"id")}).catch(function(e){n.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:GETTEAMS",msg:e.status?JSON.stringify(e.data):e.toString()})})}e.$inject=["$mdDialog","toasty","api","chatQueue","$translate"],angular.module("app.chat").controller("ChatQueueteamaddController",e)}(),function(){"use strict";function e(e,t,n,a,i,o,s,r,l,d){var c=this;c.currentUser=l.getCurrentUser(),c.license=i,c.setting=o,c.passwordPattern=c.setting.securePassword?/(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[?!@#\$%\^&\*~\-_=+[{\]\}])(?=.{8,})/:"",c.location=t.protocol()+"://"+t.host(),c.chatQueue=d||e.params.chatQueue||{},c.selectedTab=e.params.tab||0,c.teamadddialog=function(e,t){n.show({controller:"ChatQueueteamaddController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatQueues/edit/teamadd/teamadd.html",parent:angular.element(a.body),targetEvent:t,clickOutsideToClose:!0,locals:{chatQueue:e,chatQueues:c.chatQueues?c.chatQueues.rows:[]}})},c.agentadddialog=function(e,t){n.show({controller:"ChatQueueagentaddController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatQueues/edit/agentadd/agentadd.html",parent:angular.element(a.body),targetEvent:t,clickOutsideToClose:!0,locals:{chatQueue:e,chatQueues:c.chatQueues?c.chatQueues.rows:[],realtime:!1}})},c.alert=r.info,c.gotoChatQueues=function(){e.go("app.chat.chatQueues")},c.saveChatQueue=function(){s.chatQueue.update({id:c.chatQueue.id},c.chatQueue).$promise.then(function(){r.success({title:"ChatQueue updated!",msg:c.chatQueue.name?c.chatQueue.name+" has been updated!":""})}).catch(function(e){r.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:GETchatQueue",msg:e.data?JSON.stringify(e.data):e.toString()})})}}e.$inject=["$state","$location","$mdDialog","$document","license","setting","api","toasty","Auth","chatQueue"],angular.module("app.chat").controller("ChatQueueController",e)}(),function(){"use strict";function e(e,t,n,a,i,o,s,r,l,d,c,m,u,p,g){var v=this;v.license=u,v.setting=p,v.currentUser=m.getCurrentUser(),v.chatWebsites=r||{count:0,rows:[]},v.table="chatWebsites",v.listOrder="",v.listOrderAsc=null,v.selectedChatWebsites=[],v.query={fields:"createdAt,updatedAt,id,token,agentIdentifier,customerAlias,messageFontSize,name,key,address,remote,ListId,fidelity,timeout,agentAlias,closingQuestion,formSubmitSuccessMessage,formSubmitFailureMessage,color,color_focus,color_button,textColor,backgroundColor,fontSize,header_shape,showAgentAvatar,showCustomerAvatar,alignment,verticalAlignment,messagesAlignment,defaultTitle,animation,defaultWhiteLabel,whiteLabel,defaultLogo,conditionAgreement,autoclose,enableUnmanagedNote,unmanagedMessage,skipUnmanaged,sendUnmanaged,enableCustomerWriting,waitingTitle,waitingMessage,closingMessage,noteTitle,placeholderMessage,skipMessageButton,enableRating,ratingType,ratingStarsNumber,enableFeedback,forwardTranscript,forwardTranscriptMessage,closingMessageButton,download_transcript,enableCustomerAttachment,enableCustomerCheckmarks,systemAlias,enquiry_enable,enquiry_forwarding,enquiry_forwarding_address,name_title,username_placeholder,email_title,email_placeholder,header_online,hideWhenOffline,header_offline,start_chat_button,offline_chat_button,offlineMessageSubject,offlineMessageBody,offline_message,message_title,enquiry_message_placeholder,enquiry_button,rating_message,rating_send,rating_skip,acceptMethod,acceptUrl,rejectMethod,rejectUrl,closeMethod,closeUrl,onlineForm,offlineForm,mapKey,mapKeyOffline,forwardOffline,forwardOfflineAddress,IntervalId,timezone,waitForTheAssignedAgent,description,notificationSound,notificationShake,notificationTemplate,queueTransfer,queueTransferTimeout,agentTransfer,agentTransferTimeout",sort:"-updatedAt",limit:10,page:1},v.arrayagentIdentifier=_.keyBy([{option:"WebsiteAlias",value:"'website_alias'"},{option:"AgentAlias",value:"'agent_alias'"},{option:"AgentFullname",value:"'agent_fullname'"}],function(e){return _.replace(e.value,new RegExp("'","g"),"")}),v.arrayheader_shape=_.keyBy([{option:"Rounded",value:"'rounded'"},{option:"Squared",value:"'squared'"}],function(e){return _.replace(e.value,new RegExp("'","g"),"")}),v.arrayalignment=_.keyBy([{option:"bottom_right",value:"'bottom_right'"},{option:"right",value:"'right'"},{option:"left",value:"'left'"}],function(e){return _.replace(e.value,new RegExp("'","g"),"")}),v.arraymessagesAlignment=_.keyBy([{option:"alternate",value:"'alternate'"},{option:"centered",value:"'centered'"}],function(e){return _.replace(e.value,new RegExp("'","g"),"")}),v.arrayratingType=_.keyBy([{option:"Star",value:"'star'"},{option:"Thumb",value:"'thumb'"}],function(e){return _.replace(e.value,new RegExp("'","g"),"")}),v.arrayacceptMethod=_.keyBy([{option:"HTTP GET",value:"'GET'"},{option:"HTTP POST",value:"'POST'"}],function(e){return _.replace(e.value,new RegExp("'","g"),"")}),v.arrayrejectMethod=_.keyBy([{option:"HTTP GET",value:"'GET'"},{option:"HTTP POST",value:"'POST'"}],function(e){return _.replace(e.value,new RegExp("'","g"),"")}),v.arraycloseMethod=_.keyBy([{option:"HTTP GET",value:"'GET'"},{option:"HTTP POST",value:"'POST'"}],function(e){return _.replace(e.value,new RegExp("'","g"),"")}),v.editstate=function(e,t){n.go("app.chat.chatWebsites.edit",{id:e.id,chatWebsite:e})},v.interactionsgoto=function(e,t){n.go("app.chat.chatWebsites.edit",{id:e.id,tab:9})},v.offlinemessagesgoto=function(e,t){n.go("app.chat.chatWebsites.edit",{id:e.id,tab:10})},v.agentadddialog=function(e,t){i.show({controller:"ChatWebsiteagentaddController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatWebsites/edit/agentadd/agentadd.html",parent:angular.element(o.body),targetEvent:t,clickOutsideToClose:!0,locals:{chatWebsite:e,chatWebsites:v.chatWebsites?v.chatWebsites.rows:[],realtime:!1}})},v.deleteconfirm=function(e,t){var n=i.confirm().title("Are you sure want to delete the chatWebsite?").htmlContent(""+(e.name||"chatWebsite")+" will be deleted.").ariaLabel("delete chatWebsite").targetEvent(t).ok("OK").cancel("CANCEL");i.show(n).then(function(){A(e)},function(){console.log("CANCEL")})},v.success=f,v.getChatWebsites=function(){v.query.offset=(v.query.page-1)*v.query.limit,v.promise=l.chatWebsite.get(v.query,f).$promise},v.createOrEditChatWebsite=function(e,t){i.show({controller:"CreateOrEditChatWebsiteDialogController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatWebsites/create/dialog.html",parent:angular.element(o.body),targetEvent:e,clickOutsideToClose:!0,locals:{chatWebsite:t,chatWebsites:v.chatWebsites.rows,license:v.license,setting:v.setting}})},v.deleteChatWebsite=A,v.exportSelectedChatWebsites=function(){var e=angular.copy(v.selectedChatWebsites);return v.selectedChatWebsites=[],e},v.deleteSelectedChatWebsites=function(e){var t=i.confirm().title("Are you sure want to delete the selected chatWebsites?").htmlContent(""+v.selectedChatWebsites.length+" selected will be deleted.").ariaLabel("delete ChatWebsites").targetEvent(e).ok("OK").cancel("CANCEL");i.show(t).then(function(){v.selectedChatWebsites.forEach(function(e){A(e)}),v.selectedChatWebsites=[]})},v.deselectChatWebsites=function(){v.selectedChatWebsites=[]},v.selectAllChatWebsites=function(){v.selectedChatWebsites=v.chatWebsites.rows},l.cmList.get({fields:"id,name",sort:"name"}).$promise.then(function(e){v.lists=_.keyBy(e.rows||[],"id")}).catch(function(e){c.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:GETlists",msg:e.data?JSON.stringify(e.data):e.toString()})}),l.interval.get({fields:"id,name",sort:"name",IntervalId:"null"}).$promise.then(function(e){v.interval=_.keyBy(e.rows||[],"id")}).catch(function(e){c.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:GETinterval",msg:e.data?JSON.stringify(e.data):e.toString()})});var h=!0,b=1;function f(e){v.chatWebsites=e||{count:0,rows:[]}}function A(e){l.chatWebsite.delete({id:e.id}).$promise.then(function(){_.remove(v.chatWebsites.rows,{id:e.id}),v.chatWebsites.count-=1,v.chatWebsites.rows.length||v.getChatWebsites(),c.success({title:"ChatWebsite deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){v.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:DELETEchatWebsite"}];for(var t=0;t"+e.app+" will be deleted.").ariaLabel("delete application").targetEvent(n).ok("OK").cancel("CANCEL");i.show(a).then(function(){r.chatWebsiteApps.rows.splice(t,1),l()},function(){console.log("CANCEL")})},r.getChatWebsiteApps=function(){r.promise=s.chatWebsite.getApplications(r.query,n).$promise},r.editChatWebsiteApp=t,r.editInterval=function(e,t){if(r.chatWebsiteApps.rows.length){var n=r.chatWebsiteApps.rows[t]?r.chatWebsiteApps.rows[t]:r.chatWebsiteApps.rows[0];i.show({controller:"EditChatWebsiteAppintervalDialogController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatWebsites/edit/apps/interval/dialog.html",parent:angular.element(a.body),targetEvent:e,clickOutsideToClose:!0,locals:{interval:{interval:n.interval,IntervalId:n.IntervalId,application:!0},intervals:[]}}).then(function(e){e&&(n.interval=e.interval||"*,*,*,*",n.IntervalId=e.IntervalId||null,l())})}},r.deleteChatWebsiteApp=function(e){_.remove(r.chatWebsiteApps.rows,{id:e.id}),l(),o.success({title:"App deleted!",msg:e.app?e.app+" has been deleted!":""})},r.deleteSelectedChatWebsiteApps=function(e){var t=i.confirm().title("Are you sure want to delete the selected applications?").htmlContent(""+r.selectedChatWebsiteApps.length+" selected will be deleted.").ariaLabel("delete applications").targetEvent(e).ok("OK").cancel("CANCEL");i.show(t).then(function(){r.selectedChatWebsiteApps.forEach(function(e){_.remove(r.chatWebsiteApps.rows,{id:e.id})}),r.selectedChatWebsiteApps=[],l()})},r.rewriteRouting=l,r.getIntervals=function(){return s.interval.get({fields:"id,interval,IntervalId"}).$promise.then(function(e){r.intervals=e}).catch(function(e){console.error(e)})}}e.$inject=["api","$mdDialog","$document","toasty","Auth"],angular.module("app.chat").controller("ChatWebsiteActionsController",e)}(),function(){"use strict";function e(e,n,a,t,i,o,s,r){var l=this;function d(){return a.chatWebsite[l.isVoiceRealtime()?"getMembers":"getAgents"]({id:l.chatWebsite.id,fields:"id,name,internal,fullname",nolimit:!0,role:"agent"}).$promise.then(function(e){return l.isVoiceRealtime()?l.selectedItems=e.rows?_.map(e.rows,function(e){return e.id=e.UserId,e.fullname=e.membername,e.penalty=e.hasOwnProperty("penalty")?"penalty "+e.penalty:"",e.internal=e.hasOwnProperty("internal")?"<"+e.internal+">":"",e}):[]:l.selectedItems=e.rows?_.map(e.rows,function(e){return e.penalty=e.UserChatWebsite?"penalty "+e.UserChatWebsite.penalty:"",e.internal=e.hasOwnProperty("internal")?"<"+e.internal+">":"",e}):[],l.dualMultiselectOptions.selectedItems=l.selectedItems,r.hasRole("admin")?a.user.get({fields:"id,name,internal,fullname",nolimit:!0,role:"agent"}).$promise:a.user.getAgents({id:r.getCurrentUser().id,fields:"id,name,internal,fullname",nolimit:!0,role:"agent"}).$promise}).then(function(e){l.items=e.rows?_.map(e.rows,function(e){return e.penalty=e.UserChatWebsite?"penalty "+e.UserChatWebsite.penalty:"",e.internal=e.internal?"<"+e.internal+">":"",e}):[],l.dualMultiselectOptions.items=_.differenceBy(l.items,l.selectedItems,"id")}).catch(function(e){n.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:GETUSERS.GETAGENTS",msg:e.status?JSON.stringify(e.data):e.toString()})})}l.chatWebsite=t,l.penalty=0,l.items=[],l.selectedItems=[],l.closeDialog=function(){e.hide()},l.isVoiceRealtime=function(){return o},l.dualMultiselectOptions={items:[],selectedItems:[],showSelectAndDeselectAll:!o,orderBy:"name",line1:"fullname",line2:["name","internal"],line3:"penalty",labelAll:s.instant("CHAT.ALL_AGENTS"),labelSelected:s.instant("CHAT.SELECTED_AGENTS"),transferCallback:function(e,t){a.chatWebsite[t?"removeAgents":"addAgents"]({id:l.chatWebsite.id,ids:_.map(e,l.isVoiceRealtime()&&t?"UserId":"id"),penalty:l.penalty||0,realtime:o||!1}).$promise.then(function(){n.success({title:"ChatWebsite properly "+(t?"removed":"added"),msg:"ChatWebsite has been "+(t?"removed":"added")+"!"}),t||d()}).catch(function(e){n.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:chatWebsite.ADDAGENTS",msg:e.status?JSON.stringify(e.data):e.toString()})})}},d()}e.$inject=["$mdDialog","toasty","api","chatWebsite","chatWebsites","realtime","$translate","Auth"],angular.module("app.chat").controller("ChatWebsiteagentaddController",e)}(),function(){"use strict";function e(e,a){var i=this;i.chatWebsite={},i.ngFlowOptions={maxChunkRetries:1,simultaneousUploads:1,testChunks:!1,progressCallbacksInterval:1e3,allowDuplicateUploads:!0},i.ngFlow={flow:{}},i.dropping=!1,i.fileAdded=function(e){var t=["png","jpg"];if(!_.includes(t,e.getExtension()))return a.error({title:"Invalid extension: "+e.getExtension(),msg:"Supported only: "+t.join()}),!1;if(8388608"+(e.name||"chatCannedAnswer")+" will be deleted.").ariaLabel("delete chatCannedAnswer").targetEvent(t).ok("OK").cancel("CANCEL");o.show(n).then(function(){g(e)},function(){console.log("CANCEL")})},c.success=p,c.getChatWebsiteChatCannedAnswers=function(){c.query.offset=(c.query.page-1)*c.query.limit,c.promise=l.chatWebsite.getAnswers(c.query,p).$promise},c.createOrEditChatWebsiteChatCannedAnswer=function(e,t){o.show({controller:"CreateOrEditChatCannedAnswerDialogController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatWebsites/edit/chatCannedAnswers/dialog.html",parent:angular.element(s.body),targetEvent:e,clickOutsideToClose:!0,locals:{chatWebsite:c.chatWebsite,chatCannedAnswer:t,chatCannedAnswers:c.chatWebsiteChatCannedAnswers.rows,license:null,setting:null}})},c.exportSelectedChatWebsiteChatCannedAnswers=function(){var e=angular.copy(c.selectedChatWebsiteChatCannedAnswers);return c.selectedChatWebsiteChatCannedAnswers=[],e},c.deleteChatWebsiteChatCannedAnswer=g,c.deleteSelectedChatWebsiteChatCannedAnswers=function(e){var t=o.confirm().title("Are you sure want to delete the selected chatCannedAnswers?").htmlContent(""+c.selectedChatWebsiteChatCannedAnswers.length+" selected will be deleted.").ariaLabel("delete chatCannedAnswers").targetEvent(e).ok("OK").cancel("CANCEL");o.show(t).then(function(){c.selectedChatWebsiteChatCannedAnswers.forEach(function(e){g(e)}),c.selectedChatWebsiteChatCannedAnswers=[]})};var m=!0,u=1;function p(e){c.chatWebsiteChatCannedAnswers=e||{count:0,rows:[]}}function g(e){l.cannedAnswer.delete({id:e.id}).$promise.then(function(){_.remove(c.chatWebsiteChatCannedAnswers.rows,{id:e.id}),c.chatWebsiteChatCannedAnswers.count-=1,c.chatWebsiteChatCannedAnswers.rows.length||c.getChatWebsiteChatCannedAnswers(),r.success({title:"ChatCannedAnswer deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){vm.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:GETchatWebsite"}];for(var t=0;t"+(e.name||"chatDisposition")+" will be deleted.").ariaLabel("delete chatDisposition").targetEvent(t).ok("OK").cancel("CANCEL");o.show(n).then(function(){g(e)},function(){console.log("CANCEL")})},c.success=p,c.getChatWebsiteChatDispositions=function(){c.query.offset=(c.query.page-1)*c.query.limit,c.promise=l.chatWebsite.getDispositions(c.query,p).$promise},c.createOrEditChatWebsiteChatDisposition=function(e,t){o.show({controller:"CreateOrEditChatDispositionDialogController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatWebsites/edit/chatDispositions/dialog.html",parent:angular.element(s.body),targetEvent:e,clickOutsideToClose:!0,locals:{chatWebsite:c.chatWebsite,chatDisposition:t,chatDispositions:c.chatWebsiteChatDispositions.rows,license:null,setting:null}})},c.exportSelectedChatWebsiteChatDispositions=function(){var e=angular.copy(c.selectedChatWebsiteChatDispositions);return c.selectedChatWebsiteChatDispositions=[],e},c.deleteChatWebsiteChatDisposition=g,c.deleteSelectedChatWebsiteChatDispositions=function(e){var t=o.confirm().title("Are you sure want to delete the selected chatDispositions?").htmlContent(""+c.selectedChatWebsiteChatDispositions.length+" selected will be deleted.").ariaLabel("delete chatDispositions").targetEvent(e).ok("OK").cancel("CANCEL");o.show(t).then(function(){c.selectedChatWebsiteChatDispositions.forEach(function(e){g(e)}),c.selectedChatWebsiteChatDispositions=[]})};var m=!0,u=1;function p(e){c.chatWebsiteChatDispositions=e||{count:0,rows:[]}}function g(e){l.disposition.delete({id:e.id}).$promise.then(function(){_.remove(c.chatWebsiteChatDispositions.rows,{id:e.id}),c.chatWebsiteChatDispositions.count-=1,c.chatWebsiteChatDispositions.rows.length||c.getChatWebsiteChatDispositions(),r.success({title:"ChatDisposition deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){vm.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:GETchatWebsite"}];for(var t=0;t"+(e.name||"interaction")+" will be deleted.").ariaLabel("delete interaction").targetEvent(t).ok("OK").cancel("CANCEL");o.show(n).then(function(){g(e)},function(){console.log("CANCEL")})},c.downloadfile2=function(o,e){return l.chatInteraction.download({id:o.id}).$promise.then(function(e){var t=[e.buffer],n="download",a=new Blob(t,{type:e.type});n="chat-interaction"+o.id+".zip";var i=window.document.createElement("a");i.setAttribute("href",URL.createObjectURL(a)),i.setAttribute("download",n),document.body.appendChild(i),i.click()}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length)for(var t=0;t"+c.selectedChatWebsiteInteractions.length+" selected will be deleted.").ariaLabel("delete interactions").targetEvent(e).ok("OK").cancel("CANCEL");o.show(t).then(function(){c.selectedChatWebsiteInteractions.forEach(function(e){g(e)}),c.selectedChatWebsiteInteractions=[]})};var m=!0,u=1;function p(e){c.chatWebsiteInteractions=e||{count:0,rows:[]}}function g(e){l.chatInteraction.delete({id:e.id}).$promise.then(function(){_.remove(c.chatWebsiteInteractions.rows,{id:e.id}),c.chatWebsiteInteractions.count-=1,c.chatWebsiteInteractions.rows.length||c.getChatWebsiteInteractions(),r.success({title:"Interaction deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){vm.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:GETchatWebsite"}];for(var t=0;t"+(e.name||"offlineMessage")+" will be deleted.").ariaLabel("delete offlineMessage").targetEvent(t).ok("OK").cancel("CANCEL");o.show(n).then(function(){g(e)},function(){console.log("CANCEL")})},c.success=p,c.getChatWebsiteOfflineMessages=function(){c.query.offset=(c.query.page-1)*c.query.limit,c.promise=l.chatWebsite.getOfflineMessages(c.query,p).$promise},c.createOrEditChatWebsiteOfflineMessage=function(e,t){o.show({controller:"CreateOrEditOfflineMessageDialogController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatWebsites/edit/offlineMessages/dialog.html",parent:angular.element(s.body),targetEvent:e,clickOutsideToClose:!0,locals:{chatWebsite:c.chatWebsite,offlineMessage:t,offlineMessages:c.chatWebsiteOfflineMessages.rows,license:null,setting:null}})},c.showOfflineMessageChatWebsiteOfflineMessage=function(e,n){o.show({controller:"ShowOfflineMessageOfflineMessageDialogController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatWebsites/edit/offlineMessages/dialog.html",parent:angular.element(s.body),targetEvent:e,clickOutsideToClose:!0,resolve:{message:["apiResolver","$stateParams",function(e,t){return e.resolve("chatOfflineMessage@get",{fields:"id,body",id:n.id})}]}})},c.exportSelectedChatWebsiteOfflineMessages=function(){var e=angular.copy(c.selectedChatWebsiteOfflineMessages);return c.selectedChatWebsiteOfflineMessages=[],e},c.deleteChatWebsiteOfflineMessage=g,c.deleteSelectedChatWebsiteOfflineMessages=function(e){var t=o.confirm().title("Are you sure want to delete the selected offlineMessages?").htmlContent(""+c.selectedChatWebsiteOfflineMessages.length+" selected will be deleted.").ariaLabel("delete offlineMessages").targetEvent(e).ok("OK").cancel("CANCEL");o.show(t).then(function(){c.selectedChatWebsiteOfflineMessages.forEach(function(e){g(e)}),c.selectedChatWebsiteOfflineMessages=[]})},l.cmContact.get({fields:"id,firstName,lastName",nolimit:"true"}).$promise.then(function(e){c.contacts=_.keyBy(e.rows||[],"id")}).catch(function(e){r.error({title:e.status?"API:"+e.status+" - "+e.statusText:"SYSTEM:GETcontacts",msg:e.data?JSON.stringify(e.data):e.toString()})});var m=!0,u=1;function p(e){c.chatWebsiteOfflineMessages=e||{count:0,rows:[]}}function g(e){l.chatOfflineMessage.delete({id:e.id}).$promise.then(function(){_.remove(c.chatWebsiteOfflineMessages.rows,{id:e.id}),c.chatWebsiteOfflineMessages.count-=1,c.chatWebsiteOfflineMessages.rows.length||c.getChatWebsiteOfflineMessages(),r.success({title:"OfflineMessage deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){vm.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:GETchatWebsite"}];for(var t=0;t"+(e.name||"chatProactiveAction")+" will be deleted.").ariaLabel("delete chatProactiveAction").targetEvent(t).ok("OK").cancel("CANCEL");o.show(n).then(function(){g(e)},function(){console.log("CANCEL")})},c.success=p,c.getChatWebsiteProactiveActions=function(){c.query.offset=(c.query.page-1)*c.query.limit,c.promise=l.chatWebsite.getProactiveActions(c.query,p).$promise},c.createOrEditChatWebsiteChatProactiveAction=function(e,t){o.show({controller:"CreateOrEditChatProactiveActionDialogController",controllerAs:"vm",templateUrl:"app/main/apps/chat/views/chatWebsites/edit/proactive/dialog.html",parent:angular.element(s.body),targetEvent:e,clickOutsideToClose:!0,locals:{chatWebsite:c.chatWebsite,chatProactiveAction:t,proactive:c.chatWebsiteProactiveActions.rows,license:null,setting:null}})},c.exportSelectedChatWebsiteProactiveActions=function(){var e=angular.copy(c.selectedChatWebsiteProactiveActions);return c.selectedChatWebsiteProactiveActions=[],e},c.deleteChatWebsiteChatProactiveAction=g,c.deleteSelectedChatWebsiteProactiveActions=function(e){var t=o.confirm().title("Are you sure want to delete the selected proactive?").htmlContent(""+c.selectedChatWebsiteProactiveActions.length+" selected will be deleted.").ariaLabel("delete proactive").targetEvent(e).ok("OK").cancel("CANCEL");o.show(t).then(function(){c.selectedChatWebsiteProactiveActions.forEach(function(e){g(e)}),c.selectedChatWebsiteProactiveActions=[]})};var m=!0,u=1;function p(e){c.chatWebsiteProactiveActions=e||{count:0,rows:[]}}function g(e){l.chatProactiveAction.delete({id:e.id}).$promise.then(function(){_.remove(c.chatWebsiteProactiveActions.rows,{id:e.id}),c.chatWebsiteProactiveActions.count-=1,c.chatWebsiteProactiveActions.rows.length||c.getChatWebsiteProactiveActions(),r.success({title:"ChatProactiveAction deleted!",msg:e.name?e.name+" has been deleted!":""})}).catch(function(e){if(e.data&&e.data.errors&&e.data.errors.length){vm.errors=e.data.errors||[{message:e.toString(),type:"SYSTEM:GETchatWebsite"}];for(var t=0;t<\/script>',t.end="\n\x3c!-- START Motion Chat Script --\x3e"},t.info={},e.$watch("vm_ac.chatWebsite.remote",function(e){t.script='\n