mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
a6ecebf7f9
Part of MDL-46191
119 lines
2.5 KiB
CSS
119 lines
2.5 KiB
CSS
/* History */
|
|
|
|
th#excludedheader {
|
|
white-space: normal;
|
|
}
|
|
|
|
th#excludedheader p {
|
|
width: 75px;
|
|
}
|
|
|
|
table#gradestable th.header.selected {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.path-grade-report-history div.gradeparent {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.path-grade-report-history .singlebutton div,
|
|
.path-grade-report-history .singlebutton div input[type="button"] {
|
|
margin: 0;
|
|
}
|
|
|
|
/* User Selector */
|
|
.yui3-gradereport_history_usp-hidden {
|
|
display:none;
|
|
}
|
|
|
|
.gradereport_history_usp .usp-content {
|
|
position: relative;
|
|
}
|
|
.gradereport_history_usp .usp-ajax-content {
|
|
overflow: auto;
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
.gradereport_history_usp .usp-ajax-content,
|
|
.gradereport_history_usp .usp-loading-lightbox {
|
|
height: 375px;
|
|
}
|
|
.gradereport_history_usp .usp-loading-lightbox {
|
|
background-color: #fff;
|
|
opacity: .5;
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.gradereport_history_usp .usp-loading-lightbox img {
|
|
margin-top: 100px;
|
|
opacity: 1;
|
|
}
|
|
|
|
.gradereport_history_usp .usp-search {
|
|
text-align: center;
|
|
}
|
|
.gradereport_history_usp .usp-user {
|
|
width: 100%;
|
|
text-align: left;
|
|
border-top: 1px solid #eee;
|
|
}
|
|
.gradereport_history_usp .usp-user:nth-child(odd) {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.gradereport_history_usp .usp-first-added {
|
|
border-top: 1px solid #bbb;
|
|
}
|
|
.gradereport_history_usp .usp-checkbox {
|
|
text-align: center;
|
|
float: left;
|
|
padding: 11px 6px 0 6px;
|
|
}
|
|
.gradereport_history_usp .usp-checkbox input[type=checkbox] {
|
|
margin: 0;
|
|
}
|
|
.gradereport_history_usp .usp-picture {
|
|
margin: 6px 3px 0 3px;
|
|
float: left;
|
|
}
|
|
.gradereport_history_usp .usp-userpicture{
|
|
cursor: pointer;
|
|
}
|
|
.gradereport_history_usp .usp-user .details {
|
|
margin-left: 67px;
|
|
padding: 3px 6px 0 6px;
|
|
word-wrap: break-word;
|
|
}
|
|
.gradereport_history_usp .usp-user .details label {
|
|
margin: 0;
|
|
}
|
|
.gradereport_history_usp .usp-more-results {
|
|
padding: 5px;
|
|
border-top: 1px solid #bbb;
|
|
}
|
|
.gradereport_history_usp .usp-finish {
|
|
padding-top: 1em;
|
|
text-align: center;
|
|
}
|
|
.gradereport_history_usp .usp-finish input {
|
|
margin: 0;
|
|
}
|
|
|
|
.dir-rtl .gradereport_history_usp .usp-search-results .usp-user {
|
|
text-align: right;
|
|
}
|
|
.dir-rtl .gradereport_history_usp .usp-picture,
|
|
.dir-rtl .gradereport_history_usp .usp-checkbox {
|
|
float: right;
|
|
}
|
|
.dir-rtl .gradereport_history_usp .usp-user .details {
|
|
margin-right: 67px;
|
|
margin-left: 0;
|
|
}
|
|
.dir-rtl .gradereport_history_usp input.usp-search-btn {
|
|
margin-right: 5px;
|
|
}
|