Icons updates and cleaning.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3183 e93f8b46-1217-0410-a6f0-8f06a7374b81
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 595 B |
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 675 B |
Before Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 610 B |
Before Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 541 B |
Before Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 485 B |
|
@ -732,7 +732,7 @@ background-image:url('../images/close_hl.png');
|
|||
|
||||
/***** Icons *****/
|
||||
.icon {
|
||||
background-position: 0% 40%;
|
||||
background-position: 0% 50%;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
padding-top: 2px;
|
||||
|
@ -758,7 +758,6 @@ padding-bottom: 3px;
|
|||
.icon-projects { background-image: url(../images/projects.png); }
|
||||
.icon-help { background-image: url(../images/help.png); }
|
||||
.icon-attachment { background-image: url(../images/attachment.png); }
|
||||
.icon-index { background-image: url(../images/index.png); }
|
||||
.icon-history { background-image: url(../images/history.png); }
|
||||
.icon-time { background-image: url(../images/time.png); }
|
||||
.icon-time-add { background-image: url(../images/time_add.png); }
|
||||
|
|
After Width: | Height: | Size: 806 B |
After Width: | Height: | Size: 610 B |
|
@ -34,8 +34,8 @@ h4 { border-bottom: dotted 1px #c0c0c0; }
|
|||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
#top-menu a.home { background-image: url(../../../images/home.png); }
|
||||
#top-menu a.my-page { background-image: url(../../../images/user_page.png); }
|
||||
#top-menu a.home { background-image: url(../images/home.png); }
|
||||
#top-menu a.my-page { background-image: url(../../../images/user.png); }
|
||||
#top-menu a.projects { background-image: url(../../../images/projects.png); }
|
||||
#top-menu a.administration { background-image: url(../../../images/admin.png); }
|
||||
#top-menu a.administration { background-image: url(../images/wrench.png); }
|
||||
#top-menu a.help { background-image: url(../../../images/help.png); }
|
||||
|
|