]> dev.renevier.net Git - syj.git/blob - public/css/list.css
fixes css regression in newpwd, contact and account
[syj.git] / public / css / list.css
1 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
2     and is published under the AGPL license. */
3
4 #container {
5     position: absolute;
6     overflow: auto;
7     bottom: 2em;
8     top: 8px;
9     right: 0;
10     left: 0;
11 }
12
13 .item {
14     float: left;
15     width: 250px;
16     margin: 10px 10px 10px 16px;
17 }
18
19 .geom {
20     float: left;
21     border: 1px solid black;
22     width: 100px;
23     height: 100px;
24     margin: 0 4px 6px 0;
25     position: relative;
26 }
27 .control-link {
28     margin-bottom: 1em;
29 }
30
31 .map {
32     position: absolute;
33     width: 100%; height: 100%;
34     top: 0; bottom: 0; right: 0; left: 0;
35 }
36
37 .title {
38     *margin-top: -1em; /* in ie <=7, .control-link margin-bottom "pushes" .title */
39     height: 32px;
40     clear: left;
41 }
42
43 .page-link {
44     margin-left: 16px;
45     margin-right: 16px;
46     font-size: x-large;
47     font-weight: bold;
48     text-decoration: none;
49 }
50 .page-link:link, .page-link:visited {
51     color: blue;
52 }
53 #navigation {
54     text-align: center;
55     margin-bottom: 8px;
56 }
57
58 .noroute {
59     text-align: center;
60     border-width: 2px;
61     border-style: solid;
62     -moz-border-radius: 5px;
63     -webkit-border-radius: 5px;
64     border-radius: 5px;
65     width: 40%;
66     margin: auto;
67     padding: 12px;
68     margin-top: 28px;
69 }
70
71 #message {
72     width: 40%;
73     margin: 20px auto 20px auto;
74 }
75
76 #other-language {
77     margin: 10px 10px 20px 20px;
78     /* .item: 118px +.title: 32px + margin-bottom: 10px => 150px */
79     /* margin: 30px + padding: 10px => height = 150 - 40 */
80     height: 120px;
81 }