added menu open/close toggle image
authorGreg Gay <info@atutor.ca>
Fri, 25 Jun 2010 20:11:01 +0000 (20:11 -0000)
committerGreg Gay <info@atutor.ca>
Fri, 25 Jun 2010 20:11:01 +0000 (20:11 -0000)
docs/themes/default/home/course/course_start.tmpl.php
docs/themes/default/images/hidemenu.gif.png [new file with mode: 0644]
docs/themes/default/images/showmenu.gif.png [new file with mode: 0644]
docs/themes/default/include/header.tmpl.php
docs/themes/default/styles.css

index e39b2ec..ceac29c 100644 (file)
        <div class="input-form">
        <fieldset class="group_form"><legend class="group_form"><?php echo _AT('create_content'); ?></legend>
                <table class="form_data">
-               <tr><td>
+               <!-- tr><td>
                <?php echo _AT('create_content_1'); ?>
                <a href="home/course/content_wizard.php"><?php echo _AT('content_wizard'); ?></a><br /><br />
-               </td></tr>
+               </td></tr -->
 
                <tr><td>
                <?php echo _AT('create_content_2', TR_BASE_HREF.'home/editor/edit_content.php?_course_id='.$this->course_id, TR_BASE_HREF.'home/editor/edit_content_folder.php?_course_id='.$this->course_id); ?>
diff --git a/docs/themes/default/images/hidemenu.gif.png b/docs/themes/default/images/hidemenu.gif.png
new file mode 100644 (file)
index 0000000..a4918b5
Binary files /dev/null and b/docs/themes/default/images/hidemenu.gif.png differ
diff --git a/docs/themes/default/images/showmenu.gif.png b/docs/themes/default/images/showmenu.gif.png
new file mode 100644 (file)
index 0000000..dc407a2
Binary files /dev/null and b/docs/themes/default/images/showmenu.gif.png differ
index b80e2f6..3ad908d 100644 (file)
@@ -271,7 +271,7 @@ foreach ($this->top_level_pages as $page) {
                trans.utility.showTocToggle("side-menu", "<?php echo _AT('show'); ?>","<?php echo _AT('hide'); ?>", "", "show");
         } else {
             document.getElementById('contentcolumn').id="contentcolumn_shiftright";
-            trans.utility.showTocToggle("side-menu", "<?php echo _AT('show'); ?>","<?php echo _AT('hide'); ?>", "", "hide");
+            trans.utility.showTocToggle("side-menu", "<img src=\"themes/default/images/showmenu.gif.png\" alt=\'<?php echo _AT('show'); ?>\' title=\"<?php echo _AT('show'); ?>\" />","<img src=\"themes/default/images/hidemenu.gif.png\" alt=\'<?php echo _AT('hide'); ?>\' title=\"<?php echo _AT('hide'); ?>\" />", "", "hide");
         }
         //]]>
         </script>
index 1bb2988..cdbff7f 100644 (file)
@@ -20,6 +20,8 @@ body {
   font-size:.9em;
   margin:0px;
   background-color:  #EDE7C2;
+  
+    background-color:  #a3a8b3;
   /* background-image:url('images/texture_bg.png'); */
 }
 
@@ -44,7 +46,7 @@ p a:active {
 }
 
 h1, h2, h3, h4, h5, h6 {
-    color: #A50707;
+    color: #000000;
     clear: right;
     font: 100% Verdana, Helvetica, Arial, sans-serif;
   font-weight: bold;
@@ -446,17 +448,18 @@ div#subnavlistcontainer {
        width:95%;
        margin:auto;
        height:auto;
-height:1.7em;
+height:1.5em;
 
 
 }
 
 ul#subnavlist {
-       padding-top: 3px;
+
+       padding-top: .3em;
        margin-top: 0px;
        margin-left:1.5em;
        font-family: Verdana,Helvetica,Arial,serif;
-
+font-size:.8em;
 
 }
 
@@ -1062,12 +1065,12 @@ background-color:#ffffff;
 background-image:url('images/books_top.jpg');
 background-repeat:repeat-x;
 border:thin solid #cccccc;
-width:95%;
-margin-top:.5em;
+width:97%;
+margin-top:.2em;
 margin-left:auto;
 margin-right:auto;
--moz-border-radius:.5em .5em .5em .5em;
-border-radius:.5em .5em .5em .5em;
+-moz-border-radius:.8em .8em .8em .8em;
+border-radius:.8em .8em .8em .8em;
 -moz-box-shadow:.1em .1em .1em #999999;
 box-shadow: .1em .1em .1em #999999;
 }
@@ -1115,6 +1118,8 @@ box-shadow: .1em .1em .1em #999999;
   text-decoration: none;
   padding-left: 1em;
   padding-right: 1em;
+    font-weight:700;
+      text-decoration:underline;
   margin-left:.5em;
   border-left:thin solid #cccccc;
   border-right:thin solid #cccccc;
@@ -1129,6 +1134,7 @@ box-shadow: .1em .1em .1em #999999;
 {
   color: #fff;
   background: #eeeeee;
+  text-decoration:underline;
 }
 
 .navigation a:hover
@@ -1138,6 +1144,8 @@ box-shadow: .1em .1em .1em #999999;
 .navigation a:active span
 {
   background-color:#eeeeee;
+
+
 }
 
 .navigation ul