29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Brian Teeman
d19ac0bf14
Language override RTL (#38352)
Change css to logical proprty to make sure it works as intended in RTL and LTR
2022-09-05 13:04:35 +01:00
Brian Teeman
321acac302
[4.0] css file codestyle (#34867)
Change tabs to spaces in the media_source css files

Note: I doubt some of these files are even needed
2021-07-22 16:41:19 +01:00
Dimitris Grammatikogiannis
da4ced6b2a
[4.0] JS files are full of XSS (#34472) 2021-06-13 23:47:05 +01:00
Yatharth Vyas
ad97c80507
[4.0] Fix Spinner Styling (#33041)
* Fix spinner going out of bounds in com_languages

Issue: https://github.com/joomla/joomla-cms/issues/32948

Original
`#refresh-status.show {
	display: grid;
}`

Modified
`#refresh-status.show {
	display: block;
}`

* [4.0] Fix spinner going out of bounds in com_languages 

Issue: https://github.com/joomla/joomla-cms/issues/32948

Original
`#refresh-status.show {
	display: grid;
}`

Modified
`#refresh-status.show {
	display: block;
}`

* Update build/media_source/com_languages/css/overrider.css

Co-authored-by: Quy <quy@fluxbb.org>

Co-authored-by: Quy <quy@fluxbb.org>
2021-04-06 19:04:29 +02:00
Dimitris Grammatikogiannis
42a70ea515
[4.0] Deliver ES2015+ javascript (#32315)
Co-authored-by: Brian Teeman
Co-authored-by: Roland Dalmulder
Co-authored-by: AndySDH
Co-authored-by: Quy
2021-03-10 19:34:54 +01:00
George Wilson
5785177ede
Bootstrap 5 (#32037) 2021-01-22 21:46:48 +00:00
Niels Braczek
3a5984d033
[4.0] Converted copyright statement to standard format (#31504) 2020-11-28 01:33:45 +00:00
Quy
34ee9d0f71
[4.0] Move status message below field (#30096)
* Move status message below field

* Revert

* css

* Replace obsolete class

* Update css
2020-07-24 08:15:00 +02:00
SharkyKZ
6f1c0683dc
[4.0] Hide and disable "More Results" button in Language Overrides when no more results (#29894)
* Hide "More Results" button when no more results

* Disable the button

* CS

* CS
2020-07-04 18:34:13 +02:00
SharkyKZ
fd1608ea40
Correct ID counter (#29892) 2020-07-04 07:56:34 -07:00
Fedik
6f6bce72af WebAsset for com_languages 2020-06-29 22:44:25 +01:00
wilsonge
d7451e6440
Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
Lodder
f3938a12b1
[4.0] Javascript - destruct params (#28710) 2020-05-09 11:37:16 +01:00
Arpit Anshuman
9cdb708bda [4.0] [IE11] Fix Language Override - JS error (#24508)
Hides the header and options in full screen mode to prevent overlap over the editor area in full-screen mode.

Another possible alternative is displaying both the options as well as the editor in full-screen mode but purely a user preference. Because the need for save and other options is not as important in full-screen mode.
2019-04-12 17:03:31 +01:00
wilsonge
2f74f9ad7a
Tag Joomla 4 Alpha 7 2019-03-09 10:20:38 +00:00
dGrammatiko
dec68e1cf8 [4.0][NO CACHE] Refactor the build tools (#23723) 2019-02-07 23:00:05 +00:00