diff --git a/css/qsm-admin.css b/css/qsm-admin.css index 434291bc..36f82a9f 100644 --- a/css/qsm-admin.css +++ b/css/qsm-admin.css @@ -608,7 +608,7 @@ span.qsm-quiz-name { /******************** About/Credits Page *********************/ div.qsm_icon_wrap { position: absolute; - top: -35px; + top: -24px; left: -30px; color: #111827; background-position: center 24px; @@ -622,9 +622,13 @@ div.qsm_icon_wrap { display: inline-block; width: 150px; } -.about-wrap img{ +.qsm-about-heading img{ width: 100px; margin-left: -5px; + margin-top: 13px; +} +.qsm-system-info-page{ + margin-right: 0; } .qsm-tab-content .feature { margin-bottom: 20px; @@ -3658,15 +3662,19 @@ button.button.qsm-slashcommand-variables-button .qsm-slash-inside { box-shadow: none; color: inherit; } +.about-wrap{ + margin: 10px 0 0; +} .about-wrap .wp-person .gravatar{ border-radius: 30px; } -.about-wrap h1{ +.qsm-about-heading h1{ font-size: 18px; display: inline-block; - position: relative; + position: absolute; font-weight: 400; line-height: 28px; + top: 37px; } .about-wrap h2{ font-size: 18px; @@ -3688,13 +3696,14 @@ button.button.qsm-slashcommand-variables-button .qsm-slash-inside { flex-wrap: wrap; } .help-slide div{ - width: 330px; - height: 260px; + width: 400px; + height: 250px; border: 1px solid #E6E6E6; margin: 20px; flex-direction: column; display: flex; padding: 20px; + justify-content: center; } .help-slide div img{ @@ -3717,11 +3726,11 @@ button.button.qsm-slashcommand-variables-button .qsm-slash-inside { display: none; } .result-page-wrapper .tablenav-pages .pagination-links .disable{ - background-color: #e6e6e6e3; + background-color: #f0f0f1; } .result-page-wrapper .pagination-links .prev-page.disable:hover, .result-page-wrapper .pagination-links .next-page.disable:hover{ - background-color: #e6e6e6e3; + background-color: #f0f0f1; } #theme-color-settings-content select, #theme-color-settings-content input { diff --git a/php/admin/about-page.php b/php/admin/about-page.php index 5a4b9c45..edc8ad17 100644 --- a/php/admin/about-page.php +++ b/php/admin/about-page.php @@ -42,18 +42,19 @@ function qsm_generate_about_page() { add_meta_box( 'wpss_mrts', __( 'Need Help?', 'quiz-master-next' ), 'qsm_documentation_meta_box_content', 'meta_box_help' ); add_meta_box( 'wpss_mrts', __( 'System Info', 'quiz-master-next' ), 'qsm_system_meta_box_content', 'meta_box_sys_info' ); ?> +
+ +

+
+
-

- -

-

-
- - + +
+