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!

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...