diff --git a/assets/css/f5-hugo.css b/assets/css/f5-hugo.css index 0ad5114d..1aefcd6d 100644 --- a/assets/css/f5-hugo.css +++ b/assets/css/f5-hugo.css @@ -1652,4 +1652,22 @@ li.nav-item a.nav-link { .last-modified { font-weight:300; +} + +.QSIUserDefinedHTML { + width: 83% !important; +} + +div.QSIUserDefinedHTML * { + width: 100% !important; +} + +@media (max-width: 618px) { + .QSIUserDefinedHTML { + height: 550px !important; + } + + div.QSIUserDefinedHTML * { + height: 550px !important; + } } \ No newline at end of file diff --git a/layouts/_default/docs.html b/layouts/_default/docs.html index e139a0c6..03c3dd08 100644 --- a/layouts/_default/docs.html +++ b/layouts/_default/docs.html @@ -24,15 +24,16 @@

{{ .Title }}

{{ .Content }} {{ partial "version-list" . }} + {{ partial "qualtrics-feedback.html" }}
- + {{ if .Page.Lastmod }}
Last modified {{ .Page.Lastmod.Format "January 2, 2006" }}
{{ end }} - {{ partial "previous-next-links-in-section-with-title.html" . }} + {{ partial "previous-next-links-in-section-with-title.html" . }} {{ if and (gt .WordCount 200 ) (.Params.toc) }} {{ if (add (len (findRE " {{/* end */}} diff --git a/layouts/partials/qualtrics-feedback.html b/layouts/partials/qualtrics-feedback.html new file mode 100644 index 00000000..24915bbc --- /dev/null +++ b/layouts/partials/qualtrics-feedback.html @@ -0,0 +1,63 @@ + + +
+
+ \ No newline at end of file