]> jspc29.x-matter.uni-frankfurt.de Git - trb3web.git/commitdiff
design table update
authorCahit <c.ugur@gsi.de>
Fri, 12 Dec 2014 10:06:10 +0000 (11:06 +0100)
committerCahit <c.ugur@gsi.de>
Fri, 12 Dec 2014 10:06:10 +0000 (11:06 +0100)
styleold.css

index 9bed76a89207613515852b505f130b60b1bc5c04..a0b05a595d03404f37db1eac561a78f9965826ce 100644 (file)
@@ -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