diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-07-20 23:50:15 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-07-20 23:50:15 +0000 |
commit | 4fef8b601d3b4095dc353d917828d09b297a17b1 (patch) | |
tree | b66058ec62c9f49c1aacb467057edc536269b79c /public | |
parent | fa8d0c5c6fe036916eb49779e82d9d5cf05de315 (diff) | |
download | redmine-4fef8b601d3b4095dc353d917828d09b297a17b1.tar.gz redmine-4fef8b601d3b4095dc353d917828d09b297a17b1.zip |
Added icon for the LDAP authentication menu item. #5775
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3859 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/images/server_key.png | bin | 0 -> 746 bytes | |||
-rw-r--r-- | public/stylesheets/application.css | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/images/server_key.png b/public/images/server_key.png Binary files differnew file mode 100644 index 000000000..ecd517425 --- /dev/null +++ b/public/images/server_key.png diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 2067bf3db..60c50d2b2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -64,6 +64,7 @@ h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord #admin-menu a.settings { background-image: url(../images/changeset.png); } #admin-menu a.plugins { background-image: url(../images/plugin.png); } #admin-menu a.info { background-image: url(../images/help.png); } +#admin-menu a.server_authentication { background-image: url(../images/server_key.png); } #main {background-color:#EEEEEE;} @@ -837,6 +838,7 @@ padding-bottom: 3px; .icon-report { background-image: url(../images/report.png); } .icon-comment { background-image: url(../images/comment.png); } .icon-summary { background-image: url(../images/lightning.png); } +.icon-server-authentication { background-image: url(../images/server_key.png); } .icon-file { background-image: url(../images/files/default.png); } .icon-file.text-plain { background-image: url(../images/files/text.png); } |