Skip to content

WYWM LMS compact by torrentails

Details

Authortorrentails

LicenseMIT Licence

Categorywithyouwithme.com

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CSS for WithYouWithMe company tech support, to cleanup the LMS user view.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           WYWM LMS compact
@namespace      github.com/torrentails
@version        1.0.0
@description    Cleans up WYWM lms to be more compact, and hides some of the unessesary clutter.
@author         Alex Sullivan <torrentails@torrentails.com>
==/UserStyle== */
@-moz-document regexp(".*withyouwithme\\.com/learn/wp-admin/.*")
{

    /* Compact some elements */
    h2,
    h3
    {
        margin-bottom: 0.4em;
    }


    .ld-quiz-progress-content-container p
    {
        margin-top: 0;
        margin-bottom: 0.4em;
    }

    .form-table th,
    .form-table td
    {
        padding-top: 0;
        padding-bottom: 0.1em;
    }


    /* Epand the search bar a little */
    #user-search-input
    {
        min-width: 20em;
    }
    
    /* Make the course presentation pretty */
    .leardash-course-status {
        font-weight: bold;
    }

    .leardash-course-status-in_progress {
        color: gold;
    }
    
    .leardash-course-status:after,
    .learndash-profile-course-access-label:before
    {
        content: "\A";
        white-space: pre;
    }

    /* Hide unnessesary elements (for IT support role) */
    .notice-warning,
    .learndash-license-is-dismissible,
    .user-rich-editing-wrap,
    .user-admin-color-wrap,
    .user-comment-shortcuts-wrap,
    .user-admin-bar-front-wrap,
    .user-language-wrap,
    .user-description-wrap,
    .user-profile-picture,
    #application-passwords-section,
    .learndash-course-points,
    #learndash-course-points-user,
    label[for=learndash-course-points-user],
    #course_progress_details h4:first-of-type,
    #quiz_progress_details h4:first-of-type,
    #your-profile > h2
    {
        display: none;
    }
}

Reviews

No reviews yet.