Tom Hayakawa
tom_g3x****@users*****
2006年 9月 4日 (月) 18:38:53 JST
Index: xoops2jp/html/modules/base/admin/templates/stylesheets/module.css diff -u xoops2jp/html/modules/base/admin/templates/stylesheets/module.css:1.1.2.14 xoops2jp/html/modules/base/admin/templates/stylesheets/module.css:1.1.2.15 --- xoops2jp/html/modules/base/admin/templates/stylesheets/module.css:1.1.2.14 Mon Sep 4 17:36:16 2006 +++ xoops2jp/html/modules/base/admin/templates/stylesheets/module.css Mon Sep 4 18:38:53 2006 @@ -1,11 +1,21 @@ /* Action Search */ .base_actionsearch_form { text-align:center; + margin:20px; } -.base_actionsearch_records { - +ul.base_actionsearch_records { + margin:5px 10px; +} +.base_actionsearch_records li , .base_actionsearch_records li a , .base_actionsearch_records li a:visited { + font-weight:bold; + padding:3px; +} +.base_actionsearch_records_desc { + font-weight:normal; + font-style:italic; + color:#666666; + padding:2px 10px 5px 10px; } - /* block list */ .base_blocktype_module {