canvasxpress-cli 47.4.29 → 47.5.64
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 +5 -5
- package/src/canvasXpress.js +98700 -98544
package/package.json
CHANGED
package/src/canvasXpress.css
CHANGED
|
@@ -1490,9 +1490,9 @@ div.CanvasXpressPassword {
|
|
|
1490
1490
|
font: normal 16px arial, tahoma, sans-serif;
|
|
1491
1491
|
margin: 2px 3px;
|
|
1492
1492
|
overflow: hidden;
|
|
1493
|
-
padding:
|
|
1494
|
-
width:
|
|
1495
|
-
height:
|
|
1493
|
+
padding: 1px 12px;
|
|
1494
|
+
width: 200px;
|
|
1495
|
+
height: 185px;
|
|
1496
1496
|
white-space: nowrap;
|
|
1497
1497
|
position: relative;
|
|
1498
1498
|
text-align: left;
|
|
@@ -1506,7 +1506,7 @@ svg.CanvasXpressPassword {
|
|
|
1506
1506
|
box-sizing: border-box;
|
|
1507
1507
|
cursor: default;
|
|
1508
1508
|
float: right;
|
|
1509
|
-
margin: 5px
|
|
1509
|
+
margin: 5px 0px 0px 0px !important;
|
|
1510
1510
|
cursor: default;
|
|
1511
1511
|
-moz-user-select: none;
|
|
1512
1512
|
-khtml-user-select: none;
|
|
@@ -1523,7 +1523,7 @@ div.CanvasXpressPasswordContainer {
|
|
|
1523
1523
|
left: 0px;
|
|
1524
1524
|
line-height: 100%;
|
|
1525
1525
|
position: relative;
|
|
1526
|
-
top:
|
|
1526
|
+
top: 15px;
|
|
1527
1527
|
margin-top: 5px;
|
|
1528
1528
|
-ms-user-select: none;
|
|
1529
1529
|
-moz-user-select: none;
|