mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 09:02:07 +01:00
MDL-60153 course_format: Remove irrelevant CSS styles
* The styles ".course-content ul.topics li.section .right img.icon" and ".course-content ul.weeks li.section .right img.icon" are now kind of irrelevant and are causing course section action menu items in Bootstrapbase to be rendered without spacing between the action menu icon and the label.
This commit is contained in:
parent
68e983e540
commit
b5f6dd9a91
@ -13,10 +13,6 @@
|
|||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-content ul.topics li.section .right img.icon {
|
|
||||||
padding: 0 0 4px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.course-content ul.topics li.section .left {
|
.course-content ul.topics li.section .left {
|
||||||
padding-top: 22px;
|
padding-top: 22px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -13,10 +13,6 @@
|
|||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-content ul.weeks li.section .right img.icon {
|
|
||||||
padding: 0 0 4px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.course-content ul.weeks li.section .left {
|
.course-content ul.weeks li.section .left {
|
||||||
padding-top: 22px;
|
padding-top: 22px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user