7a7b73dd by root

コロナページ フィードバック対応

1 parent 7dd11a7c
......@@ -177,6 +177,10 @@ $catid = JRequest::getInt('catid');
} else { //TOP以外
?>
<?php
// error_log("chk\n", 3, '/var/www/html/debug.log');
// error_log("\n", 3, '/var/www/html/debug.log');
// error_log($moduleclass_sfx, 3, '/var/www/html/debug.log');
// error_log("\n", 3, '/var/www/html/debug.log');
if ($moduleclass_sfx == 'covid-19-students' ||
$moduleclass_sfx == 'covid-19-staff') {
?>
......
......@@ -27,6 +27,14 @@
margin-left: 8px;
}
.newsbox.covid-19 .mod-articles-category-category {
display: none;
}
.newsbox.covid-19 .txt {
width: 100%;
}
.newsbox.covid-19 .icon_new {
background-color: #cd0e0e;
color: #fff;
......
/* コロナ暫定対処 */
.itemid-879 .mod-articles-category-category {
.covid-19 .mod-articles-category-category {
display: none;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!