annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
1 body {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
2 background-color: #999;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
3 font-family:arial, sans serif;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
4 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
5
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
6 #rail {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
7 width:900px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
8 min-height:100%;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
9 margin:0px auto;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
10 background-color:#bbb;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
11 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
12
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
13 #moduleslot {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
14 width:1000px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
15 margin:-50px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
16 margin-top:10px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
17 }