diff gis_gui/blocks/notes.css @ 63:7f008e782563

add gui files to product via FileSystemSite
author casties
date Fri, 05 Nov 2010 18:52:55 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gis_gui/blocks/notes.css	Fri Nov 05 18:52:55 2010 +0100
@@ -0,0 +1,34 @@
+table.overview {
+    width: 100%;
+    padding-left:100px;
+    padding-right:50px;
+    float:right;
+    clear:both;
+}
+table.overview tr td {
+    padding-top:2px;
+    padding-bottom:2px;
+    border: none;
+    border-top: 1px solid black;
+    text-align: center;
+}
+/* prevent top line in the first row */
+table.overview tr:first-child td{
+    border:none;
+}
+
+/* User Column */
+table.overview tr td:nth-child(1) {
+    font-weight:bold;
+}
+
+/* Overview Column */
+table.overview tr td:nth-child(3) {
+    font-style:italic;
+    text-align:left;
+}
+
+/* alternating background color */
+table.overview tr:nth-child(odd) td{
+    background-color: #eee;
+}
\ No newline at end of file