<?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: Applying HTML style to inputs in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Applying-HTML-style-to-inputs/m-p/701480#M57521</link>
    <description>&lt;P&gt;Never mind, this is a basic question I answered myself by learning about HTML in general (apply style to the div/container wrapped around the input, if someone's looking for this basic answer).&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 22:34:58 GMT</pubDate>
    <dc:creator>mbel13131</dc:creator>
    <dc:date>2024-10-09T22:34:58Z</dc:date>
    <item>
      <title>Applying HTML style to inputs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Applying-HTML-style-to-inputs/m-p/701472#M57519</link>
      <description>&lt;P&gt;I would like to apply the custom style to a set of inputs. How do I correctly write this code?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm aware of the option to create one style clause for each input ID but this seems ridiculous and the wrong way to do it for, say, 20 inputs.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form version="1.1" theme="light"&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
  &amp;lt;/fieldset&amp;gt;
    &amp;lt;row&amp;gt;
      &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #LineByLine {
            display:flex !important;
            padding-right: 10px;
            padding-top: 5px;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input id="input1" type="text" token="1"&amp;gt;
        &amp;lt;label&amp;gt;1&amp;lt;/label&amp;gt;
      &amp;lt;/input&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input id="input2" type="text" token="2"&amp;gt;
        &amp;lt;label&amp;gt;2&amp;lt;/label&amp;gt;
      &amp;lt;/input&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 21:16:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Applying-HTML-style-to-inputs/m-p/701472#M57519</guid>
      <dc:creator>mbel13131</dc:creator>
      <dc:date>2024-10-09T21:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Applying HTML style to inputs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Applying-HTML-style-to-inputs/m-p/701480#M57521</link>
      <description>&lt;P&gt;Never mind, this is a basic question I answered myself by learning about HTML in general (apply style to the div/container wrapped around the input, if someone's looking for this basic answer).&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 22:34:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Applying-HTML-style-to-inputs/m-p/701480#M57521</guid>
      <dc:creator>mbel13131</dc:creator>
      <dc:date>2024-10-09T22:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Applying HTML style to inputs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Applying-HTML-style-to-inputs/m-p/705057#M57761</link>
      <description>&lt;P&gt;(just to add though, I can't figure out how to have html style apply to standard child-of-form Splunk input objects)&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 15:41:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Applying-HTML-style-to-inputs/m-p/705057#M57761</guid>
      <dc:creator>mbel13131</dc:creator>
      <dc:date>2024-11-22T15:41:15Z</dc:date>
    </item>
  </channel>
</rss>

