Dashboards & Visualizations

Simple XML Checkbox: How to customize CSS to format all check boxes in a row, not a column?

mlorch
Path Finder

Hi,

I'm trying to customize my Simple XML Checkbox (Splunk-Version 6.1.1): All check boxes should be placed in a row, not in a column (default).

It's the first time i use css, so i'm not getting the correct result. I put something like the following in
appserver/static/dashboard.css:


.checkbox {
float:left;
}

Now some checkers are displayed in a row, but not all. There seems to be some "width" statement missing, but all trials didn't work out. Also there is only the first checkbox-button visible. All others in the same row are missing. Only lables.

Next question: ".checkbox ..." is a little bit board. I would like to restrict it to one specific dashboard. Possible?

Thanks.

hsesterhenn_spl
Splunk Employee
Splunk Employee

Did you try to review the PAS app?

http://dev.splunk.com/view/dev-guide/SP-CAAAE2X

It's part of the developer guidance...

http://dev.splunk.com/view/dev-guide/SP-CAAAE2R

HTH,

Holger

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...