iszolea-ui 1.0.5 → 1.0.9

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.
@@ -537,6 +537,13 @@ label {
537
537
  .iszolea-dx-button.dx-button-normal:hover {
538
538
  background-color: #F7F7F7; }
539
539
 
540
+ .iszolea-dx-confirm .buttons {
541
+ display: flex;
542
+ justify-content: flex-end;
543
+ margin-top: 20px; }
544
+ .iszolea-dx-confirm .buttons > div {
545
+ margin: 5px; }
546
+
540
547
  html,
541
548
  body,
542
549
  form {
@@ -5282,6 +5289,13 @@ html {
5282
5289
  .isoz-treelist-selectbox-popup .dx-item.dx-list-item {
5283
5290
  font-size: 12px; }
5284
5291
 
5292
+ .iszolea-dx-confirm .buttons {
5293
+ display: flex;
5294
+ justify-content: flex-end;
5295
+ margin-top: 20px; }
5296
+ .iszolea-dx-confirm .buttons > div {
5297
+ margin: 5px; }
5298
+
5285
5299
  /* Components */
5286
5300
  .access-denied-to-report-page {
5287
5301
  position: absolute;
@@ -5458,6 +5472,13 @@ html {
5458
5472
  padding-left: 15px;
5459
5473
  display: flex;
5460
5474
  align-items: flex-end; }
5475
+ .control-display-grid .dx-datagrid-header-panel .dx-toolbar .dx-toolbar-after .dx-toolbar-button .dx-button {
5476
+ border: none !important;
5477
+ background-color: transparent !important; }
5478
+ .control-display-grid .dx-datagrid-header-panel .dx-toolbar .dx-toolbar-after .dx-toolbar-button .dx-button .dx-button-content {
5479
+ height: 30px;
5480
+ padding-top: 5px;
5481
+ padding-bottom: 5px; }
5461
5482
 
5462
5483
  .aps-displays__current-display {
5463
5484
  width: 100%;
@@ -682,6 +682,13 @@ label {
682
682
  .iszolea-dx-button.dx-button-normal:hover {
683
683
  background-color: #F7F7F7; }
684
684
 
685
+ .iszolea-dx-confirm .buttons {
686
+ display: flex;
687
+ justify-content: flex-end;
688
+ margin-top: 20px; }
689
+ .iszolea-dx-confirm .buttons > div {
690
+ margin: 5px; }
691
+
685
692
  .iszolea.header {
686
693
  min-height: 60px;
687
694
  padding: 0 1em;
@@ -991,6 +998,13 @@ label {
991
998
  padding-left: 15px;
992
999
  display: flex;
993
1000
  align-items: flex-end; }
1001
+ .control-display-grid .dx-datagrid-header-panel .dx-toolbar .dx-toolbar-after .dx-toolbar-button .dx-button {
1002
+ border: none !important;
1003
+ background-color: transparent !important; }
1004
+ .control-display-grid .dx-datagrid-header-panel .dx-toolbar .dx-toolbar-after .dx-toolbar-button .dx-button .dx-button-content {
1005
+ height: 30px;
1006
+ padding-top: 5px;
1007
+ padding-bottom: 5px; }
994
1008
 
995
1009
  .aps-displays__current-display {
996
1010
  width: 100%;
@@ -4743,3 +4743,10 @@ html {
4743
4743
 
4744
4744
  .isoz-treelist-selectbox-popup .dx-item.dx-list-item {
4745
4745
  font-size: 12px; }
4746
+
4747
+ .iszolea-dx-confirm .buttons {
4748
+ display: flex;
4749
+ justify-content: flex-end;
4750
+ margin-top: 20px; }
4751
+ .iszolea-dx-confirm .buttons > div {
4752
+ margin: 5px; }
@@ -4743,3 +4743,10 @@ html {
4743
4743
 
4744
4744
  .isoz-treelist-selectbox-popup .dx-item.dx-list-item {
4745
4745
  font-size: 12px; }
4746
+
4747
+ .iszolea-dx-confirm .buttons {
4748
+ display: flex;
4749
+ justify-content: flex-end;
4750
+ margin-top: 20px; }
4751
+ .iszolea-dx-confirm .buttons > div {
4752
+ margin: 5px; }
Binary file
Binary file
Binary file