Dashboards & Visualizations

can we align all the form inputs to a single line ?

rakesh_498115
Motivator

Hi..

In Form Searchs Can we align all the form input elements in to a single line ?? If so How can we do that ??

Please help..

Tags (2)
0 Karma

ranjyotiprakash
Communicator

Hi rakesh_498115,
use "float : left ; " in your CSS file !!

for example,
to make the time-range picker and drop-down in the same line you cab use if they are in mainSearchControls layout panel then ,

.mainSearchControls .SearchSelectLister,
.mainSearchControls .TimeRangePicker {
    float: left;
}

will do what you want.

Cheers,

MHibbin
Influencer

The CSS file referenced here, would typically mean "application.css" located in "$SPLUNK_HOME/etc/apps/<yourApp>/appserver/static/"

0 Karma

MHibbin
Influencer

Although this would help put them on one line, you should also use margins, paddings and widths, as depending on you inputs, they will not all be the same size, some form inputs may not require as much space as others, etc. ... hence my link 🙂

0 Karma

MHibbin
Influencer

rakesh_498115,

please see the following link...

http://splunk-base.splunk.com/answers/8223/how-to-arrange-inputs-on-a-form

basically you need to create/edit a CSS file to arrange the inputs.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...