7a7b73dd by root

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

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