]> dev.renevier.net Git - syj.git/blob - public/css/list.css
duplicate a route functionality
[syj.git] / public / css / list.css
1 .item {
2     float: left;
3     width: 250px;
4     margin: 0px 10px 10px 10px;
5 }
6
7 .geom {
8     float: left;
9     border: 1px solid black;
10     width: 100px;
11     height: 100px;
12     margin: 0 4px 6px 0;
13     position: relative;
14 }
15 .control-link {
16     margin-bottom: 1em;
17 }
18
19 .controls {
20 }
21
22 .map {
23     position: absolute;
24     width: 100%; height: 100%;
25     top: 0; bottom: 0; right: 0; left: 0;
26 }
27
28 .title {
29     height: 2em;
30     clear: left;
31 }
32
33 .page-link {
34     margin-left: 10px;
35     margin-right: 10px;
36 }
37 #navigation {
38     text-align: center;
39 }
40
41 #footer {
42     position: fixed;
43     z-index: 2000;
44     background-color: white;
45 }
46
47 .noroute {
48     text-align: center;
49     border-width: 2px;
50     border-style: solid;
51     -moz-border-radius: 5px;
52     -webkit-border-radius: 5px;
53     border-radius: 5px;
54     width: 40%;
55     margin: auto;
56     padding: 12px;
57     margin-top: 28px;
58 }
59
60 #message {
61     width: 40%;
62     margin: 20px auto 20px auto;
63     padding: 1.5em 1.5em 1.5em 1.5em;
64     text-align: center;
65     border-width: 2px;
66     border-style: solid;
67     -moz-border-radius: 5px;
68     -webkit-border-radius: 5px;
69     border-radius: 5px;
70 }
71