superset/caravel/assets/stylesheets/explore.css
Maxime Beauchemin bd68378d9c Saving slices and adding them to dashboards directly from explore view (#680)
* Saving slices from explore view

* Addressing comments
2016-06-28 10:31:36 -07:00

19 lines
208 B
CSS

.widget {
position: relative;
}
.slice_container {
position: absolute;
left: 0;
top: 0;
}
.header hr {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar {
margin-bottom: 10px;
}