You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by sj...@apache.org on 2016/07/06 07:55:41 UTC

svn commit: r1751617 - /forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

Author: sjur
Date: Wed Jul  6 07:55:41 2016
New Revision: 1751617

URL: http://svn.apache.org/viewvc?rev=1751617&view=rev
Log:
Table rendering.

Modified:
    forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css

Modified: forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css?rev=1751617&r1=1751616&r2=1751617&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css (original)
+++ forrest/trunk/main/webapp/skins/fleece-dev/css/screen.css Wed Jul  6 07:55:41 2016
@@ -72,32 +72,41 @@ h5 {
 * table
 */
 table .title {
-/*    background-color: #000000;*/
+    background-color: #888;
 }
 
 .ForrestTable {
-/*    color: #ffffff;
-    background-color: #7099C5;
+    background-color: #ccc;
     width: 100%;
     font-size : 100%;
-    empty-cells: show;*/
+    empty-cells: show;
+    border-collapse: collapse;
 }
 
 table caption {
-/*    padding-left: 5px;
+    padding-left: 5px;
     color: white;
     text-align: left;
     font-weight: bold;
-    background-color: #000000;*/
+    background-color: #888;
 }
 
 .ForrestTable td {
-/*    color: black;
-    background-color: #f0f0ff;*/
+    color: black;
+    background-color: #f5f5f5;
 }
 
 .ForrestTable th {
-/*    text-align: center;*/
+    text-align: center;
+}
+
+table, th, td {
+    border: 1px solid #ccc;
+}
+
+li > table.ForrestTable {
+    margin-left: 2.5em;
+    width: 90%;
 }
 
 /**