Skip to content

Commit d1a4560

Browse files
Merge pull request #678 from Fliplet/production
Merge Production into Master
2 parents b03b454 + 78fa5db commit d1a4560

21 files changed

+1876
-20
lines changed

css/builder.css

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,10 +1204,6 @@ form hr {
12041204
border: 0;
12051205
}
12061206

1207-
#data-source-provider {
1208-
margin-bottom: -10px;
1209-
}
1210-
12111207
.columns-notification .btn-generate-columns {
12121208
margin-top: 10px;
12131209
}
@@ -1387,3 +1383,20 @@ form hr {
13871383
color: #e3e1e2;
13881384
}
13891385

1386+
/* Address field*/
1387+
1388+
.form-group.address-typeahead.fl-typeahead.selectize-dropdown {
1389+
left: 14px !important;
1390+
}
1391+
1392+
.form-group.fl-typeahead .selectize-input.focus {
1393+
border-color: #00abd1;
1394+
}
1395+
1396+
.timeStamp {
1397+
font-size: 13px;
1398+
text-align: center;
1399+
color: #514f4f;
1400+
padding: 10px 10px;
1401+
background-color: #eaeaea;
1402+
}

css/form.css

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,22 @@ html[dir="rtl"] .radio.radio-icon input[type="radio"] + label > span.check {
10951095
border-radius: 4px;
10961096
}
10971097

1098+
.tox .tox-toolbar__primary {
1099+
justify-content: space-between;
1100+
}
1101+
1102+
.tox:not(.tox-tinymce-inline) .tox-editor-header {
1103+
padding: 4px !important;
1104+
}
1105+
1106+
.tox .tox-toolbar__group {
1107+
padding: 0px !important;
1108+
}
1109+
1110+
.tox.tox-tinymce {
1111+
min-height: 130px !important;
1112+
}
1113+
10981114
@media screen and (max-width: 1280px) {
10991115
.tox-toolbar__primary {
11001116
justify-content: space-between;
@@ -1606,3 +1622,52 @@ form hr {
16061622
gap: 11px;
16071623
}
16081624

1625+
/* Address field*/
1626+
1627+
.form-group.address-typeahead.fl-typeahead {
1628+
left: 14px !important;
1629+
}
1630+
1631+
.google-autocomplete {
1632+
position: absolute;
1633+
background-color: #ffffff;
1634+
border: 1px solid #dcdcdc;
1635+
border-radius: 4px;
1636+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
1637+
max-height: 300px;
1638+
overflow-y: auto;
1639+
width: 100%;
1640+
padding-left: 0;
1641+
z-index: 1000;
1642+
}
1643+
1644+
.google-autocomplete li {
1645+
display: inline-block;
1646+
width: 100%;
1647+
padding: 8px 12px;
1648+
cursor: pointer;
1649+
font-size: 12px;
1650+
line-height: 20px;
1651+
border-bottom: 1px solid #dcdcdc;
1652+
list-style: none;
1653+
align-items: baseline;
1654+
gap: 4px;
1655+
}
1656+
1657+
.google-autocomplete li:hover,
1658+
.google-autocomplete li:focus {
1659+
background-color: #f0f0f0;
1660+
}
1661+
1662+
.google-autocomplete li.active {
1663+
background-color: #e0e0e0;
1664+
font-weight: bold;
1665+
}
1666+
1667+
.timeStamp {
1668+
font-size: 16px;
1669+
text-align: center;
1670+
color: #514f4f;
1671+
padding: 10px 10px;
1672+
background-color: #eaeaea;
1673+
}

interface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ <h4 class="panel-title" v-bind:class="{ collapsed: idx !== 0}" role="button" dat
386386
<h2 class="modal-title"><small>\{{ activeFieldName }}</small></h2>
387387
</div>
388388
<div class="modal-body">
389-
<a href="#" class="btn btn-default close-btn" data-dismiss="modal" aria-label="Close" v-on:click.prevent="closeEdit">Cancel</a>
389+
<a href="#" class="btn btn-default close-btn" data-dismiss="modal" aria-label="Close" v-on:click.prevent="closeEdit(false)">Cancel</a>
390390
<component :is="activeFieldConfigType" v-bind="activeField" :_fields="fields" :_idx="activeFieldIdx"></component>
391391
</div>
392392
</div>

js/build.templates.js

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)