style and layout adjustements
authorgreg gay <ggay@ocad.ca>
Tue, 14 Dec 2010 19:31:53 +0000 (19:31 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 14 Dec 2010 19:31:53 +0000 (19:31 -0000)
docs/themes/blumin/ie_styles.css
docs/themes/default/ie_styles.css
docs/themes/default15/ie_styles.css
docs/themes/default16/ie_styles.css
docs/themes/default_classic/include/header.tmpl.php
docs/themes/fluid/ie_styles.css
docs/themes/fluid/styles.css
docs/themes/greenmin/ie_styles.css
docs/themes/idi/ie_styles.css
docs/themes/idi/styles.css

index 5b1ba9a..4371e8b 100644 (file)
@@ -51,5 +51,7 @@ table.etabbed-table   {
 ul#subnavlist li {
        *display: inline;
        *margin-left:.5em;
-
+}
+textarea#body_text{
+       *width:600px;
 }
\ No newline at end of file
index b22e3c2..ff7d43f 100644 (file)
@@ -34,10 +34,6 @@ table.data tfoot input {
 
 #topnavlistcontainer {
        margin-bottom:-1px;
-
-/*     *position:absolute;
-       *left:0px;
-       *top:62px;*/
        border-bottom:0;
 }
 
@@ -92,7 +88,7 @@ table.etabbed-table   {
 .editor_buttontab {
        zoom:100%;
        clear:both;
-padding-right:1em;
+       padding-right:1em;
 }
 
 .editor_tab_selected{
@@ -123,8 +119,8 @@ li.folders .disabled {
 
 .current_box{
        width:30%; 
-float:left;
-margin-left:3em;
+       float:left;
+       margin-left:3em;
 
 }
 
@@ -143,7 +139,6 @@ ul.current_list{
 }
 
 #top-links-jump{
-
        background-color:#eeeeee;
        padding-right:.5em;
 }
@@ -158,7 +153,7 @@ div#top-links {
        margin-top:0em;
 }
 #course_title_container{
-margin-top:-1em;
+       margin-top:-1em;
 
 }
 h1#section-title {
@@ -166,26 +161,29 @@ h1#section-title {
        
 }
 div#guide_box{
-*width:12%;
+       *width:12%;
 
 }
 #shortcuts{
-*width:12%;
+       *width:12%;
 }
 #side-menu ul{
-width:18em;
-padding-left:1em;
-padding-right:2em;
+       width:18em;
+       padding-left:1em;
+       padding-right:2em;
 }
 /* the * prefix targets IE7, dangerous hack but necessary */
 /* to target IE6 use _ and to target IE8 and below use a trailing \9 before the style's closing semicolon */
 .fl-force-right{
-*margin-top:-1.2em;
+       *margin-top:-1.2em;
 }
 #contentcolumn {
-overflow:hidden;
+       overflow:hidden;
 }
 
 .logoutbar{
-margin-top:-.2em;      
+       margin-top:-.2em;       
 }
+textarea#body_text{
+       *width:600px;
+}
\ No newline at end of file
index 77a9e71..a9a1668 100644 (file)
@@ -67,3 +67,6 @@ ul.current_list{
 #details_view{
        margin-bottom:2em;
 }
+textarea#body_text{
+       *width:600px;
+}
\ No newline at end of file
index 18269bf..b76411b 100644 (file)
@@ -90,4 +90,7 @@ div.search_bar .s_img{
        border: 0px;
        margin-top: -2em;       
        margin-right: 0.4em;
+}
+textarea#body_text{
+       *width:600px;
 }
