X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=statpages%2Fscreen.css;h=16c19642efe5e133fd4b29955004a4cc05f264a2;hb=b19d5c38c97cf895fc3379a918b5dcf1f3f2031e;hp=acf7562aa32c199a62655f5b77f8a389f40b6097;hpb=a2554b8ee14069994e5dda3db8ee81520528a53e;p=jabaws.git diff --git a/statpages/screen.css b/statpages/screen.css index acf7562..16c1964 100644 --- a/statpages/screen.css +++ b/statpages/screen.css @@ -127,4 +127,40 @@ hr { border-top: 1px dotted #ccc; margin: 20px 0 20px 0; width: 50%; -} \ No newline at end of file +} + +/* open/closed box related styles */ + +.source { + display:block; + margin:15px 0; + overflow:visible; +} + +/* OPEN state styles */ +.source .body { + padding:7px 15px; +/* white-space:pre-wrap; */ + white-space:normal; +/* word-wrap:break-word; # this prop does not exits*/ +} + +.source .header { + cursor:pointer; + font-weight:bold; + padding:0 15px 0 15px; + text-decoration: underline ; +} + + +/* CLOSED state styles */ +.source .body.collapsed { + display:none; +} + +.source .header.collapsed { + padding:0 15px 0 15px; + text-decoration: underline; +} + +