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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...