mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-19430 My Moodle: Polished course_over view code of netspot
This commit is contained in:
parent
83ea0cc17e
commit
37b5e8fee8
23 changed files with 462 additions and 381 deletions
|
@ -1,11 +1,4 @@
|
|||
.pagelayout-mydashboard #region-main .region-content .block_course_overview .header,
|
||||
.pagelayout-mydashboard #region-main .region-content .block_course_overview .block_action,
|
||||
.pagelayout-mydashboard #region-main .region-content .block_course_overview .commands {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.block_course_overview .coursechildren {
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
@ -14,6 +7,11 @@
|
|||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.block_course_overview .coursebox {
|
||||
padding: 15px 0px 10px 10px;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.block_course_overview .profilepicture {
|
||||
float: left;
|
||||
}
|
||||
|
@ -31,9 +29,8 @@
|
|||
clear: none;
|
||||
}
|
||||
|
||||
.block_course_overview h2.title {
|
||||
.block_course_overview .content h2.title {
|
||||
float: left;
|
||||
font-size: 1.5em !important;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
position: relative;
|
||||
|
@ -43,10 +40,6 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.editing .block_course_overview h2.title {
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.editing .block_course_overview .coursebox .cursor {
|
||||
cursor: move;
|
||||
margin-bottom: 2px;
|
||||
|
@ -54,8 +47,21 @@
|
|||
|
||||
.editing .block_course_overview .move {
|
||||
float: left;
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
padding: 2px 10px 0px 0px;
|
||||
}
|
||||
|
||||
.editing .block_course_overview .moveicons {
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.editing .block_course_overview .moveup {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.editing .block_course_overview .spacer {
|
||||
float: left;
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
.block_course_overview #course_list {
|
||||
|
@ -79,5 +85,10 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.block_course_overview .coursemovetarget {display: block;height: 1em;margin-bottom: 1em;border-width: 2px;border-style: dashed;}
|
||||
|
||||
.block_course_overview .coursemovetarget {
|
||||
display: block;
|
||||
height: 1em;
|
||||
margin-bottom: 1em;
|
||||
border-width: 2px;
|
||||
border-style: dashed;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue