Diff for /loncom/interface/loncommon.pm between versions 1.1455 and 1.1456

version 1.1455, 2025/02/17 18:30:42 version 1.1456, 2025/02/17 18:48:06
Line 7051  END Line 7051  END
                 if ($dc_info) {                  if ($dc_info) {
                     $dc_info = qq|<span class="LC_cusr_subheading">$dc_info</span>|;                      $dc_info = qq|<span class="LC_cusr_subheading">$dc_info</span>|;
                 }                  }
                 $bodytag .= qq|<div id="LC_nav_bar" role="navigation" aria-label="$labeltext">$left $role<br />|;                  $bodytag .= qq|<div id="LC_nav_bar" role="navigation" aria-label="$labeltext">$left $role</div>|;
                 unless (($realm eq '') && ($dc_info eq '')) {                  unless (($realm eq '') && ($dc_info eq '')) {
                     $bodytag .= qq|<div id="LC_realm" role="complementary"><em>$realm</em> $dc_info</div>|;                      $bodytag .= qq|<div id="LC_realm" role="complementary"><em>$realm</em> $dc_info</div>|;
                 }                  }
Line 7334  form, .inline { Line 7334  form, .inline {
   
 .LC_heading_2 {  .LC_heading_2 {
   font-size: 1.17em;    font-size: 1.17em;
   margin-top: 1em;  
   margin-bottom: 1em;  
 }  }
   
 .LC_menus_content.shown{  .LC_menus_content.shown{
Line 8006  table#LC_helpmenu fieldset legend { Line 8004  table#LC_helpmenu fieldset legend {
   font-size: larger;    font-size: larger;
 }  }
   
 table#LC_helpmenu_links {  .LC_helpdesk_headbox {
   width: 100%;    border: 2px groove threedface;
   border: 1px solid black;    padding: 1em;
   }
   
   h1.LC_helpdesk_legend {
     float: left;
     margin: -1.7em 0 0;
     padding: 0 .5em;
   background: $pgbg;    background: $pgbg;
     font-size: 1em;
     font-weight: bold;
   }
   
   h1.LC_helpdesk_title {
     display: inline;
     font-size: 1em;
     line-height: 2.5em;
     margin: 0;
   padding: 0;    padding: 0;
   border-spacing: 1px;    vertical-align: bottom;
 }  }
   
 table#LC_helpmenu_links tr td {  .LC_helpdesk_links {
   padding: 1px;    border: 1px solid black;
     padding: 3px;
   background: $tabbg;    background: $tabbg;
   text-align: center;    text-align: center;
   font-weight: bold;    font-weight: bold;
     display: inline;
     margin-right: -6px;
   }
   
   .LC_helpdesk_img,
   .LC_helpdesk_text {
     padding: 0;
     margin: 0;
     border: 0;
     display: inline;
 }  }
   
 table#LC_helpmenu_links a:link,  .LC_helpdesk_img a:link,
 table#LC_helpmenu_links a:visited,  .LC_helpdesk_img a:visited,
 table#LC_helpmenu_links a:active {  .LC_helpdesk_img a:active,
   .LC_helpdesk_text a:link,
   .LC_helpdesk_text a:visited,
   .LC_helpdesk_text a:active {
   text-decoration: none;    text-decoration: none;
   color: $font;    color: $font;
 }  }
   
 table#LC_helpmenu_links a:hover {  div.LC_helpdesk_text a:hover {
   text-decoration: underline;    text-decoration: underline;
   color: $vlink;    color: $vlink;
 }  }

Removed from v.1.1455  
changed lines
  Added in v.1.1456


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>