]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20067 fixed notes
authorskodak <skodak>
Tue, 18 Aug 2009 10:23:53 +0000 (10:23 +0000)
committerskodak <skodak>
Tue, 18 Aug 2009 10:23:53 +0000 (10:23 +0000)
mod/imscp/readme.txt
mod/imscp/style.css

index a5d85d3a7d872ac7b0f50767ee4818193fa70c36..a84c953fdde86fb186e5692b63b8f76e561cab17 100644 (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 portfolio support (MDL-20074)
  * new backup/restore and old restore migration (MDL-20075)
+ * move module CSS into themes (MDL-20067)
index aae22d6770fd0429a1c6015007fd40b4fd108685..fba8afda45a28d4ef5bbb88df70ff9a3a1bcc454 100644 (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;
  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;
 }