Corrected the path to infusion css files in header.tmpl.php as well as fixed the...
authorcindy li <cli@ocad.ca>
Mon, 29 Nov 2010 17:08:25 +0000 (17:08 -0000)
committercindy li <cli@ocad.ca>
Mon, 29 Nov 2010 17:08:25 +0000 (17:08 -0000)
docs/themes/fluid/include/header.tmpl.php
docs/themes/fluid/styles.css

index cb2b95a..ff30a6d 100644 (file)
@@ -66,8 +66,8 @@ global $system_courses, $_custom_css, $db, $_base_path;
          <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/ie_styles.css" type="text/css" />
        <![endif]-->
        <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/forms.css" type="text/css" />
-       <link rel="stylesheet" type="text/css" href="<?php echo $this->base_path; ?>infusion/framework/fss/css/fss-layout.css" />
-       <link rel="stylesheet" type="text/css" href="<?php echo $this->base_path; ?>infusion/components/reorderer/Reorderer.css" />
+       <link rel="stylesheet" type="text/css" href="<?php echo $this->base_path; ?>jscripts/infusion/framework/fss/css/fss-layout.css" />
+       <link rel="stylesheet" type="text/css" href="<?php echo $this->base_path; ?>jscripts/infusion/components/reorderer/Reorderer.css" />
 
        <?php if ($system_courses[$this->course_id]['rss']): ?>
        <link rel="alternate" type="application/rss+xml" title="<?php echo SITE_NAME; ?> - RSS 2.0" href="<?php echo $this->base_href; ?>get_rss.php?<?php echo $this->course_id; ?>-2" />
index bff640f..262f7b7 100644 (file)
@@ -1505,6 +1505,7 @@ dl.browse-course dd {
 .grab {
        cursor:move;
        padding: 0px 5px 0px 5px;
+       height: 20px;
 }
 
 .grabmenu {