Posted by itzcoatl on March 29, 2011 at 12:37am
2 followers
Jump to:
| Project: | Better Messages |
| Version: | 6.x-1.13 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have a Spanish Drupal Based Web and I want to translate the "CLOSE" button to my language, but when I Search for CLOSE word in admin/build/translate/search I cant find it....
Any suggestion?
Comments
#1
Its a themed link with "close"-Background-picture
#better-messages-default a.message-close {background: url("images/closelabel.gif") no-repeat scroll 0 0 transparent;
display: block;
float: right;
height: 22px;
width: 66px;
}
you should be able to override this in your theme-css