37
37
.ui-jqgrid .ui-jqgrid-titlebar ,
38
38
.ui-jqgrid .ui-jqgrid-errorbar ,
39
39
.ui-jqdialog .ui-jqdialog-titlebar {
40
- padding : .3em .3em .3em .3em ;
41
- position : relative;
42
- font-size : 12px ;
43
- border-left : 0 none;
44
- border-right : 0 none;
45
- border-top : 0 none;
46
40
}
47
41
.ui-jqgrid-errorbar {
48
42
max-height : 100px ;
60
54
/* Close/Hide button */
61
55
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close ,
62
56
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
63
- vertical-align : middle;
64
- text-align : center;
65
- text-decoration : none;
66
- position : absolute;
67
- top : 50% ;
68
- width : 1.4em ;
69
- line-height : 1.5em ;
70
- font-size : 12px ;
71
- margin : -0.7em 0 0 0 ;
72
- padding : .2em ;
73
- border : 1px solid transparent;
74
- height : 1.4em ;
75
- cursor : pointer;
76
- -webkit-box-sizing : border-box;
77
- -moz-box-sizing : border-box;
78
- box-sizing : border-box;
79
- -ms-touch-action : manipulation;
80
- touch-action : manipulation;
81
- -webkit-user-select : none;
82
- -moz-user-select : none;
83
- -ms-user-select : none;
84
- user-select : none;
85
57
}
86
58
87
59
.ui-jqgrid-jquery-ui .ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
94
66
left : .1em ;
95
67
}
96
68
.ui-jqdialog .ui-jqdialog-titlebar-ltr .ui-jqdialog-titlebar-close {
97
- right : .3em ;
98
69
}
99
70
.ui-jqdialog .ui-jqdialog-titlebar-rtl .ui-jqdialog-titlebar-close {
100
71
left : .3em ;
101
72
}
102
73
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close ,
103
74
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
104
- -ms-border-radius : .5em ;
105
- border-radius : .5em ;
106
75
}
107
76
108
77
.ui-jqgrid .ui-jqgrid-caption .ui-jqgrid-title ,
159
128
.ui-jqdialog-titlebar-close > .svg-inline--fa {
160
129
display : block;
161
130
margin-left : .0625em ;
162
- margin-top : -.0625em ;
131
+ margin-top : -.0625em ;
163
132
}
164
133
.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span .glyphicon {
165
134
margin-left : -2px ;
179
148
}*/
180
149
.ui-jqdialog .ui-resizable-handle > .ui-icon {
181
150
right : -1px ;
182
- bottom : -1px ;
151
+ bottom : -1px ;
183
152
}
184
153
.ui-jqdialog .ui-resizable-handle > .fa {
185
- font-size : 12px ;
186
- right : -2px ;
187
- position : relative;
154
+ font-size : 12px ;
155
+ right : -2px ;
156
+ position : relative;
188
157
}
189
158
.ui-jqdialog .ui-resizable-handle > .svg-inline--fa {
190
159
font-size : 12px ;
191
- right : -1px ;
192
- /*right: -2px;
193
- bottom: -1px;*/
160
+ right : -1px ;
194
161
position : relative;
195
162
}
196
163
.ui-jqdialog .ui-resizable-handle > .glyphicon {
361
328
top : -16px ;
362
329
}
363
330
.ui-jqgrid .s-ico > .ui-icon-triangle-1-s {
364
- background-position : -65px -16px ;
331
+ background-position : -65px -16px ;
365
332
}
366
333
.ui-jqgrid .s-ico > .ui-icon .ui-sort-ltr {
367
334
margin-left : -3px ;
398
365
margin : 1px 0 0 0 ;
399
366
}
400
367
401
- /* Grig body */
368
+ /* Grig body */
402
369
.ui-jqgrid .ui-jqgrid-bdiv {
403
370
min-height : 1px ;
404
371
position : relative;
@@ -693,11 +660,8 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
693
660
.ui-jqgrid td input ,
694
661
.ui-jqgrid td select ,
695
662
.ui-jqgrid td textarea {
696
- margin : 0 ;
697
663
}
698
664
.ui-jqgrid td textarea {
699
- width : auto;
700
- height : auto;
701
665
}
702
666
.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-toppager {
703
667
border-left : 0 none;
@@ -751,7 +715,7 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
751
715
box-sizing : content-box;
752
716
}
753
717
.subgrid-data > .tablediv > .ui-jqgrid > .ui-jqgrid-view {
754
- -moz-box-sizing : border-box;
718
+ -moz-box-sizing : border-box;
755
719
-webkit-box-sizing : border-box;
756
720
box-sizing : border-box;
757
721
}
@@ -828,13 +792,11 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
828
792
829
793
/* Modal Window */
830
794
.ui-jqgrid .ui-jqdialog {
831
- font-size : 11px ;
832
795
}
833
796
.ui-jqdialog {
834
797
display : none;
835
798
width : 300px ;
836
799
position : absolute;
837
- font-size : 11px ;
838
800
overflow : visible;
839
801
}
840
802
.ui-jqdialog .ui-jqgrid-jquery-ui {
@@ -877,8 +839,6 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
877
839
margin : 0 ;
878
840
}
879
841
.ui-jqdialog-content .EditTable {
880
- width : 100% ;
881
- margin-bottom : 0 ;
882
842
}
883
843
.ui-jqdialog-content .DelTable {
884
844
width : 100% ;
@@ -894,16 +854,11 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
894
854
height : auto;
895
855
}
896
856
.ui-jqdialog-content td .EditButton {
897
- border-top : 0 none;
898
- border-left : 0 none;
899
- border-right : 0 none;
900
- padding : 5px 0 ;
857
+ padding-left : .25rem ;
901
858
}
902
859
.ui-jqdialog-content td .EditButton-ltr {
903
- text-align : right;
904
860
}
905
861
.ui-jqdialog-content td .EditButton-rtl {
906
- text-align : left;
907
862
}
908
863
.ui-jqdialog-content td .navButton {
909
864
text-align : left;
@@ -967,21 +922,12 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
967
922
width : auto;
968
923
}
969
924
.ui-jqdialog .fm-button {
970
- display : inline-block;
971
- padding : .4em .5em ;
972
- text-decoration : none;
973
- cursor : pointer;
974
- position : relative;
975
- text-align : center;
976
- zoom : 1 ;
977
925
}
978
926
.ui-jqdialog .ui-jqgrid-bootstrap .navButton .fm-button {
979
927
padding : .375em .75em ;
980
928
margin-left : .125em ;
981
929
}
982
930
.ui-jqdialog .fm-button > span {
983
- display : inline-block;
984
- vertical-align : middle;
985
931
}
986
932
.ui-jqdialog .fm-button .fm-button-text {
987
933
padding : 0 .2em ;
@@ -1110,7 +1056,7 @@ select.form-control.ui-pg-selbox:not([size]):not([multiple]) {
1110
1056
width : 100% ;
1111
1057
}
1112
1058
.table-hover .ui-search-table tbody tr : hover {
1113
- background-color : inherit;
1059
+ background-color : inherit;
1114
1060
}
1115
1061
.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
1116
1062
padding : 0 .1em ;
@@ -1140,7 +1086,7 @@ a.clearsearchclass {
1140
1086
.ui-menu-jqueryui .ui-jqgrid-menu-item .g-menu-item : hover {
1141
1087
font-weight : normal;
1142
1088
}
1143
-
1089
+
1144
1090
.ui-search-oper {
1145
1091
padding : 0 ;
1146
1092
}
@@ -1301,7 +1247,6 @@ a.clearsearchclass {
1301
1247
.ui-jqgrid .ui-jqgrid-bootstrap .ui-jqgrid-titlebar .ui-jqgrid-title ,
1302
1248
.ui-jqgrid .ui-jqgrid-bootstrap .ui-jqgrid-errorbar .ui-jqgrid-error ,
1303
1249
.ui-jqdialog .ui-jqgrid-bootstrap .ui-jqdialog-titlebar .ui-jqdialog-title {
1304
- font-size : 16px ;
1305
1250
}
1306
1251
.ui-jqgrid .ui-jqgrid-bootstrap > .ui-jqgrid-view {
1307
1252
}
@@ -1343,10 +1288,6 @@ a.clearsearchclass {
1343
1288
}
1344
1289
.ui-jqgrid .ui-jqgrid-bootstrap .ui-jqgrid-caption ,
1345
1290
.ui-jqdialog .ui-jqgrid-bootstrap .ui-jqdialog-titlebar {
1346
- -ms-border-top-left-radius : 6px ;
1347
- border-top-left-radius : 6px ;
1348
- -ms-border-top-right-radius : 6px ;
1349
- border-top-right-radius : 6px ;
1350
1291
}
1351
1292
1352
1293
.modal-backdrop .jqgrid-overlay {
@@ -1503,23 +1444,16 @@ a.clearsearchclass {
1503
1444
padding : .2em .1em ;
1504
1445
}
1505
1446
.searchFilter .form-control {
1506
- padding : .1em ;
1507
1447
}
1508
1448
.searchFilter .form-control : not ([size ]): not ([multiple ]) {
1509
- height : 2em ;
1510
1449
}
1511
1450
.searchFilter .btn {
1512
- margin-left : .125em ;
1513
- padding : .2em .375em ;
1514
1451
}
1515
1452
.ui-jqgrid .searchFilter table .group td {
1516
- padding : 1px ;
1517
1453
}
1518
1454
.ui-jqgrid .searchFilter table {
1519
- border-spacing : 2px ;
1520
1455
}
1521
1456
.ui-jqdialog .ui-jqgrid-bootstrap .modal-header .close {
1522
- margin-top : -0.7em ;
1523
1457
}
1524
1458
.ui-jqdialog .glyphicon ,
1525
1459
.ui-jqgrid .glyphicon {
@@ -1536,9 +1470,6 @@ a.clearsearchclass {
1536
1470
.ui-jqgrid .ui-pg-button span .glyphicon {
1537
1471
display : inline-block;
1538
1472
text-align : center;
1539
- /*margin-left: auto;
1540
- margin-right: auto;
1541
- padding: 0 .1em;*/
1542
1473
vertical-align : middle;
1543
1474
}
1544
1475
.ui-jqgrid-actions .glyphicon {
@@ -1561,7 +1492,7 @@ a.clearsearchclass {
1561
1492
}
1562
1493
.subgrid-data .ui-jqgrid-bootstrap .ui-jqgrid-hdiv .ui-jqgrid-htable ,
1563
1494
.subgrid-data .ui-jqgrid-bootstrap .ui-jqgrid-bdiv .ui-jqgrid-btable {
1564
- background-color : transparent;
1495
+ background-color : transparent;
1565
1496
}
1566
1497
.subgrid-data .ui-jqgrid-legacy-subgrid {
1567
1498
margin : 0 ;
0 commit comments