Mercurial > hg > MPIWGWeb
diff css/mpiwg.css @ 103:79a198e7b1b7
foldable table rows.
author | casties |
---|---|
date | Mon, 27 May 2013 11:32:30 +0200 |
parents | bde0929d34fb |
children | cafdf06c77ce |
line wrap: on
line diff
--- a/css/mpiwg.css Fri May 24 08:20:47 2013 +0200 +++ b/css/mpiwg.css Mon May 27 11:32:30 2013 +0200 @@ -897,6 +897,17 @@ padding: 0.5em 0 0 20px; } +table.items .thumb_fold { + position: relative; + padding-left: 14px; +} + +table.items .thumb_fold .fold_head { + position: absolute; + left: 0; + top: 3px; +} + ul.items { list-style-type: none; padding: 0; @@ -929,7 +940,8 @@ color: #3b4186; } -.foldable img.fold_closed { +.foldable img.fold_closed, +.foldableById img.fold_closed { /* fold is initially open */ display: none; }