Skip to content

Instantly share code, notes, and snippets.

@izadmehr
Created August 30, 2016 06:45
Show Gist options
  • Save izadmehr/706b61ee5b3dcfea0b3a68dc8eeb0510 to your computer and use it in GitHub Desktop.
Save izadmehr/706b61ee5b3dcfea0b3a68dc8eeb0510 to your computer and use it in GitHub Desktop.
Rtl support for basecamp
trix-editor.formatted_content {
direction: rtl;
}
article.recordable.app-mobile__recording {
direction: rtl
}
span.checkbox__content a {
direction: rtl;
}
.checkbox .checkbox__content span .todo_assignee {
float: left;
direction: ltr;
}
.todos-form__field .todos-form__input {
text-align: right;
}
.todos .todo{
clear: both;
}
trix-toolbar .button_group button.block-level.decrease {
background-image: url(/assets/icons/trix/trix_block_level_increase-dd980fcd275521cff790d7d64c5b788d75c0f0852d41b5012f9c644433431000.svg) !important;
}
trix-toolbar .button_group button.block-level.increase {
background-image: url(/assets/icons/trix/trix_block_level_decrease-be7383adf7d23a7403cc6eed5e7a3dc4443427de313b2fa4e9b3247a5e5f841c.svg)!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment