Active
Project:
Corporate Clean
Version:
7.x-2.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
28 May 2013 at 14:01 UTC
Updated:
30 Dec 2014 at 21:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
snuggles99 commentedComment #2
gtsopour commentedComment #3
gtsopour commentedComment #4
RobertoGA commentedIt may not be the best choice, but it works... use this css code
a.translation-link img{
display: none;
}
Comment #5
snuggles99 commentedHello RobertoGA,
thank you for your workaround idea, however it does not work for me (see attached photo).
Would you have another idea?
regards
Stefan
Comment #6
snuggles99 commentedComment #7
snuggles99 commentedI found the solution (for me):
In file: style.css
the line: a img { border:none; outline: none; display:block; overflow:hidden; }
the "display:block" should be removed, so that the line becomes:
a img { border:none; outline: none; overflow:hidden; }On my website the removal of this did nothing negative, but now laguage icons (and printer friedly icon, too) are now in line with the text.
regards
Stefan
Comment #8
Derathor commentedIt worked, thanks Stefan! (snuggles99)
I've been trying to troubleshoot the problem for hours on end. This was a life saver!