mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
12 lines
233 B
CSS
12 lines
233 B
CSS
#page-admin-tool-task-scheduledtasks .task-class {
|
|
display: block;
|
|
padding: 0 0.5em;
|
|
color: #888;
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
#page-admin-tool-task-scheduledtasks input[type=text] {
|
|
/*rtl:ignore*/
|
|
direction: ltr;
|
|
}
|