many ie theme adjustments
authorgreg gay <ggay@ocad.ca>
Thu, 9 Dec 2010 21:49:06 +0000 (21:49 -0000)
committergreg gay <ggay@ocad.ca>
Thu, 9 Dec 2010 21:49:06 +0000 (21:49 -0000)
docs/themes/default/styles.css
docs/themes/default15/styles.css
docs/themes/default_classic/ie_styles.css
docs/themes/default_classic/include/header.tmpl.php
docs/themes/default_classic/styles.css

index eb1983b..dd37250 100644 (file)
@@ -2104,9 +2104,7 @@ table.etabbed-table       {
        text-decoration:none;
 }
     
-.prefs_buttontab:hover, .prefs_tab:hover {
-       background-color: #eeeeee;
-}
+
 
 .prefs_tab_selected{
     height:1.8em;
@@ -2532,4 +2530,6 @@ img.fl-col{
 height:3.5em;
 width:3.5em;
 font-size:100%;
-}
\ No newline at end of file
+}
+
+
index a9a77bc..4a37ab7 100644 (file)
@@ -1878,16 +1878,16 @@ float:right;
 }
 
 .del-content-icon{
-         border:0;
-height:.8em;
+       border:0;
+       height:.8em;
 }
 .current-content{
-         color:green;
+       color:green;
 }
 
 .box fl-clear{
-float:left;
-display:none;
+       float:left;
+       display:none;
 }
 /* sequence links */
 div#sequence-links {
index 834e737..c582bf7 100644 (file)
@@ -1,76 +1,33 @@
 /* IE specific styles */
-/*
-ul#topnavlist {
-       zoom:100%;
-       margin:0px;
-}
-
-ul#topnavlist li {
-       zoom:100%;
-       padding:0.3em;
-       padding-bottom:0.3em;
-       margin:0px;
-       margin-bottom:-1px;
-}*/
 
 /* Content editor tabs */
