CustomerService
06-09-2008, 04:15 PM
Changes:
1) Some customers were complaining about the fonts. I've selected a different font order that, though still different from the 3.6x version, is more similar (and more visually pleasing I believe)
2) The popup menu options fonts were too large.
3) Changed the pm_messagelist_periodgroup template to use collapse_thead instead
4) Lukewarm reception to the slight indent on link mouseover, so removed it :(
5) Login input fields too long in Safari, so switched to CSS based width.
6) Welcome text in IE had too much top padding
Manual Updates:
1) In the Style Manager, changed the font order in the Body CSS to:
font: 85%/1.6 'Lucida Grande', Verdana, Arial, sans-serif;
2) In the same place, set Popup Menu Option Row and Popup Menu Highlighted Option with a font-size of 90%
3) Changed the one occurrence of collapse_alt to collapse_thead
4) In the Style Manager, under Additional CSS Definitions find the ".vbmenu_control a:hover" selector and remove the text-indent line.
5) In the header template, find the two occurrences of "size="25" and replace with:
style="width:145px;"
6) Added the following CSS in a browser conditional at the bottom of the headinclude template:
<!--[if IE]>
<style type="text/css">
#welcome p{
padding:2px 10px 10px 10px;
}
</style>
<![endif]-->
1) Some customers were complaining about the fonts. I've selected a different font order that, though still different from the 3.6x version, is more similar (and more visually pleasing I believe)
2) The popup menu options fonts were too large.
3) Changed the pm_messagelist_periodgroup template to use collapse_thead instead
4) Lukewarm reception to the slight indent on link mouseover, so removed it :(
5) Login input fields too long in Safari, so switched to CSS based width.
6) Welcome text in IE had too much top padding
Manual Updates:
1) In the Style Manager, changed the font order in the Body CSS to:
font: 85%/1.6 'Lucida Grande', Verdana, Arial, sans-serif;
2) In the same place, set Popup Menu Option Row and Popup Menu Highlighted Option with a font-size of 90%
3) Changed the one occurrence of collapse_alt to collapse_thead
4) In the Style Manager, under Additional CSS Definitions find the ".vbmenu_control a:hover" selector and remove the text-indent line.
5) In the header template, find the two occurrences of "size="25" and replace with:
style="width:145px;"
6) Added the following CSS in a browser conditional at the bottom of the headinclude template:
<!--[if IE]>
<style type="text/css">
#welcome p{
padding:2px 10px 10px 10px;
}
</style>
<![endif]-->