[4.0] Atum and Cassiopea Change alerts styling - space saving +#30294
[4.0] Atum and Cassiopea Change alerts styling - space saving +#30294wilsonge merged 11 commits intojoomla:4.0-devfrom
Conversation
|
@Quy Edit: this message depends on a different layout: |
|
@Quy |
|
I personally like the current styling even though it takes up a little more spacing. |
|
@SharkyKZ |
|
My bad, I didn't compile JS. Still looks bad on frontend and on mobile. |
Backend: Frontend |
administrator/templates/atum/scss/vendor/joomla-custom-elements/joomla-alert.scss
Outdated
Show resolved
Hide resolved
|
@infograf768 Drone shows some scss code style errors in its test "scss-cs", see here: https://ci.joomla.org/joomla/joomla-cms/34516/1/24. Could you fix that? |
|
On it |
39d145b to
a321919
Compare
|
@richard67 |
|
Will complete Pr tomorrow with alerts in Installation |
|
@helvecio - maybe relevant in the Frontend Template design This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30294. |
|
I know... have again to correct order in scss. Will do later. |
|
This can also be tested when installing a clean J to test install errors. |
|
Either I did something wrong (which I always consider as possible), or the installation is missing some (s)css: I did an |
|
False alarm. It seems that stuff is really sticky in browser cache. After not having only cleared the cache but also having closed the browser window after that, and having run @infograf768 Sorry for false alarm. |
|
I have tested this item ✅ successfully on 6d287fb The latter (alerts in backend and frontend) I've also tested with RTL language (Persian). All fine. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30294. |
|
I have tested this item ✅ successfully on 6d287fb This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30294. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30294. |
|
Personally I kinda like the new look. Thanks @coolcat-creations and @infograf768 ! |
…om_templates * '4.0-dev' of github.com:joomla/joomla-cms: Add closing quote (joomla#30353) [4.0] Make sure the renderer does not manipulate the inline CSS and JS (joomla#28719) [4.0] Atum and Cassiopea Change alerts styling - space saving + (joomla#30294) Update editor versions (joomla#30340) [4.0][mod_menu] Add space for 'menu class' (joomla#30341) Optimize code for aria-current (joomla#30328) [4.0] Composer and npm updates 10 Aug (joomla#30334) [4.0] fix js code style (joomla#30335)
This is a replacement to part of the merged PR joomla#30294 It does exactly the same thing but by using css logical properties we avoid the need to maintain both an LTR and an RTL version There is no visual change.
This is a replacement to part of the merged PR #30294 It does exactly the same thing but by using css logical properties we avoid the need to maintain both an LTR and an RTL version There is no visual change.













Replaces #28974
Thanks @coolcat-creations for the original PR, here improved
Thanks @Fedik for the suggestions
Summary of Changes
Changed the Header of the message to be next to the message to save space
Decreased paddings
Changed colors
Normalise system.message layout and message.es6 by using div instead of span and p tags
Testing Instructions
Edit or create an article. Let title empty and save.
Install a clean Joomla after patching to test installation errors, see #30294 (comment)
Patch. Run npm.
Test various messages including in the login page.
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request