Splunk Search

Can i move the position of the search button in forms ??

rakesh_498115
Motivator

Hi..

Can i move the search button in my form to right most position ?? i have seen some param like float but it didnt worked??

please let me knw ..

Tags (1)
0 Karma

chris
Motivator

You can customise the look & feel of your dashboards by using creating a custom css file. You have a css file for an entire app or a specific view

http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/UseCSS

To find out which styles you have to set in the css file you can use FireFox with Firebug installed and then right click on the button to see what styles apply to it.

Depending on where your button is it could be something like:
.SplunkModule.Button {
float: right;
}

Good luck

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, ...