see post #22 this fixes the issue
Announcement
Collapse
No announcement yet.
Replace Quick Setup, Notifications, Messages, Edit Site text labels and add icon for Login button with pure CSS icons
Collapse
X
-
Hey glennrocksvb quick question, any way of having the login/signup icon facing the other way for RTL language forums?
So it should rather be [< instead of >], does that exist?
Thanks again for everything
- Top
- Translate
- Bottom
Comment
-
Keep the original code and then add this:
Code:html[dir="rtl"] #lnkLoginSignupMenu .loginIcon { border-left: 1px solid #8e8e8e; border-right: 0; margin-right: 0; margin-left: 7px; } html[dir="rtl"] #lnkLoginSignupMenu .loginIcon:before { right: -5px; left: auto; webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment