comparison gis_gui/blocks/map.css @ 63:7f008e782563

add gui files to product via FileSystemSite
author casties
date Fri, 05 Nov 2010 18:52:55 +0100
parents
children
comparison
equal deleted inserted replaced
62:3905385c8854 63:7f008e782563
1 .map_box {
2 float:right;
3 width: 620px;
4 border-left: 1px solid black;
5 padding: 10px;
6 }
7
8 .map_box img {
9 width: 600px;
10 }
11
12
13 .map_box_left {
14 float:left;
15 width:500px;
16 border-right: 1px solid black;
17 padding: 10px;
18 }
19 .map_box_left img {
20 width:480px;
21 }
22
23 .mapping_info {
24 width: 330px;
25 padding-left:20px;
26 float:left;
27 /* text-align: center;*/
28 }
29
30 .mapping_info_right {
31 float:right;
32 width: 450px;
33 padding-left:10px;
34 }
35
36 .mapping_info table th {
37 text-align:left;
38 padding-right: 5px;
39 }
40 .mapping_info table tr:nth-child(even) td {
41 background-color: #ddd;
42 }