canvasxpress 36.2.2 → 36.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/canvasXpress.css +44 -1
- package/src/canvasXpress.js +11891 -10993
package/package.json
CHANGED
package/src/canvasXpress.css
CHANGED
|
@@ -1161,7 +1161,7 @@ div.CanvasXpressMarker {
|
|
|
1161
1161
|
color: rgb(34, 34, 34);
|
|
1162
1162
|
cursor: move;
|
|
1163
1163
|
font: normal 12px arial, tahoma, sans-serif;
|
|
1164
|
-
height:
|
|
1164
|
+
height: 400px;
|
|
1165
1165
|
width: 286px;
|
|
1166
1166
|
left: 0px;
|
|
1167
1167
|
line-height: 100%;
|
|
@@ -1222,6 +1222,47 @@ div.CanvasXpressToolbar img.CanvasXpressToolbarImage, div.CanvasXpressToolbar sv
|
|
|
1222
1222
|
-ms-user-select: none;
|
|
1223
1223
|
}
|
|
1224
1224
|
|
|
1225
|
+
/*
|
|
1226
|
+
* Data Table DOE
|
|
1227
|
+
*/
|
|
1228
|
+
|
|
1229
|
+
table.CanvasXpressDataTableDOE {
|
|
1230
|
+
border-spacing: 0 !important;
|
|
1231
|
+
font-size: 12px !important;
|
|
1232
|
+
padding: 0 !important;
|
|
1233
|
+
border: none !important;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
th.CanvasXpressDataTableDOE {
|
|
1237
|
+
padding: 0 !important;
|
|
1238
|
+
font-size: 12px !important;
|
|
1239
|
+
font-weight: bolder !important;
|
|
1240
|
+
padding-left: 5px !important;
|
|
1241
|
+
padding-right: 5px !important;
|
|
1242
|
+
height: 18px !important;
|
|
1243
|
+
line-height: 18px !important;
|
|
1244
|
+
white-space: nowrap !important;
|
|
1245
|
+
overflow: hidden !important;
|
|
1246
|
+
max-height: 18px !important;
|
|
1247
|
+
border: none !important;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
td.CanvasXpressDataTableDOE {
|
|
1251
|
+
padding: 0 !important;
|
|
1252
|
+
font-size: 12px !important;
|
|
1253
|
+
padding-left: 5px !important;
|
|
1254
|
+
padding-right: 18px !important;
|
|
1255
|
+
height: 18px !important;
|
|
1256
|
+
line-height: 18px !important;
|
|
1257
|
+
white-space: nowrap !important;
|
|
1258
|
+
overflow: hidden !important;
|
|
1259
|
+
max-height: 18px !important;
|
|
1260
|
+
border: none !important;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
tr.CanvasXpressDataTableDOE {
|
|
1264
|
+
font-size: 12px !important;
|
|
1265
|
+
}
|
|
1225
1266
|
|
|
1226
1267
|
/*
|
|
1227
1268
|
* Data Table
|
|
@@ -2432,6 +2473,7 @@ li.CanvasXpressListItem {
|
|
|
2432
2473
|
padding: 0px;
|
|
2433
2474
|
width: 100%;
|
|
2434
2475
|
white-space: nowrap;
|
|
2476
|
+
text-align: left;
|
|
2435
2477
|
}
|
|
2436
2478
|
|
|
2437
2479
|
li.CanvasXpressListItemActive {
|
|
@@ -2450,6 +2492,7 @@ li.CanvasXpressListItemActive {
|
|
|
2450
2492
|
padding: 0px;
|
|
2451
2493
|
width: 100%;
|
|
2452
2494
|
white-space: nowrap;
|
|
2495
|
+
text-align: left;
|
|
2453
2496
|
}
|
|
2454
2497
|
|
|
2455
2498
|
li.CanvasXpressListItemScrollTop {
|