Dashboards & Visualizations

TimeRangePicker Module Align to Right Side

gaoagong
Engager

I have searched and not found any good documentation on the TimeRangePicker as part of modules in a dashboard. I was able to get something working with some examples that I found, but I had one more simple request.

How do I get the TimeRangePicker to align to the right side of the screen instead of the left. I am used to it being on the right side and thus want to keep it there for consistencies sake. It is probably something simple, but I just haven't been able to find the trick.

0 Karma

jguarini
Path Finder

well you do some css

something like the following would make all time range pickers float to the right

for example have this in the app/appserver/static/application.css

.SplunkModule.TimeRangePicker {
float: right;
}

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