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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

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