Created
March 28, 2015 06:58
-
-
Save LukeMurphey/65c05a9d95cedefcc855 to your computer and use it in GitHub Desktop.
CSS for views that use tabs on Splunk dashboards #splunk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #tabs{ | |
| border-bottom: 0px; | |
| } | |
| #tabs > .dashboard-cell > .dashboard-panel{ | |
| margin-bottom: 0px; | |
| border-bottom: 0px; | |
| } | |
| #element1 > .html{ | |
| padding-left: 0px; /* This fixes some weirdness where the first tab doesn't look right due to the left part of the tab showing */ | |
| padding-right: 0px; | |
| padding-top: 0px; | |
| } | |
| #tab_1 > .dashboard-cell > .dashboard-panel{ | |
| border-top: 0px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment