<?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: Decrease Space Between Checkbox and Submit Button in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Decrease-Space-Between-Checkbox-and-Submit-Button/m-p/522923#M35321</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226579"&gt;@jason_hotchkiss&lt;/a&gt;&amp;nbsp;try adding following CSS where id of check box needs to be set as &lt;FONT color="#339966"&gt;&lt;STRONG&gt;id="checkBoxClear"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row depends="$alwaysHideCSSPanel$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #checkBoxClear[data-view="views/dashboard/form/Input"]{
            width: 100px !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;By default input fieldset width is&amp;nbsp; 220px, this override reduces by half. Once this works you can move the configuration to a static CSS file under the appserver/static folder of your Splunk app. Refer to documentation:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#dashboard_or_form" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#dashboard_or_form&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can also refer to Clarafication blog by&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/185679"&gt;@cmerriman&lt;/a&gt;&amp;nbsp;in case you want to pick up on learning about CSS Extensions in Splunk Simple XML dashboards:&amp;nbsp;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/splunk-clara-fication-customizing-simplexml-dashboards-with-inline-css.html" target="_blank"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/splunk-clara-fication-customizing-simplexml-dashboards-with-inline-css.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2020 08:01:18 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2020-10-05T08:01:18Z</dc:date>
    <item>
      <title>Decrease Space Between Checkbox and Submit Button</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Decrease-Space-Between-Checkbox-and-Submit-Button/m-p/522269#M35256</link>
      <description>&lt;P&gt;Hello -&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would like to decrease the space between the checkbox and the submit button [space between the red].&amp;nbsp; How might I do that?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jason_hotchkiss_0-1601473377736.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11060i7C5005EB8A224335/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jason_hotchkiss_0-1601473377736.png" alt="jason_hotchkiss_0-1601473377736.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 13:43:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Decrease-Space-Between-Checkbox-and-Submit-Button/m-p/522269#M35256</guid>
      <dc:creator>jason_hotchkiss</dc:creator>
      <dc:date>2020-09-30T13:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Decrease Space Between Checkbox and Submit Button</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Decrease-Space-Between-Checkbox-and-Submit-Button/m-p/522923#M35321</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226579"&gt;@jason_hotchkiss&lt;/a&gt;&amp;nbsp;try adding following CSS where id of check box needs to be set as &lt;FONT color="#339966"&gt;&lt;STRONG&gt;id="checkBoxClear"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row depends="$alwaysHideCSSPanel$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #checkBoxClear[data-view="views/dashboard/form/Input"]{
            width: 100px !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;By default input fieldset width is&amp;nbsp; 220px, this override reduces by half. Once this works you can move the configuration to a static CSS file under the appserver/static folder of your Splunk app. Refer to documentation:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#dashboard_or_form" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#dashboard_or_form&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can also refer to Clarafication blog by&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/185679"&gt;@cmerriman&lt;/a&gt;&amp;nbsp;in case you want to pick up on learning about CSS Extensions in Splunk Simple XML dashboards:&amp;nbsp;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/splunk-clara-fication-customizing-simplexml-dashboards-with-inline-css.html" target="_blank"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/splunk-clara-fication-customizing-simplexml-dashboards-with-inline-css.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 08:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Decrease-Space-Between-Checkbox-and-Submit-Button/m-p/522923#M35321</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-10-05T08:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Decrease Space Between Checkbox and Submit Button</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Decrease-Space-Between-Checkbox-and-Submit-Button/m-p/523278#M35373</link>
      <description>&lt;P&gt;Thank you for this advice.&amp;nbsp; I was able to get this to work with one small tweak:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;p/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise everything else worked great.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 19:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Decrease-Space-Between-Checkbox-and-Submit-Button/m-p/523278#M35373</guid>
      <dc:creator>jason_hotchkiss</dc:creator>
      <dc:date>2020-10-06T19:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Decrease Space Between Checkbox and Submit Button</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Decrease-Space-Between-Checkbox-and-Submit-Button/m-p/523337#M35379</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226579"&gt;@jason_hotchkiss&lt;/a&gt;&amp;nbsp;that would be because you are running version 7.3.3 which had this as an issue. PS. Once tested you should move the CSS style to a stylesheet so that it is re-usable. Once you do so &amp;lt;/p&amp;gt; workaround will not be required. Following is an old answer for reference:&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/How-to-include-CSS-in-Dashboards-with-the-latest-Splunk-version/m-p/465917" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/How-to-include-CSS-in-Dashboards-with-the-latest-Splunk-version/m-p/465917&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 03:16:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Decrease-Space-Between-Checkbox-and-Submit-Button/m-p/523337#M35379</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-10-07T03:16:27Z</dc:date>
    </item>
  </channel>
</rss>

