<?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: CSS for link list button align button horizontaly in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-link-list-button-align-button-horizontaly/m-p/691223#M56626</link>
    <description>&lt;P&gt;This is what you need&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#linked_list.input-link{
    width: 400px !important;
}&lt;/LI-CODE&gt;&lt;P&gt;where your input is&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;input id="linked_list" type="list"...&lt;/LI-CODE&gt;&lt;P&gt;Here's some more useful ways of changing linked list input types - this shows a tab style selection&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row depends="$AlwaysHideCSS$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #linked_list.input-link{
          	width: 400px !important;
          }
          #linked_list label{
            display:none !important;
          }
          #linked_list.input-link div[data-component="splunk-core:/splunkjs/mvc/components/LinkList"]{
          	display: -webkit-box !important;
          }
          #linked_list.input-link button{
            min-width: 100px !important;
            max-width: 130px !important;
            border-top-color: #E1E6EB;
            border-top-style: solid;
            border-top-width: 1px;
            border-right-color: #E1E6EB;
            border-right-style: solid;
            border-right-width: 1px;
            border-left-color: #E1E6EB;
            border-left-style: solid;
            border-left-width: 1px;
          	border-top-left-radius: 10px;
            border-top-right-radius: 10px;
          }
          
          #linked_list .splunk-choice-input-message{
            display: none !important;
          }
          #linked_list.input-link button[role="radio"][aria-checked="true"]{
            background-color: #62B5E5 !important;
            color: #000 !important;
          }
          #linked_list.input-link button[role="radio"][aria-checked="false"]{
            background-color: #005587 !important;
            color: #fff !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;Hope this is usefulk&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 23:56:55 GMT</pubDate>
    <dc:creator>bowesmana</dc:creator>
    <dc:date>2024-06-20T23:56:55Z</dc:date>
    <item>
      <title>CSS for link list button align button horizontaly</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-link-list-button-align-button-horizontaly/m-p/691222#M56625</link>
      <description>&lt;P&gt;Is there a css element that can help&amp;nbsp; move the "really bad" button so it on the same line as the rest?&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="jhuysing_0-1718926513888.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31394i742C3B2721237C26/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jhuysing_0-1718926513888.png" alt="jhuysing_0-1718926513888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 23:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-link-list-button-align-button-horizontaly/m-p/691222#M56625</guid>
      <dc:creator>jhuysing</dc:creator>
      <dc:date>2024-06-20T23:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for link list button align button horizontaly</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-link-list-button-align-button-horizontaly/m-p/691223#M56626</link>
      <description>&lt;P&gt;This is what you need&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#linked_list.input-link{
    width: 400px !important;
}&lt;/LI-CODE&gt;&lt;P&gt;where your input is&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;input id="linked_list" type="list"...&lt;/LI-CODE&gt;&lt;P&gt;Here's some more useful ways of changing linked list input types - this shows a tab style selection&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row depends="$AlwaysHideCSS$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          #linked_list.input-link{
          	width: 400px !important;
          }
          #linked_list label{
            display:none !important;
          }
          #linked_list.input-link div[data-component="splunk-core:/splunkjs/mvc/components/LinkList"]{
          	display: -webkit-box !important;
          }
          #linked_list.input-link button{
            min-width: 100px !important;
            max-width: 130px !important;
            border-top-color: #E1E6EB;
            border-top-style: solid;
            border-top-width: 1px;
            border-right-color: #E1E6EB;
            border-right-style: solid;
            border-right-width: 1px;
            border-left-color: #E1E6EB;
            border-left-style: solid;
            border-left-width: 1px;
          	border-top-left-radius: 10px;
            border-top-right-radius: 10px;
          }
          
          #linked_list .splunk-choice-input-message{
            display: none !important;
          }
          #linked_list.input-link button[role="radio"][aria-checked="true"]{
            background-color: #62B5E5 !important;
            color: #000 !important;
          }
          #linked_list.input-link button[role="radio"][aria-checked="false"]{
            background-color: #005587 !important;
            color: #fff !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;Hope this is usefulk&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 23:56:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/CSS-for-link-list-button-align-button-horizontaly/m-p/691223#M56626</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-06-20T23:56:55Z</dc:date>
    </item>
  </channel>
</rss>

