From: skodak Date: Tue, 18 Aug 2009 10:23:53 +0000 (+0000) Subject: MDL-20067 fixed notes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d54394504cdbd24f6c183da94233d68a529f50c7;p=moodle.git MDL-20067 fixed notes --- diff --git a/mod/imscp/readme.txt b/mod/imscp/readme.txt index a5d85d3a7d..a84c953fdd 100644 --- a/mod/imscp/readme.txt +++ b/mod/imscp/readme.txt @@ -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) diff --git a/mod/imscp/style.css b/mod/imscp/style.css index aae22d6770..fba8afda45 100644 --- a/mod/imscp/style.css +++ b/mod/imscp/style.css @@ -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; }