Active
Project:
Marinelli
Version:
7.x-3.0-beta9
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2011 at 20:39 UTC
Updated:
19 Mar 2011 at 17:25 UTC
If I use galleryformatter with the marinelli theme, there is a problem with the image of Next image or Previous image.
See the image atached for details.
| Comment | File | Size | Author |
|---|---|---|---|
| 15-03-2011 21-39-17.png | 228.61 KB | namberone |
Comments
Comment #1
komal.savla commentedHi,
The css for the Next image or Previous image arrow are getting overrided with the css of "arrow" class of the comment
So in order to fix this problem, In comment.tpl.php replace this
with this
And in the comments.css file replace every occurrence of
.arrowwith.comment-arrowThanks,
Komal
Comment #2
namberone commentedIt's all ok.
thank you very much :)