From: <rv...@us...> - 2010-03-12 11:37:26
|
Revision: 551 http://treebase.svn.sourceforge.net/treebase/?rev=551&view=rev Author: rvos Date: 2010-03-12 11:37:20 +0000 (Fri, 12 Mar 2010) Log Message: ----------- Changed decoration for "notes" section to use a post-it note icon instead of a comment balloon. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/styles/submissionSummary.css Modified: trunk/treebase-web/src/main/webapp/styles/submissionSummary.css =================================================================== --- trunk/treebase-web/src/main/webapp/styles/submissionSummary.css 2010-03-12 01:05:21 UTC (rev 550) +++ trunk/treebase-web/src/main/webapp/styles/submissionSummary.css 2010-03-12 11:37:20 UTC (rev 551) @@ -22,7 +22,7 @@ } li.menubar a.standalone, li.menubar { background: url('../images/blank.gif') no-repeat 0px 0px !important } li.Home a.Home { background: url('../images/icons/house.png') no-repeat 0px 0px !important } -li.Notes a.Notes { background: url('../images/icons/comment.png') no-repeat 0px 0px !important } +li.Notes a.Notes { background: url('../images/icons/note.png') no-repeat 0px 0px !important } li.Citation a.Citation { background: url('../images/icons/report.png') no-repeat 0px 0px !important } li.Authors a.Authors { background: url('../images/icons/group.png') no-repeat 0px 0px !important } li.Upload a.Upload { background: url('../images/icons/page_white_get.png') no-repeat 0px 0px !important } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |