-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inserting a kibana3 customized style.css file into index.html #26
Comments
spalger
referenced
this issue
in spalger/kibana
Mar 3, 2016
Closed
rashidkpc
added a commit
to rashidkpc/kibana
that referenced
this issue
Aug 12, 2016
Removing extra quote
liza-mae
pushed a commit
to liza-mae/kibana
that referenced
this issue
Feb 21, 2019
* Adding playbook for comparing monitoring docs * Allowing override of playbook to run via env var * Adding roles and updating playbook * Adding some entries in .gitignore * Get samples docs from monitoring index * Fleshing out some more tasks * Restore original buildenv.sh * Giving the monitoring playbook its own buildenv script * Updating monitoring playbook * Cleanup * Moving comments to names * More progress on monitoring playbook * Removing unnecessary file * Fleshing out the playbook some more * Fleshing out most of the playbook * Getting pretty close to being done! * Fleshing out compare python script * Adding TODO * Reducing wait time a bit * Using python from venv * Fixing typo * Implementing TODO in kibana_compare script * Clean up * Making has_deletions_recursive more robust * Making language consistent * Wait for Kibana to start up before trying to access it from Metricbeat * Using new roles * Fixing type checking in compare script * Making compare script errors more helpful * Fixing playbook * Clarifying error message in python script
orouz
added a commit
to orouz/kibana
that referenced
this issue
Jan 13, 2022
ari-aviran
pushed a commit
to ari-aviran/kibana
that referenced
this issue
Feb 7, 2022
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this issue
Mar 8, 2022
dgieselaar
referenced
this issue
in dgieselaar/kibana
Mar 31, 2022
* Replace console.log with logger.info * Add whitespace and units
rockdaboot
pushed a commit
that referenced
this issue
Jul 4, 2022
* Replace console.log with logger.info * Add whitespace and units
rockdaboot
pushed a commit
that referenced
this issue
Jul 4, 2022
* Replace console.log with logger.info * Add whitespace and units
rockdaboot
pushed a commit
that referenced
this issue
Jul 5, 2022
* Replace console.log with logger.info * Add whitespace and units
CoenWarmer
added a commit
to CoenWarmer/kibana
that referenced
this issue
Aug 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inserting a kibana3 customized style.css file into index.html (see issue #25)
Modifications on kibana3 dashboard css file - for cosmetic reasons;-)
/common/css/style.css
-> padding-left: 0px;
-> padding-right: 0px;
.navbar-inner {
background-color: #2E2E2E;
background-image: linear-gradient(to bottom, #333333, #262626);
background-repeat: repeat-x;
border: 1px solid #80808;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
min-height: 40px;
padding-left: 0px;
padding-right: 0px;
}
The text was updated successfully, but these errors were encountered: