espresso-grid
Version:
A ready to edit grid for tables and resources created by an Espresso Logic API, using a modern approach to iframes.
42 lines (36 loc) • 1.41 kB
CSS
/*! Espresso Grid CSS baseline */
/* HTML hierarchy */
.body { }
.body #container { }
.body #container .content { }
.body #container .content .grid { }
.body #container .content .grid .ngHeaderContainer { }
.body #container .content .grid .ngHeaderContainer .ngHeaderCell{ }
.body #container .content .grid .ngViewport { }
.body #container .content .grid .ngViewport .ngRow{ }
.body #container .content .grid .ngViewport .ngRow .ngCellText{ }
/* Grid Header */
.grid .ngHeaderContainer { }
.grid .ngHeaderContainer .ngHeaderCell { }
.grid .ngHeaderContainer .ngHeaderCell.generic-type-number { }
.grid .ngHeaderContainer .ngHeaderCell.generic-type-binary { }
.grid .ngHeaderContainer .ngHeaderCell.generic-type-text { }
.grid .ngHeaderContainer .ngHeaderCell.generic-type-boolean { }
.grid .ngHeaderContainer .ngHeaderCell.generic-type-date { }
/* Grid Rows */
.grid .ngViewport { }
.grid .ngRow { }
.grid .ngRow.odd { }
.grid .ngRow.even { }
.grid .ngRow .ngCellText { }
.grid .ngRow.selected { }
.grid .ngRow.selected .ngCellText { }
.grid .ngCellText.generic-type-number { }
.grid .ngCellText.generic-type-binary { }
.grid .ngCellText.generic-type-text { }
.grid .ngCellText.generic-type-boolean { }
.grid .ngCellText.generic-type-date { }
/* UI Elements */
.grid .gridFooter button { }
.body .grid-alert-box { }
.body .filters { }