Issue
On large screens, the alarm texts in the alarm list can be too small to easily read.
Product Line
TAC Vista
Environment
Webstation
Cause
Depending on the resolution, the size of texts will seem larger or smaller. Also, though the text is actually the same as the size used in Workstation, it seems that Workstation represents the text in a clearer way.
Resolution
All styling of Webstation is done with style sheets (CSS files) and can be changed at your own risk. PSS does not support changing these files.
- Browse to the styles folder (C:\inetpub\wwwroot\TACVistaWeb519\Style\Default) where "519" in this case is the version of Vista installed, and "Default" is the style selected in Webstation Settings.
- Make a copy of the file "AlarmListPage.css" and store it in a safe location.
- Edit the file "AlarmListPage.css" with e.g. notepad or another clear text editor (don't use MS Word or similar)
- Here are two different style options. You can make your own.
- To change the font size for everything in the alarm list, go to row 16 and change "x-small" to "small"
- To only change alarm text rows but leave the title size, go to line 54, and add an extra line here "font-size small;"
- To reduce the space between the actual texts in the alarm list and the cell borders, change line 51 to 0px and line 52 to 1px
- To change the font size for everything in the alarm list, go to row 16 and change "x-small" to "small"
- Save the file, and reload the page. You might need to manually chose to reload the web page, for the change to actually go through
Examples
Original
All texts set to "small"
Only alarm text rows set to small, and spacing lowered