--- loncom/interface/loncommon.pm	2025/03/22 21:18:30	1.1474
+++ loncom/interface/loncommon.pm	2025/03/25 01:02:59	1.1476
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1474 2025/03/22 21:18:30 raeburn Exp $
+# $Id: loncommon.pm,v 1.1476 2025/03/25 01:02:59 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7395,6 +7395,10 @@ h1.LC_search_results {
   vertical-align:middle;
 }
 
+.LC_bottom {
+  vertical-align:bottom;
+}
+
 .LC_floatleft {
   float: left;
 }
@@ -7681,6 +7685,10 @@ li.LC_menubuttons_inline_text img {
   text-decoration: none;
 }
 
+.LC_menubuttons_link img {
+  vertical-align: middle;
+}
+
 .LC_menubuttons_category {
   color: $font;
   background: $pgbg;
@@ -7688,7 +7696,9 @@ li.LC_menubuttons_inline_text img {
   font-weight: bold;
 }
 
-td.LC_menubuttons_text {
+.LC_menu_text {
+  clear: left;
+  text-align: left;
   color: $font;
 }
 
@@ -8699,6 +8709,7 @@ h6 {
   border-bottom:solid 1px $lg_border_color;
 }
 
+.LC_MainMenu_Box > .LC_hcell,
 .LC_Box > .LC_hcell {
   margin: 0 -10px 10px -10px;
 }
@@ -9151,6 +9162,11 @@ ol#LC_PathBreadcrumbs li a {
   padding: 0 0 10px 10px;
 }
 
+.LC_MainMenu_Box {
+  border: solid 1px $lg_border_color;
+  padding: 0 10px 0 10px;
+}
+
 .LC_AboutMe_Image {
   float:left;
   margin-right:10px;
@@ -9172,6 +9188,7 @@ dl.LC_ListStyleClean dd {
 .LC_ListStyleClean,
 .LC_ListStyleSimple,
 .LC_ListStyleNormal,
+.LC_ListStyleMainMenu,
 .LC_ListStyleSpecial {
   /* display:block; */
   list-style-position: inside;
@@ -9209,6 +9226,12 @@ dl.LC_ListStyleClean dd {
   margin-bottom: 4px;
 }
 
+.LC_ListStyleMainMenu li {
+  margin: 0;
+  padding: 2px 5px 2px 10px;
+  clear: both;
+}
+
 table.LC_SimpleTable {
   margin:5px;
   border:solid 1px $lg_border_color;