changeset 314:06ddd76da753

Only hide tr.profimg at userhome and grouphome page
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 16 Oct 2016 23:19:50 +0859
parents bad43ce1ef0f
children 5577a3d131e3
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Sun Oct 16 23:13:25 2016 +0859
+++ b/examples/common/default/default.css	Sun Oct 16 23:19:50 2016 +0859
@@ -100,7 +100,7 @@
 table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
 table.mini {margin-left: 1em; border-left: 2px solid #686;}
 
-tr.profimg {visibility: collapse;}
+body.grouphome tr.profimg, body.home tr.profimg {visibility: collapse;}
 tr:hover + tr.profimg, tr:active + tr.profimg, tr.profimg:hover {
     visibility: visible;}
 

yatex.org