Skip to content

Commit

Permalink
Merge pull request #2084 from QuizandSurveyMaster/dev
Browse files Browse the repository at this point in the history
Release 8.0.9
  • Loading branch information
etvarun authored Jan 25, 2023
2 parents 3b22c14 + a702370 commit 7f22f73
Show file tree
Hide file tree
Showing 33 changed files with 918 additions and 390 deletions.
Binary file added assets/Vector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icon-200x200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion css/admin-dashboard-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

.welcome-panel .current_version {
color: #344ad4;
color: #111827;
text-align: center;
font-size: 16px;
font-weight: bold;
Expand Down Expand Up @@ -535,6 +535,7 @@
border: 0px;
text-decoration: none;
text-align: center;
margin-bottom: 6px;
}

#model-wizard .qsm_popular_addons div.popuar-addon-ul .addon-get-link span {
Expand Down
3 changes: 2 additions & 1 deletion css/admin-dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

.welcome-panel .current_version {
color: #344ad4;
color: #111827;
text-align: center;
font-size: 16px;
font-weight: bold;
Expand Down Expand Up @@ -535,6 +535,7 @@ ul.popuar-addon-ul::after {
border: 0px;
text-decoration: none;
text-align: center;
margin-bottom: 6px;
}

#model-wizard .qsm_popular_addons div.popuar-addon-ul .addon-get-link span {
Expand Down
26 changes: 13 additions & 13 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,12 @@ body .qsm-results-page .mlw_qmn_question .qmn_image_option:before {
margin-bottom: 30px;
}
.question-type-polar-s {
height: auto !important;
height: auto;
}
body .quiz_section .qmn_radio_answers label,
body .quiz_section .qmn_check_answers label,
body .quiz_section .qmn_accept_answers label {
font-size: 14px !important;
font-size: 14px;
}
.question-type-polar-s .left-polar-title {
order: 1;
Expand Down Expand Up @@ -382,8 +382,8 @@ body .qsm-results-page .mlw_qmn_question .qmn_image_option:before {
margin-left: -60px;
}
.qsm_tooltip .qsm_tooltiptext a {
background-color: black !important;
color: #fff!important;
background-color: black;
color: #fff;
}
.qsm_tooltip:hover .qsm_tooltiptext {
visibility: visible;
Expand Down Expand Up @@ -425,7 +425,7 @@ body .ui-tooltip.ui-widget-content {
.admin_page_qsm_quiz_result_details .qmn_image_option {
width: 48%;
height: 250px;
display: inline-flex !important;
display: inline-flex;
position: relative;
flex-wrap: nowrap;
overflow: hidden;
Expand All @@ -450,22 +450,22 @@ body .ui-tooltip.ui-widget-content {
padding-bottom: 25px;
}
.qmn_btn,
.qmn_quiz_container .qmn_btn,
.qmn_quiz_container .btn {
.qsm-quiz-container.qmn_quiz_container .qmn_btn,
.qsm-quiz-container.qmn_quiz_container .btn {
position: relative;
display: inline-block;
box-sizing: border-box;
color: #666 !important;
background: #ccc !important;
border: 1px solid #ccc !important;
color: #666;
background: #ccc;
border: 1px solid #ccc;
font-family: inherit;
font-size: 16px !important;
font-size: 16px;
line-height: 22px;
text-align: center;
min-width: 100px;
padding: 10px 20px !important;
padding: 10px 20px;
cursor: pointer;
text-decoration: none !important;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
Expand Down
Loading

0 comments on commit 7f22f73

Please sign in to comment.