--- loncom/interface/loncommon.pm 2025/03/19 15:18:59 1.1472
+++ loncom/interface/loncommon.pm 2025/03/31 13:55:07 1.1477
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1472 2025/03/19 15:18:59 raeburn Exp $
+# $Id: loncommon.pm,v 1.1477 2025/03/31 13:55:07 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;
}
@@ -7480,6 +7484,14 @@ div.LC_confirm_box .LC_success img {
height: auto;
}
+div.LC_minheight {
+ min-height: 24px;
+ border: 0;
+ margin: 4px 0 0 0;
+ padding: 0;
+ vertical-align: middle;
+}
+
.LC_textsize_mobile {
\@media only screen and (max-device-width: 480px) {
-webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; -ms-text-size-adjust:100%;
@@ -7673,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;
@@ -7680,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;
}
@@ -7772,11 +7790,13 @@ table.LC_data_table tr td.LC_leftcol_hea
}
table.LC_data_table tr.LC_empty_row td,
-table.LC_nested tr.LC_empty_row td {
+table.LC_nested tr.LC_empty_row td,
+table.LC_nested tr.LC_empty_row th {
font-weight: bold;
font-style: italic;
text-align: center;
padding: 8px;
+ border: 0;
}
table.LC_data_table tr.LC_empty_row td,
@@ -7784,7 +7804,9 @@ table.LC_data_table tr.LC_footer_row td
background-color: $sidebg;
}
+table.LC_nested tr.LC_empty_row th,
table.LC_nested tr.LC_empty_row td {
+ padding: 4ex;
background-color: #FFFFFF;
}
@@ -7797,10 +7819,6 @@ caption.LC_caption_prefs {
padding-bottom: 0.8em;
}
-table.LC_nested tr.LC_empty_row td {
- padding: 4ex
-}
-
table.LC_nested_outer tr th {
font-weight: bold;
color:$fontmenu;
@@ -7817,14 +7835,17 @@ table.LC_nested_outer tr td.LC_subheader
text-align: right;
}
-table.LC_nested tr.LC_info_row td {
+table.LC_nested tr.LC_info_row td,
+table.LC_nested tr.LC_info_row th {
background-color: #CCCCCC;
font-weight: bold;
font-size: small;
text-align: center;
+ border: 0;
}
table.LC_nested tr.LC_info_row td.LC_left_item,
+table.LC_nested tr.LC_info_row th.LC_left_item,
table.LC_nested_outer tr th.LC_left_item {
text-align: left;
}
@@ -7971,6 +7992,14 @@ table.LC_data_table tr.LC_prefs_row {
line-height: 250%;
}
+table.LC_manage_reservations tr th {
+ font-weight: normal;
+ font-style: italic;
+ text-align: left;
+ background: transparent;
+ font-size: 100%;
+}
+
span.LC_current_location {
font-size:larger;
background: $pgbg;
@@ -8173,6 +8202,13 @@ table.LC_pick_box td.LC_oddrow_value {
background-color: $data_table_light;
}
+td.LC_log_filter,
+th.LC_log_filter {
+ vertical-align: top;
+ text-align: left;
+ padding: 0 4px;
+}
+
span.LC_helpform_receipt_cat {
font-weight: bold;
}
@@ -8681,6 +8717,7 @@ h6 {
border-bottom:solid 1px $lg_border_color;
}
+.LC_MainMenu_Box > .LC_hcell,
.LC_Box > .LC_hcell {
margin: 0 -10px 10px -10px;
}
@@ -8720,6 +8757,20 @@ fieldset#LC_selectuser {
border: 0;
}
+fieldset.LC_delete_slot {
+ display:inline;
+ margin: 0 4px 4px;
+ padding: 4px;
+}
+
+fieldset.LC_delete_slot > legend {
+ font-weight: normal;
+}
+
+p.LC_medium_line {
+ line-height: 0.85em;
+}
+
article.geogebraweb div {
margin: 0;
}
@@ -9119,6 +9170,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;
@@ -9140,6 +9196,7 @@ dl.LC_ListStyleClean dd {
.LC_ListStyleClean,
.LC_ListStyleSimple,
.LC_ListStyleNormal,
+.LC_ListStyleMainMenu,
.LC_ListStyleSpecial {
/* display:block; */
list-style-position: inside;
@@ -9177,6 +9234,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;
@@ -15678,12 +15741,12 @@ sub upfile_select_html {
tab => &mt('Tabulator separated'),
# xml => &mt('HTML/XML'),
);
- my $Str = ''.
- '
'.&mt('Type').': \n";
return $Str;
}
@@ -15767,9 +15830,9 @@ sub csv_print_select_table {
&end_data_table_header_row()."\n");
foreach my $array_ref (@$d) {
my ($value,$display,$defaultcol)=@{ $array_ref };
- $r->print(&start_data_table_row().'