diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-03 19:53:52 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-03 19:53:52 +0000 |
commit | 4e244be21cc1c9fbd885081a6d02527b67a5034d (patch) | |
tree | 2c88eb224d8455698cb5907b46c1ff7a7545c445 /public | |
parent | 09cfef094cc9ba49da9a2d4435eef5079c6682ad (diff) | |
download | redmine-4e244be21cc1c9fbd885081a6d02527b67a5034d.tar.gz redmine-4e244be21cc1c9fbd885081a6d02527b67a5034d.zip |
Slight changes on users list view and hide Anonymous user.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1118 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 1090d8c87..1abd1f6fd 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -94,6 +94,12 @@ tr.message td.last_message { font-size: 80%; } tr.message.locked td.subject a { background-image: url(../images/locked.png); } tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; } +tr.user td { width:13%; } +tr.user td.email { width:18%; } +tr.user td { white-space: nowrap; } +tr.user.locked, tr.user.registered { color: #aaa; } +tr.user.locked a, tr.user.registered a { color: #aaa; } + table.list tbody tr:hover { background-color:#ffffdd; } table td {padding:2px;} table p {margin:0;} |