s4

changeset 197:d0a5ffc2cabf

div.dumptable within div.fold should have scroll bar
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 24 Apr 2016 17:06:34 +0859
parents 146f12edc26b
children 64e17c80a0a1
files examples/common/default/default.css
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Sun Apr 24 16:59:25 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Sun Apr 24 17:06:34 2016 +0859
     1.3 @@ -21,8 +21,6 @@
     1.4  
     1.5  ldiv.topmenu + h1 {clear: both; margin-top: 3em;}
     1.6  
     1.7 -div.dumptable {max-height: 15em; overflow: auto;}
     1.8 -
     1.9  td {padding-left: 0.5ex; padding-right: 0.5ex;}
    1.10  table.td2r td:nth-child(2) {text-align: right;}
    1.11  table.td3r td:nth-child(3) {text-align: right;}
    1.12 @@ -98,6 +96,10 @@
    1.13      display: block; background: #fadede;
    1.14      height: auto; opacity: 1.0; transition: 1s;
    1.15  }
    1.16 +div.fold input[type="radio"]:checked ~ div.dumptable,
    1.17 +div.dumptable {
    1.18 +    max-height: 15em; overflow: auto;}
    1.19 +
    1.20  
    1.21  /********************* icon list *********************/
    1.22  div.iconlist {