Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

RTL CSS Confluence Task-list macro

yaniv.shoshani April 20, 2017

Hi guys, 

I am writing a css scrip to make confluence RTL, does anyone have an idea on how to do this for the Task List option.

even just the name of the macro in css will help me a lot.

any help will be mush appreciated,

thanks in advance! 

eeCapture.PNG

2 answers

2 votes
Ansar Rezaei
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 30, 2018

Hi

You can use this:

.wiki-content ul.inline-task-list>li {
   line-height: 30px;
    text-align: right;
    direction: rtl;
    padding-right: 18px;
    background-position: right 6px;

 

But unfortunately you are not able to checked and unchecked items in list. If you find any solution, please share it here.

0 votes
Hermance NDounga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 4, 2017

Hey 

 

I found 

.wiki-content ul.inline-task-list>li {

but I think without the li, it would work? 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events