gustafn
committed
on 21 Oct 22
use adp:icon and fix broken layout

- prefer adp:icon over old-style .gif images
- fix line-breaks in table headers of week-calender, which … Show more
use adp:icon and fix broken layout

- prefer adp:icon over old-style .gif images

- fix line-breaks in table headers of week-calender, which causes

 diffent heights of some of the table headers (1 line vs. 2lines)

 This was a problem at least with bootstrap5

Show less

doc/nx.css (+3 -2)
1   .nx             {font-size: 80%; color: #000000; font-weight: normal; font-style: normal; padding-left: 10px}
  1 body            {font-size: 10pt;}
  2 .nx             {font-size: 90%; color: #000000; font-weight: normal; font-style: normal; padding-left: 10px}
2 3 table.nx        {border-collapse: collapse; border-spacing: 3px;}
3   .nx-linenr      {font-size: 80%; border-right: 1px solid #DDDDDD;padding-right: 5px; color: #2B547D; font-style: italic;}
  4 .nx-linenr      {font-size: 90%; border-right: 1px solid #DDDDDD;padding-right: 5px; color: #2B547D; font-style: italic;}
4 5 .nx-string      {color: #779977; font-weight: normal; font-style: italic;}
5 6 .nx-comment     {color: #717ab3; font-weight: normal; font-style: italic;}
6 7 .nx-keyword     {color: #7f0055; font-weight: normal; font-style: normal;}
7 8 .nx-placeholder {color: #AF663F; font-weight: normal; font-style: italic;}
8 9 .nx-variable    {color: #AF663F; font-weight: normal; font-style: normal;}