<?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: JobStatus module line in Security</title>
    <link>https://community.splunk.com/t5/Security/JobStatus-module-line/m-p/49086#M1611</link>
    <description>&lt;P&gt;Thanks. Your second example is particularly useful to know. Especially as I prefer this to creating additional stylesheets each time I want to apply a change to a specific view.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2011 11:15:50 GMT</pubDate>
    <dc:creator>Ant1D</dc:creator>
    <dc:date>2011-08-02T11:15:50Z</dc:date>
    <item>
      <title>JobStatus module line</title>
      <link>https://community.splunk.com/t5/Security/JobStatus-module-line/m-p/49084#M1609</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;After a JobStatus module has finished loading to 100% in my view, it leaves a few objects behind including this grey line shown in the following picture:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://imageshack.us/photo/my-images/21/jobstatusline.jpg"&gt;http://imageshack.us/photo/my-images/21/jobstatusline.jpg&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;How can this grey line be removed? Can this be removed or hidden via application.css?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 09:06:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/JobStatus-module-line/m-p/49084#M1609</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2011-07-27T09:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: JobStatus module line</title>
      <link>https://community.splunk.com/t5/Security/JobStatus-module-line/m-p/49085#M1610</link>
      <description>&lt;P&gt;Sure can.   If you put this in application.css it will take it away across the entire app. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.JobStatus {
    border-bottom:0px;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or you can put it in a special stylesheet, like my_custom_styles.css,  and then reference it in the view XML as an attribute on the root node,  stylesheet="my_custom_styles,css"&lt;/P&gt;

&lt;P&gt;or if you want to keep it in application.css, this will apply the style in just in one view. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.splView-&amp;lt;VIEWNAME&amp;gt; JobStatus {
    border-bottom:0px;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See the Splunk documentation around custom CSS for more general details: &lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/4.2.2/Developer/UseCSS" target="_blank"&gt;http://www.splunk.com/base/Documentation/4.2.2/Developer/UseCSS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:45:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/JobStatus-module-line/m-p/49085#M1610</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2020-09-28T09:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: JobStatus module line</title>
      <link>https://community.splunk.com/t5/Security/JobStatus-module-line/m-p/49086#M1611</link>
      <description>&lt;P&gt;Thanks. Your second example is particularly useful to know. Especially as I prefer this to creating additional stylesheets each time I want to apply a change to a specific view.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2011 11:15:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/JobStatus-module-line/m-p/49086#M1611</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2011-08-02T11:15:50Z</dc:date>
    </item>
  </channel>
</rss>

