mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-20067 fixed notes
This commit is contained in:
parent
aa9a686740
commit
d54394504c
@ -20,8 +20,9 @@ license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
IMS CP module
|
||||
=============
|
||||
|
||||
IMS CP module is a successor to original 'ims' type plugin of Resource module.
|
||||
IMS CP module is a successor to the original 'ims' type plugin of Resource module.
|
||||
|
||||
TODO:
|
||||
* implement portfolio support (MDL-20074)
|
||||
* implement a portfolio support (MDL-20074)
|
||||
* new backup/restore and old restore migration (MDL-20075)
|
||||
* move module CSS into themes (MDL-20067)
|
||||
|
@ -1,7 +1,5 @@
|
||||
/*** Modules: IMS CP ***/
|
||||
|
||||
/* TODO: yui styling has to go here because the order of CSS loading is not solved yet */
|
||||
|
||||
#mod-imscp-view #imscp_nav {
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
@ -16,10 +14,9 @@
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* this is a temporary hack until we solve theYUI CSS trouble */
|
||||
|
||||
#mod-imscp-view .yui-layout-hd {
|
||||
background-image: none;
|
||||
height:3em;
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user