]> dev.renevier.net Git - syj.git/blob - public/css/list.css
interface to manage list of created routes
[syj.git] / public / css / list.css
1 .item {
2     float: left;
3     width: 240px;
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 10px 6px 0;
13 }
14
15 .map {
16     width: 100%;
17     height: 100%;
18 }
19
20 .title {
21     height: 2em;
22     clear: left;
23 }
24
25 .page-link {
26     margin-left: 10px;
27     margin-right: 10px;
28 }
29 #navigation {
30     text-align: center;
31 }
32
33 #footer {
34     position: fixed;
35     z-index: 2000;
36     background-color: white;
37 }
38
39 .noroute {
40     text-align: center;
41     border-width: 2px;
42     border-style: solid;
43     -moz-border-radius: 5px;
44     -webkit-border-radius: 5px;
45     border-radius: 5px;
46     width: 40%;
47     margin: auto;
48     padding: 12px;
49     margin-top: 28px;
50 }
51
52 #message {
53     width: 40%;
54     margin: 20px auto 20px auto;
55     padding: 1.5em 1.5em 1.5em 1.5em;
56     text-align: center;
57     border-width: 2px;
58     border-style: solid;
59     -moz-border-radius: 5px;
60     -webkit-border-radius: 5px;
61     border-radius: 5px;
62 }
63