Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title's icon must be re-style in RTL mode #201

Closed
dehghani-mehdi opened this issue Jan 17, 2017 · 3 comments
Closed

Title's icon must be re-style in RTL mode #201

dehghani-mehdi opened this issue Jan 17, 2017 · 3 comments

Comments

@dehghani-mehdi
Copy link

dehghani-mehdi commented Jan 17, 2017

Hi man,

Thanks again for plugin, just updated my codes to using v3.x, really nice!

In rtl mode, you need to change margin-right to margin-left, also margin-right set to 0, as I shown below:

.jconfirm.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
}

Thank you !
Mehdi

@craftpip
Copy link
Owner

hello @dehghani-mehdi
Fixing this asap. Sorry for being this late at this issue.

@dehghani-mehdi
Copy link
Author

@craftpip don't worry, will be great, looking fwd to fixed version.

craftpip added a commit that referenced this issue Mar 29, 2017
@craftpip
Copy link
Owner

Released the fixed version 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants