mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 07:01:22 +02:00
[ticket/13713] Enable zurb tribute 5.1.3 also in ACP and remove old files
PHPBB3-13713
This commit is contained in:
@@ -8,8 +8,7 @@
|
|||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.caret.min.js -->
|
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/tribute.min.js -->
|
||||||
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.atwho.min.js -->
|
|
||||||
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
|
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
|
||||||
|
|
||||||
<!-- EVENT acp_posting_buttons_before -->
|
<!-- EVENT acp_posting_buttons_before -->
|
||||||
|
@@ -1676,7 +1676,9 @@ fieldset.submit-buttons legend {
|
|||||||
font-weight: bold;
|
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;
|
text-align: left;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@@ -1689,13 +1691,11 @@ fieldset.submit-buttons legend {
|
|||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .atwho-view { /* mention-container */
|
.rtl .mention-container { /* mention-container */
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.atwho-view-ul { /* mention-list */
|
.mention-container ul { /* mention-list */
|
||||||
overflow: auto; /* placed here for list to scroll with arrow key press */
|
|
||||||
max-height: 200px;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
@@ -562,7 +562,7 @@ function getCaretPosition(txtarea) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* atwho.js remoteFilter callback filter function
|
* remoteFilter callback filter function
|
||||||
* @param {string} query Query string
|
* @param {string} query Query string
|
||||||
* @param {function} callback Callback function for filtered items
|
* @param {function} callback Callback function for filtered items
|
||||||
*/
|
*/
|
||||||
|
1
phpBB/assets/javascript/jquery.atwho.min.js
vendored
1
phpBB/assets/javascript/jquery.atwho.min.js
vendored
File diff suppressed because one or more lines are too long
2
phpBB/assets/javascript/jquery.caret.min.js
vendored
2
phpBB/assets/javascript/jquery.caret.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
2
phpBB/assets/javascript/tribute.min.js
vendored
Normal file
2
phpBB/assets/javascript/tribute.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.tribute.js -->
|
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/tribute.min.js -->
|
||||||
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
|
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
|
||||||
|
|
||||||
<!-- IF S_BBCODE_ALLOWED -->
|
<!-- IF S_BBCODE_ALLOWED -->
|
||||||
|
@@ -374,7 +374,7 @@
|
|||||||
|
|
||||||
/* Mention dropdown
|
/* Mention dropdown
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.rtl .atwho-view { /* mention-container */
|
.rtl .mention-container { /* mention-container */
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user