? Pending

User tests: Successful: Unsuccessful:

avatar wilsonge
wilsonge
15 Jul 2018

Improves the menu (text is now on the right not left of the menu), and the toolbar (things now render semi-correctly). The table options drop down also now opens correctly below the dropdown

@ciar4n please review me trying to implement CSS - I'm sure its dreadful in more than one way :)

Test by installing the Persian Language Pack

avatar wilsonge wilsonge - open - 15 Jul 2018
avatar wilsonge wilsonge - change - 15 Jul 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 15 Jul 2018
Category Administration Templates (admin)
avatar infograf768
infograf768 - comment - 16 Jul 2018

MUCH better!

We also need in template-rtl
.main-nav .fa{margin:0 18px} // same as LTR

to get
screen shot 2018-07-16 at 08 41 18

instead of
.main-nav .fa{margin:0 12px 0 8px}

screen shot 2018-07-16 at 08 40 54

avatar wilsonge wilsonge - change - 16 Jul 2018
Labels Added: ?
avatar ciar4n
ciar4n - comment - 16 Jul 2018
avatar ciar4n
ciar4n - comment - 16 Jul 2018
avatar wilsonge wilsonge - change - 16 Jul 2018
The description was changed
avatar wilsonge wilsonge - edited - 16 Jul 2018
avatar wilsonge
wilsonge - comment - 16 Jul 2018

Change to right: 60px for correct position of sub menu

Ahh that's the one I was looking for but couldn't find :) Thanks!

I've also simplified down the toolbar a bit more. So with these corrections. Any objections to merging this? It's far from perfect but much better than before :P

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 16 Jul 2018

I have tested this item successfully on 2f186ae


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/21136.

avatar franz-wohlkoenig franz-wohlkoenig - test_item - 16 Jul 2018 - Tested successfully
avatar wilsonge
wilsonge - comment - 16 Jul 2018

One last bug fix for the top menu 😇

avatar infograf768
infograf768 - comment - 16 Jul 2018

If you can, let's also correct this

screen shot 2018-07-16 at 13 24 48

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

Normally if I understand well scss
it should be in LTR

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }
 margin-left: 0;  
}

and in RTL

.mr-2,
.mx-2 {
    margin-right: 0;
    margin-left: .5rem !important;
}
avatar wilsonge
wilsonge - comment - 16 Jul 2018

@infograf768 Which view is this in?

avatar wilsonge
wilsonge - comment - 16 Jul 2018

Don't worry - found it and done

avatar wilsonge wilsonge - change - 16 Jul 2018
Title
Improve Menu/Toolbar RTL in atum
[4.0] Improve Menu/Toolbar RTL in atum
avatar wilsonge wilsonge - edited - 16 Jul 2018
avatar infograf768
infograf768 - comment - 16 Jul 2018

Articles manager

avatar infograf768 infograf768 - test_item - 16 Jul 2018 - Tested successfully
avatar infograf768
infograf768 - comment - 16 Jul 2018

I have tested this item successfully on 04d3851

Good to go for now. Solves a lot of stuff. If we find something missing, we can add issue later.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/21136.

avatar laoneo
laoneo - comment - 16 Jul 2018

@franz-wohlkoenig can you also retest please.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 16 Jul 2018

@laoneo will do in next Minutes.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 16 Jul 2018

@infograf768 this for another Issue?

screen shot 2018-07-16 at 17 26 27
screen shot 2018-07-16 at 17 26 09

avatar wilsonge wilsonge - change - 16 Jul 2018
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-07-16 15:54:10
Closed_By wilsonge
avatar wilsonge wilsonge - close - 16 Jul 2018
avatar wilsonge wilsonge - merge - 16 Jul 2018
avatar wilsonge
wilsonge - comment - 16 Jul 2018

Yah there's a huge amount more to do here. But let's take it one step at a time :)

avatar infograf768
infograf768 - comment - 17 Jul 2018

Note: for the cpanel
.flex-grow-1 is missing a text-align: right;
.list-group is also missing text-align: right;

avatar C-Lodder
C-Lodder - comment - 17 Jul 2018

Don't add it to flex-grow-1. This class instructs the element to fill available space and will do so regardless of RTL

avatar infograf768
infograf768 - comment - 17 Jul 2018

Indeed
list-group is enough

avatar wilsonge
wilsonge - comment - 17 Jul 2018

With the merge of #20962 that's not required for now as they've been moved to tables

Add a Comment

Login with GitHub to post a comment