\ No newline at end of file
index 2241267..5c3f3f1 100644 (file)
@@ -90,18 +90,17 @@ global $system_courses, $_custom_css, $_base_path;
 
 <?php if ($_SESSION["prefs"]["PREF_SHOW_BREAD_CRUMBS"]) { ?>
 <!-- the bread crumbs -->
-<div id="breadcrumbs">
-       <?php foreach ($this->path as $page): ?>
-               <a href="<?php echo $page['url']; ?>" title="<?php echo _AT('back_to').' '.$page['title']; ?>"><?php echo htmlspecialchars($page['title'], ENT_COMPAT, "UTF-8"); ?></a> &raquo; 
-       <?php endforeach; ?> <?php echo $this->page_title; ?>
+       <div id="breadcrumbs">
+               <?php foreach ($this->path as $page): ?>
+                       <a href="<?php echo $page['url']; ?>" title="<?php echo _AT('back_to').' '.$page['title']; ?>"><?php echo htmlspecialchars($page['title'], ENT_COMPAT, "UTF-8"); ?></a> &raquo; 
+               <?php endforeach; ?> <?php echo $this->page_title; ?>
+       </div><!-- end bredcrumbs div -->
+               <?php } ?>
+</div><!-- end member-links div -->
 
-       <?php } ?>
-  
-   </div><!-- end member-links div -->
-</div><!-- end bredcrumbs div -->
 <div class="header">
     <?php if ($_SESSION['valid_user']) : 
-           echo '<span style="font-size:small;font-weight:bold;padding-left:5px;">'.stripslashes(SITE_NAME).'</span>'; 
+           echo '<span class="site-name">'.stripslashes(SITE_NAME).'</span>'; 
     endif; ?>
     <h1 class="section-title">
 
index 2fcd963..5309d59 100644 (file)
@@ -94,4 +94,7 @@ table.etabbed-table   {
 }
 fieldset.group_form{
        *margin-left:1em;
+}
+textarea#body_text{
+       *width:600px;
 }
\ No newline at end of file
index 7526b8a..9f990af 100644 (file)
@@ -491,7 +491,7 @@ table.data {
 } 
 
 table.data th {
-       background-color: #F2F7FE;
+       background-color: #E1ECFE;
        padding: 3px;
        white-space: nowrap;
 }
@@ -512,7 +512,7 @@ table.data tbody {
 
 table.data tbody th {
        text-align: left;
-       background-color: #F7F3ED;
+       background-color: #F2F7FE;
        cursor: auto;
 }
 
@@ -940,7 +940,7 @@ div.box h4 {
 }
 
 div.box .even {
-    background-color: #F7F3ED;
+    background-color: #F2F7FE;
 }
 
 div.box .odd {
index 00e860b..6af1a15 100644 (file)
@@ -63,4 +63,7 @@ ul#subnavlist li {
 .fl-force-right{
        *margin-top:-1.2em;
        *margin-right:.2em;
+}
+textarea#body_text{
+       *width:600px;
 }
\ No newline at end of file
index 498c226..cfbba1f 100644 (file)
@@ -23,7 +23,7 @@ table.data tfoot input {
        min-width:0px;
 }
 .outside_box{
-       height:9.6em;
+       height:9.0em;
 }
 .buttons input[type=submit]{
        padding:.3em;
@@ -71,4 +71,7 @@ div.input-form textarea {
 }
 ul#topnavlist{
        *margin-bottom:-.2em;
+}
+textarea#body_text{
+       *width:600px;
 }
\ No newline at end of file
index 79d4692..ee2974f 100644 (file)
@@ -1476,7 +1476,7 @@ div.home_box {
 .outside_box{
          background: #DEE7EC;
          width: 24.3em;
-         height:8.0em;
+         height:8.5em;
          padding:.4em;
          border:1px solid #8CACBB;
          -moz-border-radius:.3em .3em .3em .3em;
@@ -1487,10 +1487,9 @@ div.home_box {
          width:100%;
          padding:.1em;
          margin:auto;
-         height:52%;
+         height:55%;
          -moz-border-radius:.3em .3em .3em .3em;
          border-radius: .3em .3em .3em .3em;
-         margin-bottom:.2em;
          background:#ffffff;
 }