Proyectos de Subversion Moodle

Rev

Rev 1186 | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

#page-course-edit .fcontainer {
    padding: .6rem 14rem;
}

#page-course-view-topics div#action-menu-6-menu {
    width: 200px;
}

#page-course-view-topics ul.dropdown-menu.dropdown-menu-left.show {
    display: block;
}

#page-report-log-index .tertiary-navigation {
    right: 0.2rem;
}

#page-report-log-index form.logselecform {
    margin-top: 100px;
}

#page-report-log-index .tertiary-navigation .tertiary-navigation-selector .dropdown-toggle {
    padding: 6px 17px !important;
    font-size: 1rem;
    font-weight: 500;
    height: 47px;
    margin-bottom: 20px;
}

#page-course-view-participants .tertiary-navigation {
    right: 1rem;
    margin-right: 50px;
    margin-top: 5px;
}

#page-course-view-participants .userlist .no-overflow {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #757474 #fff;
    height: 400px;
}

#page-report-competency-index form.user-competency-course-navigation {
    margin-top: 50px;
}

#page-report-competency-index .tertiary-navigation {
    left: 10px;
}

#page-report-competency-index .tertiary-navigation .tertiary-navigation-selector .dropdown-toggle {
    margin-bottom: 5px;
}

#page-report-competency-index .tertiary-navigation.full-width-bottom-border {
    width: 98%;
    padding: 0;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 25px;
}

#page-report-loglive-index .tertiary-navigation .tertiary-navigation-selector .dropdown-toggle {
    padding: 6px 17px !important;
    font-size: 1rem;
    font-weight: 500;
    height: 47px;
    margin-top: 25px;
    margin-bottom: 10px;
}

#page-report-loglive-index .tertiary-navigation, #page-report-outline-index .tertiary-navigation,
#page-report-participation-index .tertiary-navigation, #page-report-progress-index .tertiary-navigation,
#page-admin-tool-monitor-managerules .tertiary-navigation {
    left: 0.1rem;
}

#page-report-loglive-index #livelogs-pause-button {
    margin-bottom: 30px;
    margin-top: 60px;
}

#page-report-outline-index .mform fieldset.collapsible:last-of-type legend a.fheader {
    margin-bottom: 0;
    margin-top: 60px;
}

#page-report-outline-index .tertiary-navigation .tertiary-navigation-selector .dropdown-toggle {
    padding: 6px 17px !important;
    font-size: 1rem;
    font-weight: 500;
    height: 47px;
    margin-bottom: 20px;
}

#page-report-overviewstats-index ul.chartslist {
    margin-top: 20px;
}

#page-report-participation-index .participationselectform {
    margin: 10px auto;
    margin-top: 70px;
}

#page-report-participation-index .tertiary-navigation .tertiary-navigation-selector .dropdown-toggle {
    padding: 6px 17px !important;
    font-size: 1rem;
    font-weight: 500;
    height: 47px;
    margin-bottom: 10px;
}

#page-report-progress-index .tertiary-navigation.full-width-bottom-border {
    width: 100%;
    padding: 0;
    /* border-bottom: 1px solid #E1E1E1; */
    margin-top: -60px;
}

#page-report-progress-index .main-content {
    margin-bottom: 0;
    position: relative;
    margin-top: 50px;
}

#page-admin-tool-monitor-managerules button.btn.btn-primary {
    margin-top: 60px;
}

#page-admin-tool-monitor-managerules .btn.dropdown-toggle {
    margin-top: 50px;
    margin-bottom: 10px;
}


@media (min-width: 1100px) {
    #page-blocks-configurable_reports-viewreport  .drawer.drawer-left.show {
        left: 0;
        display: none;
    }
    #page-blocks-configurable_reports-viewreport select[size], #page-blocks-configurable_reports-viewreport  select[multiple] {
        overflow: auto;
        min-height: 40px;
        height: 40px;
    }
}

#page-grade-report-grader-index .gradeparent{
    margin-top: 80px;
}

.dropdown-menu.show {
    width: max-content;
    display: flex;
    border-radius: 5px;
}

a {
    word-break: normal !important;
}