1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-16 14:46:28 +02:00

[ticket/13713] Enable zurb tribute 5.1.3 also in ACP and remove old files

PHPBB3-13713
This commit is contained in:
Marc Alexander
2021-03-13 21:07:04 +01:00
parent 7a86977d01
commit c317368a39
9 changed files with 11 additions and 1911 deletions

View File

@ -8,8 +8,7 @@
// ]]>
</script>
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.caret.min.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.atwho.min.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/tribute.min.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
<!-- EVENT acp_posting_buttons_before -->

View File

@ -1676,7 +1676,9 @@ fieldset.submit-buttons legend {
font-weight: bold;
}
.atwho-view { /* mention-container */
.mention-container { /* mention-container */
overflow: auto; /* placed here for list to scroll with arrow key press */
max-height: 200px;
text-align: left;
background-color: #ffffff;
border-radius: 2px;
@ -1689,13 +1691,11 @@ fieldset.submit-buttons legend {
transition: all 0.2s ease;
}
.rtl .atwho-view { /* mention-container */
.rtl .mention-container { /* mention-container */
text-align: right;
}
.atwho-view-ul { /* mention-list */
overflow: auto; /* placed here for list to scroll with arrow key press */
max-height: 200px;
.mention-container ul { /* mention-list */
margin: 0;
padding: 0;
list-style-type: none;

View File

@ -562,7 +562,7 @@ function getCaretPosition(txtarea) {
}
/**
* atwho.js remoteFilter callback filter function
* remoteFilter callback filter function
* @param {string} query Query string
* @param {function} callback Callback function for filtered items
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@
}
</script>
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.tribute.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/tribute.min.js -->
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
<!-- IF S_BBCODE_ALLOWED -->

View File

@ -374,7 +374,7 @@
/* Mention dropdown
---------------------------------------- */
.rtl .atwho-view { /* mention-container */
.rtl .mention-container { /* mention-container */
text-align: right;
}