Skip to content

Commit

Permalink
Merge pull request #2395 from QuizandSurveyMaster/dev2
Browse files Browse the repository at this point in the history
Release 8.1.19
  • Loading branch information
etvarun authored Nov 8, 2023
2 parents cc5c487 + dde0177 commit 47d1cdc
Show file tree
Hide file tree
Showing 20 changed files with 163 additions and 447 deletions.
Binary file added assets/calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 2 additions & 109 deletions css/admin-dashboard-rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.welcome-panel-column .dashicons {
/* font-size: 30px; */
color: #606a73;
font-size: 23px;
margin-left: 5px;
Expand Down Expand Up @@ -236,7 +235,6 @@
padding: 0;
background: #f3f3f3;
min-width: 70vw;
/* max-width: 1040px; */
border-radius: 0;
max-height: 85vh;
overflow: hidden;
Expand All @@ -247,7 +245,6 @@
margin: 0;
max-height: 75vh;
overflow-y: auto;
/* padding-bottom: 59px; */
}

#model-wizard .qsm-popup__header {
Expand Down Expand Up @@ -296,86 +293,6 @@
display: inline-block;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner {
width: 31%;
margin-left: 2%;
float: right;
border: 1px solid #dfd4d4;
height: 210px;
text-align: center;
margin-bottom: 2%;
position: relative;
cursor: pointer;
box-sizing: border-box;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:hover,
#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner.selected-quiz-template {
border-color: #1e8cbe;
-webkit-box-shadow: 2px -1px 13px -1px rgba(30, 140, 190, 1);
-moz-box-shadow: 2px -1px 13px -1px rgba(30, 140, 190, 1);
box-shadow: 2px -1px 13px -1px rgba(30, 140, 190, 1);
transition: 0.2s all;
-ms-transition: 0.2s all;
-o-transition: 0.2s all;
-webkit-transition: 0.2s all;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:nth-child(3n + 3) {
width: 33%;
margin-left: 0%;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner .template-center-vertical {
/*position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); */
margin-top: 21px;
height: 96px;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:first-child .template-center-vertical {
height: auto;
position: absolute;
top: 50%;
right: 50%;
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
margin-top: 0;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner .dashicons {
font-size: 75px;
color: #9ea3a8;
display: inline-block;
height: auto;
width: auto;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner p.start_scratch {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
color: #9ea3a8;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner h3 {
margin: 0;
padding: 10px;
border-top: 1px solid #dfd4d4;
font-size: 15px;
position: absolute;
width: 100%;
box-sizing: border-box;
bottom: 0;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner.inner-json {
background: #fff;
}

#model-wizard .qsm-popup__footer {
text-align: left;
background: #fff;
Expand Down Expand Up @@ -625,7 +542,6 @@
}

#quiz_settings_wrapper tr {
/*display: inline-block;*/
width: 100%;
}

Expand Down Expand Up @@ -807,6 +723,8 @@ h2.hndle.ui-sortable-handle {
background: #ffffff60;
padding: 20px;
position: relative;
display: flex;
flex-wrap: wrap;
}

#model-wizard .qsm-new-menu-elements .input-group .qsm-tooltips-icon {
Expand Down Expand Up @@ -858,10 +776,6 @@ h2.hndle.ui-sortable-handle {
margin-bottom: 10px;
}

#model-wizard .featured_image {
display: none;
}

#model-wizard .empty-market-place {
position: absolute;
top: 45%;
Expand Down Expand Up @@ -1078,22 +992,6 @@ h2.hndle.ui-sortable-handle {
}
}

@media (min-width: 768px) and (max-width: 991px) {
#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner {
width: 48%;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:nth-child(2n + 2) {
margin-left: 0;
width: 50%;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:nth-child(3n + 3) {
margin-left: 2%;
width: 48%;
}
}

@media screen and (max-width: 767px) {
#model-wizard .qsm-popup__container {
width: 90%;
Expand All @@ -1103,11 +1001,6 @@ h2.hndle.ui-sortable-handle {
width: 100%;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:nth-child(2n + 2),
#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner {
width: 100% !important;
}

#model-wizard .qsm-wizard-setting-section {
width: 100%;
height: auto !important;
Expand Down
112 changes: 2 additions & 110 deletions css/admin-dashboard.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.welcome-panel-column .dashicons {
/* font-size: 30px; */
color: #606a73;
font-size: 23px;
margin-right: 5px;
Expand Down Expand Up @@ -250,7 +249,6 @@ ul.popuar-addon-ul::after {
padding: 0;
background: #f3f3f3;
min-width: 70vw;
/* max-width: 1040px; */
border-radius: 0;
max-height: 85vh;
overflow: hidden;
Expand All @@ -261,7 +259,6 @@ ul.popuar-addon-ul::after {
margin: 0;
max-height: 75vh;
overflow-y: auto;
/* padding-bottom: 59px; */
}

#model-wizard .qsm-popup__header {
Expand Down Expand Up @@ -303,86 +300,6 @@ ul.popuar-addon-ul::after {
display: inline-block;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner {
width: 31%;
margin-right: 2%;
float: left;
border: 1px solid #dfd4d4;
height: 210px;
text-align: center;
margin-bottom: 2%;
position: relative;
cursor: pointer;
box-sizing: border-box;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:hover,
#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner.selected-quiz-template {
border-color: #1e8cbe;
-webkit-box-shadow: -2px -1px 13px -1px rgba(30, 140, 190, 1);
-moz-box-shadow: -2px -1px 13px -1px rgba(30, 140, 190, 1);
box-shadow: -2px -1px 13px -1px rgba(30, 140, 190, 1);
transition: 0.2s all;
-ms-transition: 0.2s all;
-o-transition: 0.2s all;
-webkit-transition: 0.2s all;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:nth-child(3n + 3) {
width: 33%;
margin-right: 0%;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner .template-center-vertical {
/*position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); */
margin-top: 21px;
height: 96px;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:first-child .template-center-vertical {
height: auto;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 0;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner .dashicons {
font-size: 75px;
color: #9ea3a8;
display: inline-block;
height: auto;
width: auto;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner p.start_scratch {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
color: #9ea3a8;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner h3 {
margin: 0;
padding: 10px;
border-top: 1px solid #dfd4d4;
font-size: 15px;
position: absolute;
width: 100%;
box-sizing: border-box;
bottom: 0;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner.inner-json {
background: #fff;
}

#model-wizard .qsm-popup__footer {
text-align: right;
background: #fff;
Expand Down Expand Up @@ -624,7 +541,6 @@ ul.popuar-addon-ul::after {
}

#quiz_settings_wrapper tr {
/*display: inline-block;*/
width: 100%;
}

Expand Down Expand Up @@ -806,6 +722,8 @@ h2.hndle.ui-sortable-handle {
background: #ffffff60;
padding: 20px;
position: relative;
display: flex;
flex-wrap: wrap;
}

#model-wizard .qsm-new-menu-elements .input-group .qsm-tooltips-icon {
Expand All @@ -820,7 +738,6 @@ h2.hndle.ui-sortable-handle {
}

#model-wizard .qsm-new-menu-elements .input-group>label {
/* color: #888; */
display: inline-block;
font-size: 16px;
margin-bottom: 5px;
Expand Down Expand Up @@ -857,10 +774,6 @@ h2.hndle.ui-sortable-handle {
margin-bottom: 10px;
}

#model-wizard .featured_image {
display: none;
}

#model-wizard .empty-market-place {
position: absolute;
top: 45%;
Expand Down Expand Up @@ -1119,22 +1032,6 @@ h2.hndle.ui-sortable-handle {
}
}

@media (min-width: 768px) and (max-width: 991px) {
#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner {
width: 48%;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:nth-child(2n + 2) {
margin-right: 0;
width: 50%;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:nth-child(3n + 3) {
margin-right: 2%;
width: 48%;
}
}

@media screen and (max-width: 767px) {
#model-wizard .qsm-popup__container {
width: 90%;
Expand All @@ -1144,11 +1041,6 @@ h2.hndle.ui-sortable-handle {
width: 100%;
}

#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner:nth-child(2n + 2),
#model-wizard .qsm-popup__content .template-inner-wrap .template-list .template-list-inner {
width: 100% !important;
}

#model-wizard .qsm-wizard-setting-section {
width: 100%;
height: auto !important;
Expand Down
10 changes: 10 additions & 0 deletions css/common-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ body .qsm-popup .qsm-popup__btn {
padding-bottom: 10px;
}

body #modal-3.qsm-popup .qsm-popup__content,
body .qsm-popup__content {
text-align: center;
}
Expand All @@ -137,6 +138,7 @@ body .qsm-popup__content>p.qsm-time-up-text {

footer.qsm-popup__footer {
text-align: center;
padding: 10px;
}

footer.qsm-popup__footer button.qsm-popup-secondary-button {
Expand Down Expand Up @@ -403,4 +405,12 @@ div .qsm-results-page .qmn_image_option {
-webkit-transition: background .25s ease-out;
-moz-transition: background .25s ease-out;
transition: background .25s ease-out;
}
.qsm-result-page-warning {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
padding: 1rem;
border-radius: 0.25rem;
margin-bottom: 1rem;
}
Loading

0 comments on commit 47d1cdc

Please sign in to comment.