<?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 How to reduce Single Value Text Size? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234775#M14530</link>
    <description>&lt;P&gt;I'm currently using &amp;lt;dashboard stylesheet="single_decorations.css"&amp;gt; from another app, which shows green, yellow and red indicators, but the text is too big, and the icon is goin' above the letters. I know that can be done via css.&lt;BR /&gt;
But how will I get this specific text inside each Single Value ?&lt;BR /&gt;
Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 13 Nov 2015 13:15:40 GMT</pubDate>
    <dc:creator>vtsguerrero</dc:creator>
    <dc:date>2015-11-13T13:15:40Z</dc:date>
    <item>
      <title>How to reduce Single Value Text Size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234775#M14530</link>
      <description>&lt;P&gt;I'm currently using &amp;lt;dashboard stylesheet="single_decorations.css"&amp;gt; from another app, which shows green, yellow and red indicators, but the text is too big, and the icon is goin' above the letters. I know that can be done via css.&lt;BR /&gt;
But how will I get this specific text inside each Single Value ?&lt;BR /&gt;
Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 13:15:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234775#M14530</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2015-11-13T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce Single Value Text Size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234776#M14531</link>
      <description>&lt;P&gt;Right click on it in your browser and go to inspect element (or so you would in chrome).   That should take you directly to the code, and you can find the css tag there.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;a href="/topics/dashboard.html" class="tag" rel="topic" nodeid="160006"&amp;gt;dashboard&amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is the "element" I found by right clicking the tag on your post for "dashboard".  From looking at this I can assume my css file has a class called "tag", and therefore I would edit that class in the css to modify how I like.  So in Chrome I can actually edit this on the fly and do something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;a href="/topics/dashboard.html" class="belowquestion" rel="topic" nodeid="160006"&amp;gt;dashboard&amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Which makes it look completely different.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 13:52:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234776#M14531</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2015-11-13T13:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce Single Value Text Size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234777#M14532</link>
      <description>&lt;P&gt;It's already inside the dashboard tag reference css = single-decorations.css...&lt;BR /&gt;
I used this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.single-result { font-size:20px } 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Nothing changed, not even restarting splunk instance..&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 14:13:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234777#M14532</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2015-11-13T14:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce Single Value Text Size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234778#M14533</link>
      <description>&lt;P&gt;This is how my single looks like, letters are too big and the icon is at the wrong place since Splunk updated.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://s11.postimg.org/bnj09t7o3/Captura.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;I think the tag is correct, cuz I've changed it in execution time with Chrome...&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 14:17:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234778#M14533</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2015-11-13T14:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce Single Value Text Size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234779#M14534</link>
      <description>&lt;P&gt;Have you tried using ctrl + F5 to force all the page assets to be re-downloaded directly from the server?  &lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 17:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234779#M14534</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2015-11-13T17:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce Single Value Text Size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234780#M14535</link>
      <description>&lt;P&gt;Yeap, still not working, restarted splunk server, and tried with !important as well..&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 17:11:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234780#M14535</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2015-11-13T17:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce Single Value Text Size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234781#M14536</link>
      <description>&lt;P&gt;Hi Vstguerrero&lt;/P&gt;

&lt;P&gt;you can override this by adding the below in custom CSS&lt;/P&gt;

&lt;P&gt;svg.svg-container {&lt;BR /&gt;
height=75% !important;&lt;BR /&gt;
width=75% !important;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;which will put them both on the same line but with a big space between them.  &lt;/P&gt;

&lt;P&gt;Once this has been change you need to restart Splunk or bump it&lt;/P&gt;

&lt;P&gt;How to bump Splunk&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/CustomizationOptions"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/CustomizationOptions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 23:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234781#M14536</guid>
      <dc:creator>fredkaiser</dc:creator>
      <dc:date>2015-11-16T23:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce Single Value Text Size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234782#M14537</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/101751"&gt;@fredkaiser&lt;/a&gt; , I have tried this css, changing the "=" sign to ":" in css file, hit CtrlF5 and still, no difference at all...&lt;BR /&gt;
I just found out that Splunk's last version has updated the example "single_decorations.css" to "custom_decorations.css".&lt;BR /&gt;
I'm still checkin' it out to see if this new release will work on my previous panel.&lt;BR /&gt;
But thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:57:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234782#M14537</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2020-09-29T07:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce Single Value Text Size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234783#M14538</link>
      <description>&lt;P&gt;Changes to custom CSS need a restart (or a reload) to take effect!&lt;/P&gt;

&lt;P&gt;Try to click on the splunk logo in the upper left corner, and then return to your dashboard, this should reload the CSS and show your changes.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 13:08:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234783#M14538</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2015-11-23T13:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce Single Value Text Size?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234784#M14539</link>
      <description>&lt;P&gt;Hi @Vtsguerrero&lt;/P&gt;

&lt;P&gt;There is other way with out restarting your Splunk for the changes to take effect and that to bump splunk.  &lt;/P&gt;

&lt;P&gt;So to do that just:&lt;/P&gt;

&lt;P&gt;http://&lt;EM&gt;host:mport&lt;/EM&gt;/&lt;EM&gt;locale_string&lt;/EM&gt;/_bump&lt;/P&gt;

&lt;P&gt;EG: &lt;A href="http://splunk/en-us/_bump"&gt;http://splunk/en-us/_bump&lt;/A&gt;&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/CustomizationOptions"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/CustomizationOptions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2015 02:03:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-Single-Value-Text-Size/m-p/234784#M14539</guid>
      <dc:creator>fredkaiser</dc:creator>
      <dc:date>2015-11-25T02:03:17Z</dc:date>
    </item>
  </channel>
</rss>

