MDL-20067 fixed notes

This commit is contained in:
skodak 2009-08-18 10:23:53 +00:00
parent aa9a686740
commit d54394504c
2 changed files with 4 additions and 6 deletions

View File

@ -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)

View File

@ -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;
}