Actions
Patch #1964
closedmissing style for icon
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2008-09-28
Due date:
% Done:
0%
Estimated time:
Description
in application.css file for users.png icon style is missing
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index e7a1c60..6478170 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -598,6 +598,7 @@ vertical-align: middle; .icon-details { background-image: url(../images/zoom_in.png); } .icon-report { background-image: url(../images/report.png); } .icon-comment { background-image: url(../images/comment.png); } +.icon-users { background-image: url(../images/users.png); } .icon22-projects { background-image: url(../images/22x22/projects.png); } .icon22-users { background-image: url(../images/22x22/users.png); }
Updated by Mischa The Evil about 16 years ago
Can you tell where that style is used in the code?
Afaics .icon22-users
is used in pratically all views. Haven't missed an user-icon at whatever place either... Hmm...
Updated by michele franzin about 16 years ago
Mischa The Evil wrote:
Can you tell where that style is used in the code?
Afaics
.icon22-users
is used in pratically all views. Haven't missed an user-icon at whatever place either... Hmm...
.icon-users
(not icon22-user
) is used in my new plugins ;-) it's the only incon without an associated style.
Updated by Go MAEDA about 9 years ago
- Status changed from New to Closed
Plugin-specific CSS classes should be maintained in the plugin.
Actions