version 1.1460, 2025/02/21 04:29:26
|
version 1.1462, 2025/02/21 20:55:17
|
Line 7039 sub bodytag {
|
Line 7039 sub bodytag {
|
my $alttext = &mt('menu state: '.$menustate); |
my $alttext = &mt('menu state: '.$menustate); |
my $tooltip = &mt($tiptext.' standard menus'); |
my $tooltip = &mt($tiptext.' standard menus'); |
$bodytag .= <<"END"; |
$bodytag .= <<"END"; |
<div id="LC_expandingContainer" style="display:inline;"> |
<div id="LC_expandingContainer" style="display:inline;" role="navigation"> |
<div id="LC_collapsible" class="LC_collapse_trigger" style="position: absolute;top: -5px;left: 0px; z-index:101; display:inline;"> |
<div id="LC_collapsible" class="LC_collapse_trigger" style="position: absolute;top: -5px;left: 0px; z-index:101; display:inline;"> |
<a href="#" style="text-decoration:none;"><img class="LC_collapsible_indicator" alt="$alttext" title="$tooltip" src="/res/adm/pages/$menustate.png" style="border:0;margin:0;padding:0;max-width:100%;height:auto" /></a></div> |
<a href="#" style="text-decoration:none;"><img class="LC_collapsible_indicator" alt="$alttext" title="$tooltip" src="/res/adm/pages/$menustate.png" style="border:0;margin:0;padding:0;max-width:100%;height:auto" /></a></div> |
<div class="LC_menus_content $divclass"> |
<div class="LC_menus_content $divclass"> |
Line 8472 div.LC_grade_show_user div.LC_Box {
|
Line 8472 div.LC_grade_show_user div.LC_Box {
|
margin-right: 50px; |
margin-right: 50px; |
} |
} |
|
|
|
div.LC_grade_show_user div.LC_Box table tr th { |
|
font-weight: normal; |
|
} |
|
|
div.LC_grade_submissions, |
div.LC_grade_submissions, |
div.LC_grade_message_center, |
div.LC_grade_message_center, |
div.LC_grade_info_links { |
div.LC_grade_info_links { |
Line 8502 table.LC_scantron_action tr th {
|
Line 8506 table.LC_scantron_action tr th {
|
font-style:normal; |
font-style:normal; |
} |
} |
|
|
|
div.LC_edit_problem_daxe_header { |
|
padding: 3px; |
|
background: $tabbg; |
|
z-index: 100; |
|
} |
|
|
.LC_edit_problem_header, |
.LC_edit_problem_header, |
div.LC_edit_problem_footer { |
div.LC_edit_problem_footer { |
font-weight: normal; |
font-weight: normal; |
Line 9350 pre.LC_wordwrap {
|
Line 9360 pre.LC_wordwrap {
|
/* |
/* |
styles used for response display |
styles used for response display |
*/ |
*/ |
div.LC_radiofoil, div.LC_rankfoil { |
div.LC_radiofoil, div.LC_rankfoil, div.LC_optionfoil, div.LC_matchfoil { |
margin: .5em 0em .5em 0em; |
margin: .5em 0em .5em 0em; |
} |
} |
table.LC_itemgroup { |
table.LC_itemgroup { |
margin-top: 1em; |
margin-top: 1em; |
} |
} |
|
|
|
table.LC_itemgroup tr th { |
|
font-weight: normal; |
|
} |
|
|
|
fieldset.LC_webbubbles { |
|
margin: 2px 0 0 0; |
|
padding: 0; |
|
border: 0; |
|
} |
|
|
|
ul.LC_webbubbles { |
|
list-style: none; |
|
padding: 0; |
|
margin: 0; |
|
text-align: left; |
|
float: left; |
|
} |
|
|
|
ul.LC_webbubbles li { |
|
line-height: 1.8em; |
|
border: 1px solid black; |
|
padding: 0 2px 0 5px; |
|
margin: 0 0 0 -1px; |
|
float: left; |
|
} |
|
|
/* |
/* |
styles used by TTH when "Default set of options to pass to tth/m |
styles used by TTH when "Default set of options to pass to tth/m |
when converting TeX" in course settings has been set |
when converting TeX" in course settings has been set |