superset/caravel/assets/visualizations/pivot_table.css
George Ke c78d3682ac Reactify dashboard grid (#523)
* Use react-grid-layout instead of gridster

* visualizations show and resize

* display slice name and description; links work

* positioning of widgets to match gridster, rowHeight matches

* Change margins, rowHeight, unpositioned viz, and expandedSlices to match gridster

* Saving dashboard, deleting slices, formatting on slices (chart control and resize handle), expanded slices fixed.

* responsiveness + use es6 classes

* Minor ui fixes + linting

* CSS transforms on slices messes up nvd3 tooltip positioning.
Turn off CSS transforms for the time being, with a cost of painting speed.

Issue is currently being looked at on the nvd3 repo
PR: https://github.com/novus/nvd3/pull/1674

* Remove breakpoint listener, fires when it shouldn't (i.e. too often)

* resize is no longer buggy, minor cleanup

* gridster class, const, landscape error

* one source of data for data to front end from python
2016-06-02 12:31:05 -07:00

18 lines
337 B
CSS

.slice-grid .widget.pivot_table .slice_container {
overflow: auto !important;
}
.widget.pivot_table table {
margin: 0px !important;
}
.widget.pivot_table tr>th {
padding: 1px 5px !important;
font-size: small !important;
}
.widget.pivot_table tr>td {
padding: 1px 5px !important;
font-size: small !important;
}