[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
tempelho
tempelho@source.lon-capa.org
Wed, 22 Apr 2009 11:21:13 -0000
tempelho Wed Apr 22 11:21:13 2009 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
Removed two style classes td.LC_title_bar_domain_logo and td.LC_title_bar_role_logo.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.790 loncom/interface/loncommon.pm:1.791
--- loncom/interface/loncommon.pm:1.790 Tue Apr 21 18:27:09 2009
+++ loncom/interface/loncommon.pm Wed Apr 22 11:21:13 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.790 2009/04/21 18:27:09 droeschl Exp $
+# $Id: loncommon.pm,v 1.791 2009/04/22 11:21:13 tempelho Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4367,8 +4367,8 @@
return(<<ENDBODY);
$bodytag
<table id="LC_title_bar" class="LC_with_remote">
-<tr><td class="LC_title_bar_role_logo">$upperleft</td>
- <td class="LC_title_bar_domain_logo">$messages </td>
+<tr><td>$upperleft</td>
+ <td>$messages </td>
</tr>
<tr><td>$titleinfo $dc_info $menu</td>
$roleinfo
@@ -4485,6 +4485,7 @@
my $img = &designparm($function.'.img', $domain);
my $tabbg = &designparm($function.'.tabbg', $domain);
my $font = &designparm($function.'.font', $domain);
+#second colour for later usage
my $sidebg = &designparm($function.'.sidebg',$domain);
my $pgbg_or_bgcolor =
$bgcolor ||
@@ -4660,15 +4661,6 @@
span.LC_metadata {
font-family: $sans;
}
-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 img{
border: 0px;