diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-17 18:52:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-17 18:52:28 +0000 |
commit | 91a493e2c7ca59130f3c4a718e2b07b4448633b9 (patch) | |
tree | 8e9fdd8321e1fcd589c78b3a5545c521af199566 /public/stylesheets | |
parent | b8cd280bec05f76c0a889f9650fc1a88b33ddc4e (diff) | |
download | redmine-91a493e2c7ca59130f3c4a718e2b07b4448633b9.tar.gz redmine-91a493e2c7ca59130f3c4a718e2b07b4448633b9.zip |
Removes large icons.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3179 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 7be6bbd48..2f13b3d55 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -181,8 +181,17 @@ table.attributes { width: 100% } table.attributes th { vertical-align: top; text-align: left; } table.attributes td { vertical-align: top; } +table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; } + td.center {text-align:center;} +h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; } + +div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; } +div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; } +div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; } +div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; } + .highlight { background-color: #FCFD8D;} .highlight.token-1 { background-color: #faa;} .highlight.token-2 { background-color: #afa;} @@ -730,14 +739,6 @@ padding-top: 2px; padding-bottom: 3px; } -.icon22 { -background-position: 0% 40%; -background-repeat: no-repeat; -padding-left: 26px; -line-height: 22px; -vertical-align: middle; -} - .icon-add { background-image: url(../images/add.png); } .icon-edit { background-image: url(../images/edit.png); } .icon-copy { background-image: url(../images/copy.png); } @@ -789,21 +790,6 @@ vertical-align: middle; .icon-file.application-zip { background-image: url(../images/files/zip.png); } .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); } -.icon22-projects { background-image: url(../images/22x22/projects.png); } -.icon22-users { background-image: url(../images/22x22/users.png); } -.icon22-groups { background-image: url(../images/22x22/groups.png); } -.icon22-tracker { background-image: url(../images/22x22/tracker.png); } -.icon22-role { background-image: url(../images/22x22/role.png); } -.icon22-workflow { background-image: url(../images/22x22/workflow.png); } -.icon22-options { background-image: url(../images/22x22/options.png); } -.icon22-notifications { background-image: url(../images/22x22/notifications.png); } -.icon22-authent { background-image: url(../images/22x22/authent.png); } -.icon22-info { background-image: url(../images/22x22/info.png); } -.icon22-comment { background-image: url(../images/22x22/comment.png); } -.icon22-package { background-image: url(../images/22x22/package.png); } -.icon22-settings { background-image: url(../images/22x22/settings.png); } -.icon22-plugin { background-image: url(../images/22x22/plugin.png); } - img.gravatar { padding: 2px; border: solid 1px #d5d5d5; |