diff src/main/resources/org/ssdt_ohio/gradle/userdoc/templates/stylesheet.css @ 23:e2d02e8742be

usasr-1307: for render tables for properties and reportable properties with label and group names
author smith@nwoca.org
date Wed, 16 Mar 2016 23:24:26 +0100
parents 8400a7db1330
children
line wrap: on
line diff
--- a/src/main/resources/org/ssdt_ohio/gradle/userdoc/templates/stylesheet.css	Mon Jan 11 16:55:32 2016 +0000
+++ b/src/main/resources/org/ssdt_ohio/gradle/userdoc/templates/stylesheet.css	Wed Mar 16 23:24:26 2016 +0100
@@ -1,3 +1,21 @@
+/**
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
 @charset "${props.charset}";
 
 /*! normalize.css v2.1.0 | MIT License | git.io/normalize */
@@ -2159,6 +2177,20 @@
     display: inline
 }
 
+table.overviewSummary tr {
+    border-left: 1px solid #EEE;
+    border-right: 1px solid #EEE;
+}
+
+table.overviewSummary tr:first-child {
+    border-top: 1px solid #EEE;
+    border-bottom: 1px solid #EEE;
+}
+
+table.overviewSummary tr:last-child {
+    border-bottom: 1px solid #EEE;
+}
+
 table.overviewSummary, .contentContainer ul li table {
     width: 100%;
     margin: 20px 0
@@ -2171,22 +2203,23 @@
     float: left;
     padding: 0 10px;
     margin-top: 10px;
-    background: #db4800;
+    background: #6884db;
     color: white
 }
 
 table.overviewSummary tr th, .contentContainer ul li table tr th {
-    padding: 10px;
+    padding: 5px 10px;
     font-weight: bold;
     font-size: 1em;
-    text-align: left
+    text-align: left;
+    white-space: nowrap;
+    background: #f2f2f2
 }
 
 table.overviewSummary tr td, .contentContainer ul li table tr td {
     vertical-align: top;
     font-size: .9em;
-    padding: 5px 10px;
-    border-top: 1px solid #EEE
+    padding: 5px 10px
 }
 
 table.overviewSummary tbody > tr:nth-child(odd) > td, .contentContainer ul li table tbody > tr:nth-child(odd) > td {
@@ -2205,7 +2238,7 @@
     margin: 0 10px;
     padding: 3px 10px;
     margin-top: 10px;
-    background: #db4800;
+    background: #6884DB;
     color: white;
     line-height: 40px
 }
@@ -2303,4 +2336,4 @@
 
 a span.strong {
     font-weight: normal
-}
\ No newline at end of file
+}