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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...