Resizing Icons

Resizing Icons

by Gregory Evans -
Number of replies: 2
Hi,

Does anybody know how to change the default size for icons in moodle 1.7

Thanks

GregE
Average of ratings: -
In reply to Gregory Evans

Re: Resizing Icons

by Mauno Korpelainen -

Most of them are defined in (Standard) theme styles_layout.css

For example

.sideblock li .icon img {
  width:16px;
  height:16px;
}

Some of them you find from lib/weblib.php and a couple of icons are somewhere else