moved hide/show menu gifs into the default theme
authorgreg gay <ggay@ocad.ca>
Fri, 4 Jun 2010 17:04:26 +0000 (17:04 -0000)
committergreg gay <ggay@ocad.ca>
Fri, 4 Jun 2010 17:04:26 +0000 (17:04 -0000)
docs/themes/default/forms.css
docs/themes/default/images/hidemenu.gif [new file with mode: 0644]
docs/themes/default/images/showmenu.gif [new file with mode: 0644]
docs/themes/default/include/header.tmpl.php
docs/themes/default/styles.css

index eb8568d..d398b59 100644 (file)
@@ -8,8 +8,8 @@ div.input-form {
        background-color: #F8F8F8;\r
        border-radius:.5em;\r
        -moz-border-radius: .5em .5em .5em .5em;\r
-        -moz-box-shadow:.2em .2em .3em #999999;\r
-        box-shadow: .2em .2em .3em #999999;\r
+        -moz-box-shadow:.1em .1em .2em #999999;\r
+        box-shadow: .1em .1em .2em #999999;\r
        padding:.2em;\r
 }\r
 \r
@@ -99,8 +99,8 @@ input[type=password]{
 div.input-form input[type=submit]{\r
        border-radius:.3em;\r
        -moz-border-radius: .3em .3em .3em .3em;\r
-       -moz-box-shadow:.2em .2em .3em #999999;\r
-        box-shadow: .2em .2em .3em #999999;\r
+       -moz-box-shadow:.1em .1em .2em #999999;\r
+        box-shadow: .1em .1em .2em #999999;\r
 \r
 }\r
 \r
diff --git a/docs/themes/default/images/hidemenu.gif b/docs/themes/default/images/hidemenu.gif
new file mode 100644 (file)
index 0000000..a4918b5
Binary files /dev/null and b/docs/themes/default/images/hidemenu.gif differ
diff --git a/docs/themes/default/images/showmenu.gif b/docs/themes/default/images/showmenu.gif
new file mode 100644 (file)
index 0000000..dc407a2
Binary files /dev/null and b/docs/themes/default/images/showmenu.gif differ
index b164807..5940c45 100644 (file)
@@ -247,7 +247,7 @@ global $system_courses, $_custom_css, $db;
        <div id="contentcolumn">
                <?php if (isset($this->course_id) && $this->course_id > 0 && $system_courses[$this->course_id]['side_menu']): ?>
                <div id="menutoggle">
-                   <a accesskey="n"><img src="" title="" alt="" /></a>
+                  <a href="javascript:void(0)" accesskey="n"><img src="" title="" alt="" border="0"/></a>
                </div>
 
                <div class="sequence-links">
index 3a5a1ba..9e6d1f4 100644 (file)
@@ -30,8 +30,8 @@ body {
     background-color: #ffffff;
     border-radius: 1em 1em 1em 1em;
     -moz-border-radius: 1em 1em 1em 1em;
-    -moz-box-shadow:.2em .2em  #999999;
-    box-shadow: .2em .2em  #999999;
+    -moz-box-shadow:.1em .1em  #999999;
+    box-shadow: .1em .1em  #999999;
     background-image: url('images/atutor_head.jpg');
     background-position: 0% 0%;
        background-repeat: repeat-x;
@@ -176,8 +176,8 @@ a.dropdown-title {
     border:  #AAA  solid 1px;
     border-radius:.3em;
     -moz-border-radius: .3em .3em .3em .3em;
-    -moz-box-shadow:.2em .2em .3em #999999;
-    box-shadow: .2em .2em .3em #999999;
+    -moz-box-shadow:.1em .1em .2em #999999;
+    box-shadow: .1em .1em .2em #999999;
 
 }
 .button:focus {
@@ -973,7 +973,7 @@ div.paging li a:hover, div.paging li a.current {
        background-position: 99% 99%;
        background-repeat: no-repeat;
        height : 5em;
-       margin-bottom:-.15em;
+       margin-bottom:-.1em;
 }
 
 #header a{
@@ -1038,8 +1038,8 @@ div.tabs a:hover, div.tabs a.active {
 .contentbox{
        border-radius:.5em;
        -moz-border-radius: 0em 0em .5em .5em;
-       -moz-box-shadow:.1em .1em .2em #999999;
-    box-shadow: .1em .1em .2em #999999;
+       -moz-box-shadow:.1em .1em .1em #999999;
+    box-shadow: .1em .1em .1em #999999;
 }
 
 .headingbox{
@@ -1060,8 +1060,8 @@ h4.box {
        -moz-border-radius: .5em .5em 0em 0em;
        padding:.2em;
        border:1px solid #ccc;
-       -moz-box-shadow:.2em .2em .2em #999999;
-    box-shadow: .2em .2em .2em #999999;
+       -moz-box-shadow:.1em .1em .1em #999999;
+    box-shadow: .1em .1em .1em #999999;
 
 }
 
@@ -1076,8 +1076,8 @@ div.box {
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        border-bottom:1px solid #ccc;
-       -moz-box-shadow:.2em .2em .2em #999999;
-        box-shadow: .2em .2em  .2em #999999;
+       -moz-box-shadow:.1em .1em .1em #999999;
+        box-shadow: .1em .1em  .1em #999999;
 }
 
 h5.box { 
@@ -1425,8 +1425,11 @@ div.social-left{
        float:left;
 }
 div.social-wrapper{
-       border-radius:.5em;
-       -moz-border-radius: .5em .5em 0em 0em;
+       padding:5em;
+       border-radius:.5em .5em .5em .5em;
+       -moz-border-radius: .5em .5em .5em .5em;
+       -moz-box-shadow:.1em .1em .2em #999999;
+        box-shadow: .1em .1em .2em #999999;
 }
 /* floating layout */
 #contentwrapper{
@@ -1482,14 +1485,19 @@ div#topnavlistcontainer {
        background-image: url('images/pencil_bottom_ds.png');
        background-position: 99% 1%;
        background-repeat: no-repeat;
-       height:1.7em;
-       margin-top: -.1em;
+       height:1.75em;
+       margin-top: .1em;
        border-bottom:1px solid #cccccc;
 }
 
 ul#topnavlist {
-       padding-top: 2px;
-       margin-top: 2px;
+       padding: 0;
+       margin-right: auto;
+       margin-left: auto;
+       margin-bottom: 3px;
+       white-space: nowrap;
+       margin-top: 0px;
+       margin-bottom:0px;
 }
 
 ul#topnavlist li {
@@ -1501,8 +1509,8 @@ ul#topnavlist li {
        clear:both;
        border-radius: .5em .5em 0em 0em;
        -moz-border-radius: .5em .5em 0em 0em;
-       -moz-box-shadow:.2em .0em .4em #999999;
-       box-shadow: .2em .2em .2em #999999;
+       -moz-box-shadow:.1em .0em .1em #999999;
+       box-shadow: .1em .1em .1em #999999;
 }
 
 ul#topnavlist li a:hover, ul#topnavlist li a:focus, ul#topnavlist li a.active {
@@ -1538,8 +1546,8 @@ ul#topnavlist li a.selected {
     /* The selected tab. There's only one of these */
        color: #555;
        font-weight: normal;
-       border-radius:.5em;
-       -moz-border-radius: .5em .5em 0em 0em;
+       border-radius:.3em .3em 0em 0em;
+       -moz-border-radius: .3em .3em em 0em;
        padding: .2em 2em .2em
 }
 
@@ -1646,8 +1654,7 @@ fieldset.group_form{
        border:1px #6D7B8D solid;
        min-height: 170px;
        padding:.5em;
-       -moz-box-shadow:.1em .2em .3em #999999;
-    box-shadow: .3em .1em .2em #999999;
+
 } 
 legend.group_form{
        border:1px #6D7B8D solid;
@@ -1913,9 +1920,10 @@ div.toolcontainer{
 }
 
 ul#subnavlist {
-       padding-top: 3px;
+       padding-top: 4px;
        margin-top: 0px;
        font-family: Verdana,Helvetica,Arial,serif;
+       font-size:.8em;
 
 
 }
@@ -1931,10 +1939,10 @@ ul#subnavlist li {
        border-right:1px solid #cccccc;
        border-radius: .3em .3em 0em 0em;
        -moz-border-radius: .3em .3em 0em 0em;
-       height:1.1em;   
+       height:1.0em;   
        -moz-box-shadow:.1em .0em .1em #999999;
        box-shadow: .2em .0em .2em #999999;
-       padding: .1em .5em .4em .5em ;
+       padding: 0em .5em .6em .5em ;
 }
 
 ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active,           ul#subnavlist li:hover{
@@ -2035,8 +2043,8 @@ tr.odd {
        border: 1px solid #cccccc;
        border-radius: .5em .5em .5em .5em;
        -moz-border-radius: .5em .5em .5em .5em;
-       -moz-box-shadow:.2em .2em .2em #999999;
-        box-shadow: .2em .2em  .2em #999999;
+       -moz-box-shadow:.1em .1em .1em #999999;
+        box-shadow: .1em .1em  .2em #999999;
 }
 
 ul.current_list{
@@ -2181,8 +2189,8 @@ table.etabbed-table       {
          float:left;
          border-radius: .5em .5em .5em .5em;
        -moz-border-radius: .5em .5em .5em .5em;
-       -moz-box-shadow:.2em .2em .2em #999999;
-        box-shadow: .2em .2em  .2em #999999;
+       -moz-box-shadow:.1em .1em .1em #999999;
+        box-shadow: .1em .1em  .1em #999999;
 }
 .shortcut_icon{
        border:0;
@@ -2257,4 +2265,5 @@ border-left:thin solid #cccccc;
 border-right:thin solid #cccccc;
 border-radius: .3em .3em 0em 0em;
 -moz-border-radius: .3em .3em 0em 0em;
-}
\ No newline at end of file
+}
+