diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-14 16:26:52 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-14 16:26:52 +0000 |
commit | 6f462d373f1b57657082f22f882942d41df47a39 (patch) | |
tree | 7c103e02095e7f7b95898854b0237cade41e3ba2 /public/stylesheets | |
parent | 54c0b531e127dc960e32d18a190fd8d87564ad34 (diff) | |
download | redmine-6f462d373f1b57657082f22f882942d41df47a39.tar.gz redmine-6f462d373f1b57657082f22f882942d41df47a39.zip |
Adds icons for css, html, java, js files in the repository browser.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8647 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 0700dc55a..61c522a5a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -940,9 +940,13 @@ padding-bottom: 3px; .icon-file.text-plain { background-image: url(../images/files/text.png); } .icon-file.text-x-c { background-image: url(../images/files/c.png); } .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); } +.icon-file.text-x-java { background-image: url(../images/files/java.png); } +.icon-file.text-x-javascript { background-image: url(../images/files/js.png); } .icon-file.text-x-php { background-image: url(../images/files/php.png); } .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); } .icon-file.text-xml { background-image: url(../images/files/xml.png); } +.icon-file.text-css { background-image: url(../images/files/css.png); } +.icon-file.text-html { background-image: url(../images/files/html.png); } .icon-file.image-gif { background-image: url(../images/files/image.png); } .icon-file.image-jpeg { background-image: url(../images/files/image.png); } .icon-file.image-png { background-image: url(../images/files/image.png); } |