Service groups grid justification
Service groups grid justification
Is there any way to change the justification for the service group grid? Right now everything is centered on the page and I would like it to use left justification. What do I need to change to make this happen?
Re: Service groups grid justification
I'm not sure exactly which file it is in, but it will be in:/usr/local/nagios/share/stylesheets/
To work out which particular element and file use either Chrome and press F12 then use the stylesheet debugger to locate the element or use Firebug with Firefox to do the same thing, it shouldn't be too difficult to hunt down. Once you know which element then egrep -e element /usr/local/nagios/share/stylesheets/*
To work out which particular element and file use either Chrome and press F12 then use the stylesheet debugger to locate the element or use Firebug with Firefox to do the same thing, it shouldn't be too difficult to hunt down. Once you know which element then egrep -e element /usr/local/nagios/share/stylesheets/*