mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-56328-M32' of git://github.com/lazydaisy/moodle
This commit is contained in:
commit
3ac4a74777
2 changed files with 28 additions and 23 deletions
|
@ -53,19 +53,8 @@
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
.editing_move {
|
||||
/* Move the move icon to the start of the line */
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.mod-indent-outer {
|
||||
/**
|
||||
* Add appropriate padding such that nothing overlaps the
|
||||
* absolute positioned move icon.
|
||||
*/
|
||||
padding-left: 32px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* The command block for each activity */
|
||||
|
@ -145,6 +134,19 @@
|
|||
.activityinstance {
|
||||
padding-right: 200px;
|
||||
}
|
||||
.editing_move {
|
||||
/* Move the move icon to the start of the line */
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.mod-indent-outer {
|
||||
/**
|
||||
* Add appropriate padding such that nothing overlaps the
|
||||
* absolute positioned move icon.
|
||||
*/
|
||||
padding-left: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3686,18 +3686,8 @@ img.iconsmall {
|
|||
left: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
.section .activity .editing_move {
|
||||
/* Move the move icon to the start of the line */
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.section .activity .mod-indent-outer {
|
||||
/**
|
||||
* Add appropriate padding such that nothing overlaps the
|
||||
* absolute positioned move icon.
|
||||
*/
|
||||
padding-left: 32px;
|
||||
padding-left: 0;
|
||||
}
|
||||
.section .activity .actions {
|
||||
position: absolute;
|
||||
|
@ -3757,6 +3747,19 @@ img.iconsmall {
|
|||
.editing .section .activity .activityinstance {
|
||||
padding-right: 200px;
|
||||
}
|
||||
.editing .section .activity .editing_move {
|
||||
/* Move the move icon to the start of the line */
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.editing .section .activity .mod-indent-outer {
|
||||
/**
|
||||
* Add appropriate padding such that nothing overlaps the
|
||||
* absolute positioned move icon.
|
||||
*/
|
||||
padding-left: 32px;
|
||||
}
|
||||
.editing_show + .editing_assign,
|
||||
.editing_hide + .editing_assign {
|
||||
margin-left: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue