<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LaunchPad Theme HTML Layout Issues in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-html-layout-issues/m-p/520489#M13610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The issue is that the launchpad theme has some css overrides that position the measurement dijit using absolute values of 0 for top, bottom, left and right:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.claro .esriMeasurement {
&amp;nbsp; position: absolute;
&amp;nbsp; left: 0;
&amp;nbsp; right: 0;
&amp;nbsp; top: 0;
}&lt;/PRE&gt;&lt;P&gt;So you will have to override those with !important in your css for positioning your div.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can just comment out the above code block from the launchpad.css in the&lt;/P&gt;&lt;P&gt;[install dir]\client\stemapp\themes\LaunchpadTheme\styles\default\css &lt;/P&gt;&lt;P&gt;folder or your apps&lt;/P&gt;&lt;P&gt;[install dir]\server\apps\[app #]\themes\LaunchpadTheme\styles\default\css folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 22:42:23 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-11T22:42:23Z</dc:date>
    <item>
      <title>LaunchPad Theme HTML Layout Issues</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-html-layout-issues/m-p/520488#M13609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having issues with trying to layout HTML elements in a widget when using the LaunchPad Theme. I have a very simple widget layout at the moment with just a label, a measurement dijit, and a piece of text below. Here is the widget.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;div&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div&amp;gt;&amp;lt;label&amp;gt;${nls.descriptionlabel}&amp;lt;/label&amp;gt;&amp;lt;/div&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div data-dojo-attach-point="_measureNode"&amp;gt;&amp;lt;/div&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div&amp;gt;Press &amp;lt;b&amp;gt;CTRL&amp;lt;/b&amp;gt; to enable snapping.&amp;lt;/div&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This displays as expected in every theme except the launchpad theme where I cannot get anything to appear below the measurement dijit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Foldable Theme:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/168612_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Billboard Theme:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/168611_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Box Theme&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/168613_pastedImage_7.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dart Theme:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-4" src="https://community.esri.com/legacyfs/online/168626_pastedImage_8.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LaunchPad Theme:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="" class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/168627_pastedImage_12.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I suspect it is something to do with the LaunchpadPanel but I cannot for the life of me work out whats going on. What do I need to do to display HTML elements below the measurement dijit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:42:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-html-layout-issues/m-p/520488#M13609</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2021-12-11T22:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: LaunchPad Theme HTML Layout Issues</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-html-layout-issues/m-p/520489#M13610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The issue is that the launchpad theme has some css overrides that position the measurement dijit using absolute values of 0 for top, bottom, left and right:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.claro .esriMeasurement {
&amp;nbsp; position: absolute;
&amp;nbsp; left: 0;
&amp;nbsp; right: 0;
&amp;nbsp; top: 0;
}&lt;/PRE&gt;&lt;P&gt;So you will have to override those with !important in your css for positioning your div.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can just comment out the above code block from the launchpad.css in the&lt;/P&gt;&lt;P&gt;[install dir]\client\stemapp\themes\LaunchpadTheme\styles\default\css &lt;/P&gt;&lt;P&gt;folder or your apps&lt;/P&gt;&lt;P&gt;[install dir]\server\apps\[app #]\themes\LaunchpadTheme\styles\default\css folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:42:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-html-layout-issues/m-p/520489#M13610</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T22:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: LaunchPad Theme HTML Layout Issues</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-html-layout-issues/m-p/520490#M13611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timely and correct as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the following into the widgets style.css and it has sorted it out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.LaunchpadTheme .esriMeasurement {&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; position: inherit !important;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 16:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-html-layout-issues/m-p/520490#M13611</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2016-01-14T16:44:26Z</dc:date>
    </item>
  </channel>
</rss>

