how to change width of the button boxes
I want to widen the default width of the buttons. I figure this is some CSS parameter, but where is the CSS stored,and which field value do I change to widen the box width? The box right now only shows about 7 characters of the caller name (CNAME), and I want to have a wider box so that i can see more like 20 characters, because i have ambiguous caller names after 7 characters... for example MERCEDES PARTS vs. MERCEDES SALES are the same in the first 7 characters, and that confuses the operator. Any help is appreciated.
Comments
Best regards,
Best regards,
Right now is hard to change the layout as you have a mix of things to set in the UI, and it has to work/look similar across browsers. That is really hard to do. Once you get familiar with the grid960 system you will see that is quite simple, actually very simple to work with, as you just need to change a css class in a div, nothing else.
You can try to catch me on the live help and I we can work together on altering the layout so you get familiar with it.
Best regards,
That is a web server configuration, not a fop2 configuration, here is a nice article talking about it:
http://www.askapache.com/htaccess/using ... ccess.html
In practice, I just hit shift and click the reload/refresh button to get files refreshed when I perform changes.
Best regards,
That is a web server configuration, not a fop2 configuration, here is a nice article talking about it:
http://www.askapache.com/htaccess/using ... ccess.html
In practice, I just hit shift and click the reload/refresh button to get files refreshed when I perform changes.
Best regards,
http://en.wikipedia.org/wiki/Wikipedia: ... your_cache
All browsers accept shift + refresh, Internet Explorer I think requires ctrl + refresh
So, when you modify a web page, css file, jpg image (this applies to *any* web page), if you want to see the changes, do not just reload the page, do a shift+reload to be sure your changes are going to be read again instead of from cache.
I am trying to elimiante the empty column on the right side of the screen as I have many extensions to show.
Modify index.html so those classed are changed as depicted to remove the rightmost column and leave one big section for extensions only.
Best regards,