Skip to content

Commit

Permalink
final polishing and bug fixing for version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Atanas Atanasov committed Aug 8, 2017
1 parent a576734 commit 4f9e7c5
Show file tree
Hide file tree
Showing 46 changed files with 476 additions and 261 deletions.
24 changes: 19 additions & 5 deletions dist/combined/css/gijgo.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ ul.gj-list-md li [data-role="display"] {
display: block;
-ms-touch-action: none;
touch-action: none;
z-index: 90;
z-index: 3;
}

.gj-resizable-n {
Expand Down Expand Up @@ -342,7 +342,7 @@ ul.gj-list-md li [data-role="display"] {
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
z-index: 2;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
Expand Down Expand Up @@ -831,6 +831,10 @@ span.gj-grid-column-resizer {
}

/* Material Design */
.gj-grid-md tbody tr td.gj-grid-management-column {
padding: 3px;
}

.gj-grid-md tbody tr td[data-mode="edit"] {
padding: 0px 18px;
}
Expand All @@ -855,6 +859,10 @@ span.gj-grid-column-resizer {
}

/* Bootstrap 3 */
.gj-grid-bootstrap-3 tbody tr td.gj-grid-management-column {
padding: 3px;
}

.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] [data-role="edit"] input[type="text"] {
height: 37px;
padding: 8px;
Expand Down Expand Up @@ -889,6 +897,10 @@ span.gj-grid-column-resizer {
}

/* Bootstrap 4 */
.gj-grid-bootstrap-4 tbody tr td.gj-grid-management-column {
padding: 11px;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] [data-role="edit"] input[type="text"] {
height: 50px;
padding-left: 12px;
Expand Down Expand Up @@ -1298,6 +1310,7 @@ ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {

.gj-editor-md div[data-role="body"] {
border: 1px solid rgba(158,158,158,.2);
outline: 0px solid transparent;
}

.gj-editor-md p {
Expand Down Expand Up @@ -1325,6 +1338,7 @@ ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {

.gj-editor-bootstrap div[data-role="body"] {
border: 1px solid #eceeef;
outline: 0px solid transparent;
}

.gj-editor-bootstrap p {
Expand Down Expand Up @@ -1388,7 +1402,7 @@ ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {
background-color: #f5f5f5;
color: #000;
margin: 0px;
z-index: 2;
z-index: 4;
}

.gj-dropdown-list-md li:hover, .gj-dropdown-list-md li.active {
Expand Down Expand Up @@ -1422,7 +1436,7 @@ ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {
top: 32px;
left: 0px;
margin: 0px;
z-index: 2;
z-index: 4;
}
.gj-datepicker {
position: relative;
Expand All @@ -1441,7 +1455,7 @@ ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {

.gj-calendar {
position: absolute;
z-index: 2;
z-index: 4;
}

.gj-calendar table tr[role="month-manager"] th {
Expand Down
2 changes: 1 addition & 1 deletion dist/combined/css/gijgo.min.css

Large diffs are not rendered by default.

199 changes: 122 additions & 77 deletions dist/combined/js/gijgo.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/combined/js/gijgo.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modular/css/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

.gj-calendar {
position: absolute;
z-index: 2;
z-index: 4;
}

.gj-calendar table tr[role="month-manager"] th {
Expand Down
2 changes: 1 addition & 1 deletion dist/modular/css/datepicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/modular/css/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display: block;
-ms-touch-action: none;
touch-action: none;
z-index: 90;
z-index: 3;
}

.gj-resizable-n {
Expand Down Expand Up @@ -73,7 +73,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
z-index: 2;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
Expand Down
2 changes: 1 addition & 1 deletion dist/modular/css/dialog.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/modular/css/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
background-color: #f5f5f5;
color: #000;
margin: 0px;
z-index: 2;
z-index: 4;
}

.gj-dropdown-list-md li:hover, .gj-dropdown-list-md li.active {
Expand Down Expand Up @@ -85,5 +85,5 @@
top: 32px;
left: 0px;
margin: 0px;
z-index: 2;
z-index: 4;
}
2 changes: 1 addition & 1 deletion dist/modular/css/dropdown.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/modular/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.gj-editor-md div[data-role="body"] {
border: 1px solid rgba(158,158,158,.2);
outline: 0px solid transparent;
}

.gj-editor-md p {
Expand Down Expand Up @@ -42,6 +43,7 @@

.gj-editor-bootstrap div[data-role="body"] {
border: 1px solid #eceeef;
outline: 0px solid transparent;
}

.gj-editor-bootstrap p {
Expand Down
2 changes: 1 addition & 1 deletion dist/modular/css/editor.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions dist/modular/css/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@ span.gj-grid-column-resizer {
}

/* Material Design */
.gj-grid-md tbody tr td.gj-grid-management-column {
padding: 3px;
}

.gj-grid-md tbody tr td[data-mode="edit"] {
padding: 0px 18px;
}
Expand All @@ -388,6 +392,10 @@ span.gj-grid-column-resizer {
}

/* Bootstrap 3 */
.gj-grid-bootstrap-3 tbody tr td.gj-grid-management-column {
padding: 3px;
}

.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] [data-role="edit"] input[type="text"] {
height: 37px;
padding: 8px;
Expand Down Expand Up @@ -422,6 +430,10 @@ span.gj-grid-column-resizer {
}

/* Bootstrap 4 */
.gj-grid-bootstrap-4 tbody tr td.gj-grid-management-column {
padding: 11px;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] [data-role="edit"] input[type="text"] {
height: 50px;
padding-left: 12px;
Expand Down
Loading

0 comments on commit 4f9e7c5

Please sign in to comment.