Skip to content

Commit

Permalink
dev: rebuild adminbasic
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Jun 17, 2021
1 parent 0b9c49d commit 23ce101
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 339 deletions.
330 changes: 165 additions & 165 deletions assets/packages/adminbasics/build/adminbasics.css
@@ -1,4 +1,127 @@
@charset "UTF-8";
#responses-column-filter-modal .checkbox label {
vertical-align: text-bottom;
white-space: nowrap;
overflow-x: hidden;
}

.responses-multiselect-checkboxes {
overflow-y: scroll;
height: 60vh;
}

.responses-column-filter-modal-checkbox-buttons {
text-align: left;
padding-bottom: 15px;
}

#cpdbatt {
min-height: 100px;
}

.grid-view .table td.button-column, .grid-view .table th.button-column {
white-space: nowrap;
text-align: initial;
}

.grid-view .table th > .sort-link .caret {
right: -10px;
}

.dropdown-menu.larger-dropdown {
min-width: 240px;
}

.dropdown-submenu {
position: relative;
}

.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > a:after {
border-left-color: #555;
}

.dropdown-submenu.pull-left {
float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}

#vue-apps-main-container {
min-height: 75vh;
}

.fa-stack.halfed {
height: 1em;
width: 1em;
line-height: 1em;
}

.fa-stack-1x.halfed {
font-size: 0.5em;
}

.fa-1x.halfed {
font-size: 0.5em;
}

.contain-pulse {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-content: bottom;
height: 3em;
}

.square {
background: #0f3e12;
border-radius: 0.6em;
box-sizing: border-box;
height: 2em;
margin: 0.2em;
overflow: hidden;
padding: 0.5em;
width: 2em;
}

.animate-pulse .square:nth-of-type(1) {
animation: pulse ease-in-out 1.8s infinite 0.2s;
}

.animate-pulse .square:nth-of-type(2) {
animation: pulse ease-in-out 1.8s infinite 0.6s;
}

.animate-pulse .square:nth-of-type(3) {
animation: pulse ease-in-out 1.8s infinite 1.0s;
}

.animate-pulse .square:nth-of-type(4) {
animation: pulse ease-in-out 1.8s infinite 1.4s;
}

.simpleWrapper {
padding: 0;
margin: 0;
border: none;
display: inline-block;
}

.jcarousel-wrapper {
margin: 20px auto;
position: relative;
Expand Down Expand Up @@ -116,70 +239,6 @@
display: none;
}

#selectable .ui-selecting {
background: #8CCE00;
}

#selectable .ui-selected {
background: #C1DD7F;
color: #000000;
}

#selectable {
list-style-type: none;
margin: 2px;
padding: 0;
width: 90%;
}

#selectable li {
padding: 1em;
font-size: 1em;
height: 9px;
text-align: center;
margin: 4px;
}

.ui-icon.exporticon {
background-image: url("images/export.gif");
}

#feedback {
font-size: 1.4em;
}

#selectableadd .ui-selecting {
background: #0066CC;
}

#selectableadd .ui-selected {
background: #0066CC;
color: white;
}

#selectableadd {
list-style-type: none;
margin: 0;
padding: 0;
width: 90%;
text-align: center;
}

#selectableadd li {
margin: 3px;
padding: 0.4em;
font-size: 1 em;
height: 18px;
text-align: center;
}

.popupgroup {
border: 1px solid #DAE5F4;
padding: 10px;
border-radius: 3px;
margin: 8px;
}

.draggable-container {
min-height: 300px;
}
Expand Down Expand Up @@ -287,111 +346,68 @@ div.mappable-attribute-wrapper.paired.ui-state-disabled {
min-height: 100px;
}

#cpdbatt {
min-height: 100px;
}

.grid-view .table td.button-column, .grid-view .table th.button-column {
white-space: nowrap;
text-align: initial;
}

.grid-view .table th > .sort-link .caret {
right: -10px;
}

.dropdown-menu.larger-dropdown {
min-width: 240px;
}

.dropdown-submenu {
position: relative;
}

.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > a:after {
border-left-color: #555;
}

.dropdown-submenu.pull-left {
float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}

#vue-apps-main-container {
min-height: 75vh;
#selectable .ui-selecting {
background: #8CCE00;
}

.fa-stack.halfed {
height: 1em;
width: 1em;
line-height: 1em;
#selectable .ui-selected {
background: #C1DD7F;
color: #000000;
}

.fa-stack-1x.halfed {
font-size: 0.5em;
#selectable {
list-style-type: none;
margin: 2px;
padding: 0;
width: 90%;
}

.fa-1x.halfed {
font-size: 0.5em;
#selectable li {
padding: 1em;
font-size: 1em;
height: 9px;
text-align: center;
margin: 4px;
}

.contain-pulse {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-content: bottom;
height: 3em;
.ui-icon.exporticon {
background-image: url("images/export.gif");
}

.square {
background: #0f3e12;
border-radius: 0.6em;
box-sizing: border-box;
height: 2em;
margin: 0.2em;
overflow: hidden;
padding: 0.5em;
width: 2em;
#feedback {
font-size: 1.4em;
}

.animate-pulse .square:nth-of-type(1) {
animation: pulse ease-in-out 1.8s infinite 0.2s;
#selectableadd .ui-selecting {
background: #0066CC;
}

.animate-pulse .square:nth-of-type(2) {
animation: pulse ease-in-out 1.8s infinite 0.6s;
#selectableadd .ui-selected {
background: #0066CC;
color: white;
}

.animate-pulse .square:nth-of-type(3) {
animation: pulse ease-in-out 1.8s infinite 1.0s;
#selectableadd {
list-style-type: none;
margin: 0;
padding: 0;
width: 90%;
text-align: center;
}

.animate-pulse .square:nth-of-type(4) {
animation: pulse ease-in-out 1.8s infinite 1.4s;
#selectableadd li {
margin: 3px;
padding: 0.4em;
font-size: 1 em;
height: 18px;
text-align: center;
}

.simpleWrapper {
padding: 0;
margin: 0;
border: none;
display: inline-block;
.popupgroup {
border: 1px solid #DAE5F4;
padding: 10px;
border-radius: 3px;
margin: 8px;
}

/**
Expand Down Expand Up @@ -4569,19 +4585,3 @@ table.dataTable thead .sorting_desc:after {
.answeroptions-table > tbody > tr > td:last-of-type {
padding-right: 0;
}

#responses-column-filter-modal .checkbox label {
vertical-align: text-bottom;
white-space: nowrap;
overflow-x: hidden;
}

.responses-multiselect-checkboxes {
overflow-y: scroll;
height: 60vh;
}

.responses-column-filter-modal-checkbox-buttons {
text-align: left;
padding-bottom: 15px;
}
2 changes: 1 addition & 1 deletion assets/packages/adminbasics/build/adminbasics.min.css

Large diffs are not rendered by default.

0 comments on commit 23ce101

Please sign in to comment.