Closed (fixed)
Project:
Deco
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2010 at 19:18 UTC
Updated:
1 Jan 2012 at 12:31 UTC
Hello,
the div element password-description is displayed with stop icon and it looks bad.
To display it correctly, add this code to style.css:
#content div.password-description {
background-image: none;
}
Comments
Comment #1
redmondmj commentedThis worked perfectly for me! Thanks!
Comment #2
c31ck commentedThanks Muskwa, fix committed. http://drupal.org/commitlog/commit/3850/38985b1fa408a2453e6337c37be29dc1...