Skip to content

Commit

Permalink
dev: changes in css for modal size "Quick-add conditions"
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Aug 10, 2021
1 parent d58e02b commit d6454be
Show file tree
Hide file tree
Showing 6 changed files with 1,419 additions and 1,225 deletions.
226 changes: 111 additions & 115 deletions assets/packages/adminbasics/build/adminbasics.css
Original file line number Diff line number Diff line change
@@ -1,115 +1,4 @@
@charset "UTF-8";
#cpdbatt {
min-height: 100px;
}

.draggable-container {
min-height: 300px;
}

#newcreated,
#tokenattribute,
#csvattribute,
#centralattribute {
margin-left: 0.75%;
margin-right: 0.75%;
margin-bottom: 20px;
}

#tokenattribute {
margin-left: 1.5%;
}

#centralattribute {
margin-right: 1.5%;
}

#centralattribute .centralatt {
padding-bottom: 15px;
}

#newcreated .attribute-item input {
display: block;
margin: 2px auto;
width: 80%;
}

#centralattribute div.centralatt div.token-attribute {
margin-top: -5px;
min-height: 20px;
}

#newcreated,
#tokenattribute {
height: 100%;
}

.heading {
height: auto;
padding-top: 7px;
font-weight: bold;
}

div.mappable-attribute-wrapper {
width: 80%;
margin: 6px auto;
padding: 6px;
}

div.attribute-item, .already-mapped-attribute {
width: 80%;
margin: 6px auto;
padding: 4px;
text-align: center;
}

#centralattribute .explanation {
width: 90%;
margin: 0 auto;
text-align: left;
}

#centralattribute .explanation-row {
display: table-row;
}

#centralattribute .explanation input,
#centralattribute .explanation label {
display: table-cell;
padding-top: 4px;
padding-bottom: 4px;
}

#centralattribute .explanation label {
padding-left: 8px;
}

.attribute-item.draggable {
cursor: move;
}

div.mappable-attribute-wrapper.target-hover {
padding-bottom: 27px;
}

div.mappable-attribute-wrapper.paired.target-hover {
padding-bottom: 4px;
}

div.mappable-attribute-wrapper.paired.ui-state-disabled {
opacity: 1;
filter: alpha(opacity=100);
}

.draggable-container .attribute-column .ui-draggable-dragging {
z-index: 100;
}

/* Existing attribute column in CSV CPDB import */
.centralatt {
min-height: 100px;
}

.jcarousel-wrapper {
margin: 20px auto;
position: relative;
Expand Down Expand Up @@ -227,6 +116,10 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled {
display: none;
}

#cpdbatt {
min-height: 100px;
}

#selectable .ui-selecting {
background: #8CCE00;
}
Expand Down Expand Up @@ -291,6 +184,113 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled {
margin: 8px;
}

.draggable-container {
min-height: 300px;
}

#newcreated,
#tokenattribute,
#csvattribute,
#centralattribute {
margin-left: 0.75%;
margin-right: 0.75%;
margin-bottom: 20px;
}

#tokenattribute {
margin-left: 1.5%;
}

#centralattribute {
margin-right: 1.5%;
}

#centralattribute .centralatt {
padding-bottom: 15px;
}

#newcreated .attribute-item input {
display: block;
margin: 2px auto;
width: 80%;
}

#centralattribute div.centralatt div.token-attribute {
margin-top: -5px;
min-height: 20px;
}

#newcreated,
#tokenattribute {
height: 100%;
}

.heading {
height: auto;
padding-top: 7px;
font-weight: bold;
}

div.mappable-attribute-wrapper {
width: 80%;
margin: 6px auto;
padding: 6px;
}

div.attribute-item, .already-mapped-attribute {
width: 80%;
margin: 6px auto;
padding: 4px;
text-align: center;
}

#centralattribute .explanation {
width: 90%;
margin: 0 auto;
text-align: left;
}

#centralattribute .explanation-row {
display: table-row;
}

#centralattribute .explanation input,
#centralattribute .explanation label {
display: table-cell;
padding-top: 4px;
padding-bottom: 4px;
}

#centralattribute .explanation label {
padding-left: 8px;
}

.attribute-item.draggable {
cursor: move;
}

div.mappable-attribute-wrapper.target-hover {
padding-bottom: 27px;
}

div.mappable-attribute-wrapper.paired.target-hover {
padding-bottom: 4px;
}

div.mappable-attribute-wrapper.paired.ui-state-disabled {
opacity: 1;
filter: alpha(opacity=100);
}

.draggable-container .attribute-column .ui-draggable-dragging {
z-index: 100;
}

/* Existing attribute column in CSV CPDB import */
.centralatt {
min-height: 100px;
}

#responses-column-filter-modal .checkbox label {
vertical-align: text-bottom;
white-space: nowrap;
Expand Down Expand Up @@ -3253,10 +3253,6 @@ table#responsedetail tr td {
padding-top: 0;
}

#quick-add-condition-modal .modal-dialog {
width: 800px;
}

#login-panel {
max-width: 400px;
margin-left: auto;
Expand Down
2 changes: 1 addition & 1 deletion assets/packages/adminbasics/build/adminbasics.min.css

Large diffs are not rendered by default.

0 comments on commit d6454be

Please sign in to comment.