-
-.editor_buttontab {
-       padding: 0em .5em 0em .5em ;
+table.etabbed-table    {
+       *table-layout:fixed;
+       *margin-left:55px;
 
 }
-.editor_tab{
-       border-top: 1px solid #cccccc;
-       border-left: 1px solid #cccccc;
-       border-right: 1px solid #cccccc;
-       border-bottom:0;
-       margin-bottom:-.5em;
-       text-align: center;
-       white-space: nowrap;
-       background-color: #ffffff;
-       border-radius: .3em .3em 0em 0em;
-       -moz-border-radius: .3em .3em 0em 0em;
-       padding: 0em .2em .0em .2em ;
-       height:1.3em;
-}
-.editor_tab:hover, .editor_tab input[type=submit]:hover{
-       background-color:#eeeeee;
+.etabbed-list{
+       padding-top:.3em;
+       margin-bottom:-.2em;
 }
-
 .editor_tab{
-       border-top: 1px solid #cccccc;
-       border-left: 1px solid #cccccc;
-       border-right: 1px solid #cccccc;
-       border-bottom:0;
-       padding: .3em .3em .1em .2em ;
-       background-color: #eeeeee;
-       font-weight:bold;
-       text-align:center;
-       white-space: nowrap;
-       text-decoration:none;
-       padding: .3em .3em .1em .2em ;
-       border-radius:.3em;
-       -moz-border-radius: .3em .3em 0em 0em;
+       *zoom:100%;
+       *width:auto;    
+       *display: inline-block;
+       *clear: left;
+       *padding: 0 5px 3 5px;
        height:1.4em;
+
+}
+.editor_buttontab {
+       *zoom:100%;
+       *clear:both;
+    *padding-right:1em;
+
 }
 
 .editor_tab_selected{
-       border-top: 1px solid #cccccc;
-       border-left: 1px solid #cccccc;
-       border-right: 1px solid #cccccc;
-       border-bottom:0;
-       padding: .3em .3em .1em .2em ;
-       background-color: #eeeeee;
-       font-weight:bold;
-       text-align:center;
-       white-space: nowrap;
-       text-decoration:none;
-       border-radius:.3em;
-       -moz-border-radius: .3em .3em 0em 0em;
-       height:1.3em;
-}
-.editor_tab input[type=submit]{
-       height:1.3em;
+       *width:auto;
 }
 
 td.tab-spacer {
@@ -89,8 +46,7 @@ table.data tfoot input {
 
 .details_text{
        margin-left:1em;
-white-space:normal;
-
+       white-space:normal;
 }
 
 #details_view{
@@ -101,10 +57,33 @@ p{
 }
 
 .header{
-background-image: url('images/pub_default.jpg'); 
-background-repeat: no-repeat; 
-background-position:left top;
-height:8em;
-margin-bottom:2em;
-text-align:right;
+       background-image: url('images/pub_default.jpg'); 
+       background-repeat: no-repeat; 
+       background-position:left top;
+       height:8em;
+       margin-bottom:2em;
+       text-align:right;
+}
+
+ul.current_list{
+      *margin-left:0em;
+}
+ul#subnavlist li{
+       *display:inline;        
+       *margin-left:.3em;
+}
+input.prefs_buttontab[type=submit]{
+       height:1em;     
+}
+
+.fl-force-right{
+       *margin-top:-1.2em;
+}
+
+
+h1.section-title {
+       margin-top:-.3em;
+       *margin-top:.3em;
+       clear:both;
+       white-space:nowrap;
 }
index 0624d73..2241267 100644 (file)
@@ -12,9 +12,8 @@ global $system_courses, $_custom_css, $_base_path;
        <base href="<?php echo $this->content_base_href; ?>" />
        <link rel="shortcut icon" href="<?php echo $this->base_path; ?>favicon.ico" type="image/x-icon" />
        <link rel="stylesheet" href="<?php echo $this->base_path; ?>themes/default/print.css" type="text/css" media="print" />
-       <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/styles.css" type="text/css" />
        <link rel="stylesheet" href="<?php echo $this->base_path; ?>themes/default/forms.css" type="text/css" />
-
+       <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/styles.css" type="text/css" />
        <!--[if IE]>
          <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/ie_styles.css" type="text/css" />
        <![endif]-->
index da3f871..e866482 100644 (file)
@@ -293,10 +293,6 @@ div.etabs selected {
        font-weight: normal;
 }
 
-#body_text {
-       width:75%;
-}
-
 /* side menu heading */
 td.dropdown-heading {
        background-color: #D4E5FD;
@@ -699,11 +695,11 @@ img.headicon {
        border:1px solid white;
 }
 .header{
-background-image: url('images/pub_default.jpg'); 
-background-repeat: no-repeat; 
-background-position:left top;
-height:10.5em;
-text-align:right;
+       background-image: url('images/pub_default.jpg'); 
+       background-repeat: no-repeat; 
+       background-position:left top;
+       height:10.5em;
+       text-align:right;
 }
 /* feedback/errors */
 div#error {
@@ -1201,7 +1197,7 @@ div#container {
 }
 
 div.column {
-       border: 1px solid #e0e0e0;
+/*     border: 1px solid #e0e0e0;*/
        float: left;
        width: 30%;
        margin: 5px;
@@ -1242,14 +1238,25 @@ ul.rss_feed {
 
 /* the tools page */
 ol#tools { width: 90%; }
-/* ol#tools>li */ li.top-tool { padding: 2px 2px 2px 15px; margin-bottom: 5px; line-height: 200%; background-color: #fdfdfd; border-bottom: 1px solid #efefef; -moz-border-radius: 4px; list-style-position: inside;  border: 1px solid #eeeeff;}
+/* ol#tools>li */ 
+li.top-tool { 
+       padding: 2px 2px 2px 15px; 
+       margin-bottom: 5px; 
+       line-height: 200%; 
+       background-color: #fdfdfd; 
+       border-bottom: 1px solid #efefef; 
+       -moz-border-radius: 4px; 
+       list-style-position: inside;  
+       list-style: none;  
+       border: 1px solid #eeeeff;}
 
 ol#tools>li:hover {
        border: 1px solid #e0e0e0;
        background-color: #f5f5ff;
 }
 
-/* ol#tools>li>a */ li.top-tool a {  font-weight: bold; }
+/* ol#tools>li>a */ 
+li.top-tool a {  font-weight: bold; }
 
 li.child-tool a { font-size: x-small; font-weight: normal; }
 
@@ -1333,7 +1340,7 @@ a.tooltip{
 
 /* style for home page sublinks view */
 div.home_box {
-       width: 25.5em;
+       width: 23.5em;
        height: 150px;  
        margin-top: 15px;
        padding-bottom: 13px;
@@ -1343,8 +1350,8 @@ div.home_box {
 
 .outside_box{
        margin-left:.4em;
-       background:#e0e0e0;
-       width:25.5em;
+       background:#eeeeee;
+       width:23.5em;
        height:9.3em;
        padding:.2em;
 }
@@ -1354,27 +1361,9 @@ div.home_box {
        margin:auto;
        height:52%;
        margin-bottom:.2em;
-       background:#eeeeee;
-}
-.details_or{
-       width:25.4em;
-       height:9.8em;
-       margin:0;
-}
-.details_ol{
-       height:9.8em;
-       margin:0px;
-       width:.45em;
-}
-.details_ir{
-       width:.5em;
-       height:100%;
-       float:right;
-}
-.details_il{
-       height:100%;
-       float:left;
+       background:#f8f8f8;
 }
+
 .home-title{
        font-size:12pt;
 }
@@ -1401,7 +1390,7 @@ div.home_box {
 ul.current_list{
       line-height:2em; 
       list-style-type:none;
-      margin-left:-3em;
+      margin-left:-1.5em;
 }
 .current_list img{
       vertical-align:middle;
@@ -1429,60 +1418,6 @@ table.etabbed-table      {
        width: 5px;
 }
 
-/*
-.prefs-tab-spacer {
-       background-color: transparent;
-       width: 5px;
-}
-.prefs_buttontab {
-       color:#555;
-       font-size:10pt;
-       white-space: nowrap;
-       background-color: #ffffff;
-       margin: 0px;
-       border:0;
-       font-weight:500;
-       padding:0em 0em 0em;
-       border-radius:.3em;
-       -moz-border-radius: .3em .3em .3em .3em;
-
-}
-.prefs_tab{
-       border-top: 1px solid #cccccc;
-       border-left: 1px solid #cccccc;
-       border-right: 1px solid #cccccc;
-       text-align: center;
-       white-space: nowrap;
-       margin-left:2em;
-       background-color: #FFFFFF;
-       border-radius:.3em;
-       -moz-border-radius: .3em .3em 0em 0em;
-       padding: 0em .2em 0em .2em;
-       -moz-box-shadow:.2em .2em .2em #999999;
-    box-shadow: .2em .0em .2em #999999;
-       }
-       
-.prefs_buttontab:hover, .prefs_tab:hover {
-       background-color: #eeeeee;
-}
-.prefs_tab_selected{
-       border-top: 1px solid #cccccc;
-       border-left: 1px solid #cccccc;
-       border-right: 1px solid #cccccc;
-       border-bottom:0;
-       background-color: #eeeeee;
-       margin: 0px;
-       font-weight:bold;
-       text-align:center;
-       padding: 0em .2em 0em .2em ;
-       white-space: nowrap;
-       text-decoration:none;
-       border-radius:.3em;
-       -moz-border-radius: .3em .3em 0em 0em;
-       -moz-box-shadow:.2em .2em .2em #999999;
-    box-shadow: .2em .0em .2em #999999;
-}
-*/
 /* Preference Editor tabs */
 .etabbed-list-container {
 
@@ -1491,8 +1426,7 @@ table.etabbed-table       {
 
 }
 .etabbed-list{
-
-width:100%;
+       width:100%;
 }
 .prefs-tab-spacer {
     background-color: transparent;
@@ -1532,14 +1466,12 @@ width:100%;
 }
 
 .prefs_tab_selected{
-    
     border-top: 1px solid #cccccc;
     border-left: 1px solid #cccccc;
     border-right: 1px solid #cccccc;
     border-bottom:0;
-      background-color: #eeeeee;
-
-           margin: .5em;
+    background-color: #eeeeee;
+    margin: .5em;
     font-weight:bold;
     text-align:center;
     padding: .3em .5em 0em .5em ;
@@ -1979,3 +1911,26 @@ ul#subnavlist li a {
        font-weight:500;
 }
 
+fieldset.group_form{
+       width:97%;
+
+       border:1px #70A1CA solid;
+       min-height: 190px;
+       padding:.5em;
+       margin-right:1em;
+
+} 
+fieldset.group_form legend{
+       border:1px #70A1CA solid;
+       background-color: #F4F9FE;
+       font-weight: 600;
+       color: black;
+       padding-left: 1em;
+       padding-right: 1em;
+       border-radius:.2em;
+
+       -moz-border-radius: .2em .2em .2em .2em;
+}
+div.input-form{
+       width:95%;      
+}