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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

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

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...