nreese / enhanced_tilemap

Kibana mapping visualization
Apache License 2.0
65 stars 24 forks source link

div.rightCorner css fixed #57

Closed mehmetfurkanaydin closed 7 years ago

mehmetfurkanaydin commented 7 years ago

Part of https://github.com/nreese/enhanced_tilemap/issues/47 This PR fixes remove button layout problem in Kibi Before before After after

Also checked plugin buttons, their layout seems ok. checked

nreese commented 7 years ago

The style must remain in enhanced tilemap otherwise things are not styled correctly in Kibana. The reason it is working for you is that the style is also defined in kibi. So in kibi things work without the style but in kibana the style is needed. @szydan suggested the correct solution. options.html needs to be wrapped in a div with the class etm-vis-options. Then this css rule needs to be placed under that class. That way the rule will exists but will not stomp on kibi styles. Please update the PR in this mannor