From: Cahit Date: Fri, 12 Dec 2014 10:06:10 +0000 (+0100) Subject: design table update X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a444026ef0e04177734cec561780e644ce7514a3;p=trb3web.git design table update --- diff --git a/styleold.css b/styleold.css index 9bed76a..a0b05a5 100644 --- a/styleold.css +++ b/styleold.css @@ -298,3 +298,35 @@ table td, table th { .outdated, .outdated a { color:#999; } + +/****************************** +* Expandable handling +*****************************/ + + .expandable { + margin: 1em 0 1em 0; + } + + .expandable .header { + border-bottom: 1px solid #dddddd; + font-size: 120%; + font-weight: bold; + color: #6B7B95; + } + + .expandable .header .indicator { + display: block; + width: 15px; + float: left; + } + + .expandable .content { + margin-left: 15px; + background: #ffffff; + overflow: hidden; + padding: 5px; + } + + .expanded .content { + border-bottom: 1px solid #dddddd; + } \ No newline at end of file