s4

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 diff
     1.1 --- a/examples/common/default/default.css	Sun Oct 16 23:13:25 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Sun Oct 16 23:19:50 2016 +0859
     1.3 @@ -100,7 +100,7 @@
     1.4  table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
     1.5  table.mini {margin-left: 1em; border-left: 2px solid #686;}
     1.6  
     1.7 -tr.profimg {visibility: collapse;}
     1.8 +body.grouphome tr.profimg, body.home tr.profimg {visibility: collapse;}
     1.9  tr:hover + tr.profimg, tr:active + tr.profimg, tr.profimg:hover {
    1.10      visibility: visible;}
    1.11