Initial Commit of the PDM project (ready for DWS migration)

This commit is contained in:
will
2026-04-20 08:42:38 -05:00
commit dda7b664e7
2721 changed files with 442772 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/* This stylesheet supports the Expandable Heading and Section Widget */
h1.hs-collapsibleheading
{
margin-left: 0px;
cursor: pointer;
cursor: hand;
}
img.toggle
{
margin-top: 3px;
zoom: 1;
position: relative;
}
div.section h1, div.section h2, div.section h3
{
zoom: 1;
position: relative;
}
/* So that design time shows the elements with no clipping */
div#pagebody div.InnovaContentWidget img.toggle
{
margin-top: 5px;
}