Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
feat: add styles for spreadsheet
Browse files Browse the repository at this point in the history
closes #47
  • Loading branch information
joneff committed Sep 30, 2016
1 parent b768494 commit 2328142
Show file tree
Hide file tree
Showing 8 changed files with 864 additions and 1 deletion.
436 changes: 436 additions & 0 deletions demo/spreadsheet.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/common/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
border-width: 1px;
border-style: solid;
box-sizing: border-box;
outline: 0;
font-size: $font-size;
line-height: $line-height;

Expand All @@ -71,6 +72,12 @@
}


// Header
.k-header {
@include appearance( header );
}


// Resize handle
.k-resize-handle,
.k-resize-hint {
Expand Down
1 change: 1 addition & 0 deletions src/common/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.k-dropdown-wrap,
.k-picker-wrap {
padding: 0;
width: 100%;
border-width: 1px;
border-style: solid;
box-sizing: border-box;
Expand Down
2 changes: 1 addition & 1 deletion src/packages/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Data management
@import "../pager/pager";
@import "../grid/grid";
// @import "../spreadsheet/spreadsheet";
@import "../spreadsheet/spreadsheet";
// @import "../listview/listview";
// @import "../pivotgrid/pivotgrid";
// @import "../treelist/treelist";
Expand Down
Loading

0 comments on commit 2328142

Please sign in to comment.