[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 10 May 2006 21:50:40 -0000


albertel		Wed May 10 17:50:40 2006 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - xhtml syntax error
  - making the remote mode look more like it originally did
  - makign things line up a little better
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.367 loncom/interface/loncommon.pm:1.368
--- loncom/interface/loncommon.pm:1.367	Tue May  9 16:25:05 2006
+++ loncom/interface/loncommon.pm	Wed May 10 17:50:39 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.367 2006/05/09 20:25:05 www Exp $
+# $Id: loncommon.pm,v 1.368 2006/05/10 21:50:39 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2945,11 +2945,12 @@
     return(<<ENDBODY);
 $bodytag
 <table id="LC_title_bar" class="LC_with_remote">
-<tr><td>$upperleft</td>
+<tr><td class="LC_title_bar_role_logo">$upperleft</td>
     <td class="LC_title_bar_domain_logo">$messages&nbsp;</td>
 </tr>
 <tr><td>$titleinfo $dc_info $menu</td>
 $roleinfo
+</tr>
 </table>
 ENDBODY
 }
@@ -3117,6 +3118,7 @@
   width: 100%;
   border: 0;
   border-spacing: 0px 1px;
+  padding: 0px 2px 0px 2px;
   background: $pgbg;
   font-family: $sans;
   border-collapse: collapse;
@@ -3145,6 +3147,11 @@
 table#LC_title_bar td.LC_title_bar_domain_logo {
   background: $sidebg;
   text-align: right;
+  padding: 0px;
+}
+table#LC_title_bar td.LC_title_bar_role_logo {
+  background: $sidebg;
+  padding: 0px;
 }
 
 table#LC_menubuttons_mainmenu {