Project

General

Profile

Actions

Patch #1964

closed

missing style for icon

Added by michele franzin over 15 years ago. Updated over 8 years ago.

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); }
Actions #1

Updated by Mischa The Evil over 15 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...

Actions #2

Updated by michele franzin over 15 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.

Actions #3

Updated by Go MAEDA over 8 years ago

  • Status changed from New to Closed

Plugin-specific CSS classes should be maintained in the plugin.

Actions

Also available in: Atom PDF