Now I have change the font- size for the table in a customer map with adding a styles_custom.css entry:
.customalarms_biggerfont td { font-size: 22px !important; }
And adding the new css class to my mapobject with:
<div class="map_object map_table customalarms_biggerfont" id…
Now the problem is that the line height of the message field in this table is wrong. I already found this setting in the prtg.table.css:
.table .status, .table .logmessage { display: block; max-height: 35px; line-height: 15px; overflow: hidden; text-overflow: ellipsis; position: relative; }
Is it possible to also create a custom style for the message field?
Add comment