version 1.1467, 2025/03/01 17:20:16
|
version 1.1468, 2025/03/02 05:22:45
|
Line 7506 div.LC_confirm_box .LC_success img {
|
Line 7506 div.LC_confirm_box .LC_success img {
|
padding: 4px; |
padding: 4px; |
} |
} |
|
|
table.LC_pastsubmission { |
.LC_pastsubmission { |
border: 1px solid black; |
border: 1px solid black; |
margin: 2px; |
margin: 2px; |
|
padding: 2px; |
} |
} |
|
|
table#LC_menubuttons { |
table#LC_menubuttons { |
Line 8314 div.LC_prob_status_inner {
|
Line 8315 div.LC_prob_status_inner {
|
padding: 5px; |
padding: 5px; |
} |
} |
|
|
|
caption.LC_filesub_status { |
|
text-align: left; |
|
font-weight: bold; |
|
} |
|
|
.LC_mail_actions { |
.LC_mail_actions { |
float: left; |
float: left; |
padding: 0; |
padding: 0; |
Line 10963 sub simple_error_page {
|
Line 10969 sub simple_error_page {
|
} |
} |
|
|
sub data_table_caption { |
sub data_table_caption { |
my $caption = shift; |
my ($caption,$css_class) = @_; |
return "<caption class=\"LC_caption\">$caption</caption>"; |
return "<caption class=\"LC_caption $css_class\">$caption</caption>"; |
} |
} |
} |
} |
|
|