diff gis_gui/lib/workspace.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/lib/workspace.css	Fri Nov 05 18:52:55 2010 +0100
@@ -0,0 +1,17 @@
+body {
+    background-color: #999;
+    font-family:arial, sans serif;
+}
+
+#rail {
+    width:900px;
+    min-height:100%;
+    margin:0px auto;
+    background-color:#bbb;
+}
+
+#moduleslot {
+    width:1000px;
+    margin:-50px;
+    margin-top:10px;
+}