Skip to content

Commit

Permalink
Minor - grunt files
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Feb 26, 2019
1 parent 7670e7b commit d0677e5
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 45 deletions.
2 changes: 1 addition & 1 deletion css/ui.jqgrid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/ui.jqgrid.min.css.map

Large diffs are not rendered by default.

94 changes: 65 additions & 29 deletions dist/css/ui.jqgrid.bootstrap4.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
.ui-jqgrid div {
}
.ui-jqgrid table {
border-collapse: separate;
border-spacing: 0;
border-width: 0;
border-style: none;
}
.ui-jqgrid table td {
Expand All @@ -31,6 +34,9 @@
.ui-jqgrid > .ui-jqgrid-view *,
.ui-jqgrid > .ui-jqgrid-view *:before,
.ui-jqgrid > .ui-jqgrid-view *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}

/* Caption of grid and title of ui-jqdialog */
Expand All @@ -54,6 +60,12 @@
/* Close/Hide button */
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close,
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.ui-jqgrid-jquery-ui .ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
Expand All @@ -78,13 +90,10 @@
.ui-jqgrid .ui-jqgrid-errorbar-ltr .ui-jqgrid-error,
.ui-jqdialog .ui-jqdialog-titlebar-ltr .ui-jqdialog-title {
position: relative;
left: .1em;
}
.ui-jqgrid .ui-jqgrid-caption-rtl .ui-jqgrid-title,
.ui-jqgrid .ui-jqgrid-errorbar-rtl .ui-jqgrid-error,
.ui-jqdialog .ui-jqdialog-titlebar-rtl .ui-jqdialog-title {
position: relative;
right: .1em;
}
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close span {
margin-top: 0;
Expand Down Expand Up @@ -158,6 +167,8 @@
.ui-jqdialog .ui-resizable-handle > .svg-inline--fa {
font-size: 12px;
right: -1px;
/*right: -2px;
bottom: -1px;*/
position: relative;
}
.ui-jqdialog .ui-resizable-handle > .glyphicon {
Expand Down Expand Up @@ -389,7 +400,14 @@
.ui-jqgrid tr.jqfoot > td,
.ui-jqgrid tr.ui-subgrid > td,
.ui-jqgrid tr.ui-subtblcell > td {
overflow: hidden;
white-space: pre;
vertical-align: middle;
text-align: center;
/*! height: 22px; */
border-top: 0 none;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgrow > td,
.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgroup > td,
Expand All @@ -402,7 +420,6 @@
.ui-jqgrid tr.jqfoot > td {
}
.ui-jqgrid tr.ui-subgrid > td {
padding: 0;
}
.ui-jqgrid tr.jqgfirstrow > td {
padding: 0 2px 0 2px;
Expand Down Expand Up @@ -563,14 +580,13 @@ span.ui-jqgrid-cell-wrapper {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: auto;
min-height: 22px;
overflow: hidden;
font-size: 11px;
}
.ui-jqgrid > .ui-jqgrid-pager *,
.ui-jqgrid > .ui-jqgrid-pager *:before,
.ui-jqgrid > .ui-jqgrid-pager *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control,
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
Expand All @@ -583,8 +599,6 @@ span.ui-jqgrid-cell-wrapper {
text-align: left;
}
.ui-pager-control .ui-jqgrid-pg-center {
text-align: center;
white-space: pre;
}
.ui-pager-control .ui-jqgrid-pg-right {
text-align: right;
Expand Down Expand Up @@ -620,20 +634,18 @@ span.ui-jqgrid-cell-wrapper {
height: auto;
}
.ui-jqgrid .ui-pg-button span {
display: block;
margin: 1px;
float: left;
}
.ui-jqgrid .ui-pg-table .ui-pg-input,
.ui-jqgrid .ui-pg-table .ui-pg-selbox {
height: auto;
width: auto;
margin: 0;
line-height: inherit;
}
select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
height: auto;
}
.ui-jqgrid .ui-pg-table .ui-pg-selbox {
display: block;
padding: 1px;
}
.ui-jqgrid .ui-separator {
height: 12px;
Expand All @@ -649,6 +661,9 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
display: inline;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
padding: 1px 0;
float: left;
position: relative;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
cursor: pointer;
Expand All @@ -660,8 +675,11 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
.ui-jqgrid td input,
.ui-jqgrid td select,
.ui-jqgrid td textarea {
/*! margin: 0; */
}
.ui-jqgrid td textarea {
width: auto;
height: auto;
}
.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-toppager {
border-left: 0 none;
Expand Down Expand Up @@ -692,6 +710,8 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
vertical-align: middle;
}
.ui-jqgrid .navtable .ui-pg-div span.ui-pg-button-text {
padding-left: 0.2em;
padding-right: 0.2em;
}
.ui-pg-button:hover > .ui-pg-div > .ui-pg-button-text,
.ui-pg-button.ui-state-hover > .ui-pg-div > .ui-pg-button-text {
Expand Down Expand Up @@ -763,13 +783,9 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
left: 45%;
width: auto;
z-index: 101;
padding: 6px;
margin: 5px;
text-align: center;
font-weight: bold;
display: none;
border-width: 2px;
font-size: 11px;
}
.ui-jqgrid .jqgrid-overlay {
display: none;
Expand Down Expand Up @@ -839,6 +855,8 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
margin: 0;
}
.ui-jqdialog-content .EditTable {
width: 100%;
margin-bottom: 0;
}
.ui-jqdialog-content .DelTable {
width: 100%;
Expand All @@ -854,11 +872,16 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
height: auto;
}
.ui-jqdialog-content td.EditButton {
padding-left: .25rem;
border-top: 0 none;
border-left: 0 none;
border-right: 0 none;
padding: 5px 0;
}
.ui-jqdialog-content td.EditButton-ltr {
text-align: right;
}
.ui-jqdialog-content td.EditButton-rtl {
text-align: left;
}
.ui-jqdialog-content td.navButton {
text-align: left;
Expand Down Expand Up @@ -922,12 +945,22 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
width: auto;
}
.ui-jqdialog .fm-button {
display: inline-block;
padding: .4em .5em;
text-decoration: none;
cursor: pointer;
position: relative;
text-align: center;
zoom: 1;
margin-left: 0.25rem;
}
.ui-jqdialog.ui-jqgrid-bootstrap .navButton .fm-button {
padding: .375em .75em;
margin-left: .125em;
}
.ui-jqdialog .fm-button > span {
display: inline-block;
vertical-align: middle;
}
.ui-jqdialog .fm-button .fm-button-text {
padding: 0 .2em;
Expand Down Expand Up @@ -1224,9 +1257,9 @@ a.clearsearchclass {

/* Bootstrap style support */
.ui-jqgrid.ui-jqgrid-bootstrap {
border: 1px solid #ddd;
/*border: 1px solid #ddd;
-ms-border-radius: 6px;
border-radius: 6px;
border-radius: 6px;*/
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-jqgrid-toppager {
border-bottom-left-radius: 0;
Expand All @@ -1237,12 +1270,12 @@ a.clearsearchclass {
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-hdiv,
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-legacy-subgrid > thead {
background-color: #e5e5e5;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-jqgrid-sdiv td {
background-color: #f9f9f9
}
.ui-jqdialog.ui-jqgrid-bootstrap > .modal-dialog {
margin-top: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-titlebar .ui-jqgrid-title,
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-errorbar .ui-jqgrid-error,
Expand All @@ -1255,6 +1288,7 @@ a.clearsearchclass {
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view .fa,
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-pager .fa {
font-size: 14px;
}
.ui-jqdialog.ui-jqgrid-bootstrap {
}
Expand Down Expand Up @@ -1306,7 +1340,6 @@ a.clearsearchclass {
height: auto;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-dialog {
width: auto;
}
.ui-jqdialog.ui-widget {
overflow: hidden;
Expand All @@ -1319,6 +1352,7 @@ a.clearsearchclass {
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-content {
overflow: hidden;
padding: 0;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-content > .ui-resizable-handle.fa {
bottom: 1px;
Expand All @@ -1331,8 +1365,6 @@ a.clearsearchclass {
}

.ui-jqgrid.ui-jqgrid-bootstrap .disabled {
opacity: .35;
filter: Alpha(Opacity=35);
}
.ui-jqgrid-bootstrap.ui-jqgrid-resize-mark {
border: 1px solid #aaaaaa;
Expand All @@ -1356,6 +1388,7 @@ a.clearsearchclass {
margin: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .ui-pg-button {
margin: .25rem .25rem .25rem 0;
}
.ui-search-input .form-control:not([size]):not([multiple]) {
height: auto;
Expand Down Expand Up @@ -1399,13 +1432,12 @@ a.clearsearchclass {
border: 1px solid #333;
}
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-content {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pager-control .ui-pg-input {
display: inline-block;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-pager {
font-size: 14px;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-bootstrap-corner-top {
border-top-left-radius: 6px;
Expand All @@ -1416,8 +1448,6 @@ a.clearsearchclass {
border-bottom-right-radius: 6px;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pager-control .ui-pg-selbox {
font-size: 12px;
padding: 0;
}
.ui-jqdialog.ui-jqgrid-bootstrap .FormData .CaptionTD {
font-size: 14px;
Expand Down Expand Up @@ -1448,10 +1478,13 @@ a.clearsearchclass {
.searchFilter .form-control:not([size]):not([multiple]) {
}
.searchFilter .btn {
margin-left: .25em;
}
.ui-jqgrid .searchFilter table.group td {
padding: 0.25em;
}
.ui-jqgrid .searchFilter table {
border-spacing: 0px;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-header .close {
}
Expand All @@ -1470,6 +1503,9 @@ a.clearsearchclass {
.ui-jqgrid .ui-pg-button span.glyphicon {
display: inline-block;
text-align: center;
/*margin-left: auto;
margin-right: auto;
padding: 0 .1em;*/
vertical-align: middle;
}
.ui-jqgrid-actions .glyphicon {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/ui.jqgrid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/ui.jqgrid.min.css.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/modules/grid.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@
content: "modal-content",
hr: "d-none",
closeButton: "close",
fmButton: "btn btn-outline-secondary",
fmButton: "btn btn-secondary",
dataField: "form-control",
viewCellLabel: "",
viewLabel: "control-label",
Expand Down Expand Up @@ -981,19 +981,19 @@
toolbarBottom: "",
pager: {
pager: "card-footer",
pagerButton: "btn btn-sm",
pagerInput: "form-control",
pagerSelect: "form-control"
pagerButton: "btn btn-sm btn-secondary",
pagerInput: "form-control form-control-sm",
pagerSelect: "form-control form-control-sm"
},
navButton: "btn btn-sm",
searchDialog: {
operator: "form-control",
label: "form-control",
elem: "form-control",
operator: "form-control form-control-sm",
label: "form-control form-control-sm",
elem: "form-control form-control-sm",
operationGroup: "form-inline",
addRuleButton: "btn btn-sm btn-secondary",
deleteRuleButton: "btn btn-sm btn-primary",
operationSelect: "form-control",
operationSelect: "form-control form-control-sm",
addGroupButton: "btn btn-sm btn-secondary",
deleteGroupButton: "btn btn-sm btn-primary"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/modules/min/grid.base.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modules/min/grid.base.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/min/grid.base.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/min/grid.base.js.map

Large diffs are not rendered by default.

0 comments on commit d0677e5

Please sign in to comment.