[Building Sakai] sakai 2.8 missing tool icons

Matthew Jones matthew at longsight.com
Tue Apr 16 19:54:10 PDT 2013


Most of these contrib tools don't have icons defined in the main CSS file.
You have to go into your library and edit portal.css for each of the skins
you use.

In 2.8 the default skin the the source is
https://source.sakaiproject.org/svn/reference/branches/sakai-2.8.x/library/src/webapp/skin/default/portal.css

It deploys to
webapps/library/skin/default/portal.css

In there there's css sections for various tools like


.icon-sakai-samigo {
	background-image: url(../../image/silk/pencil.png);
}

You basically get a picture you like, usually from the silk icon pack

http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png

And put the tool id in there.

I don't know off hand what the tool id for these tools you mention is but
say its sakai-blogwow and you like the note image, you'd use


.icon-sakai-blogwow {
	background-image: url(../../image/silk/note.png);
}

There's a few ways to figure out the tool ids. One easy one is to go into
the admin workspace Sites tool, select any site, click Pages, New Page, Put
in a Title, click Tools, New Tools.



On Tue, Apr 16, 2013 at 10:15 PM, Sanghyun Jeon <euksa99 at gmail.com> wrote:

> We are planning to upgrade Sakai 2.8 from Sakai 2.7 this summer.
> I notice that some of tool icons are missing: Evaluation System, Sign-up,
> Blogwow, Gradebook2, and Kaltura. I am wondering where I can find these
> tools' icon....
> Thank you in advance.
>
> S
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130416/ac188efb/attachment.html 


More information about the sakai-dev mailing list