]> git.openstreetmap.org Git - nominatim-ui.git/blob - dist/assets/css/common.css
add dist/ directory for first time
[nominatim-ui.git] / dist / assets / css / common.css
1 header {
2   width: 100%;
3   padding: 5px 15px;
4   z-index: 5;
5 }
6
7 header .brand {
8   white-space: nowrap;
9 }
10
11 header .brand a:hover{
12   text-decoration: none;
13 }
14
15 header .brand h1 {
16   display: inline;
17   font-size: 1.5em;
18   color: #333;
19 }
20
21 header .brand > img {
22   display: inline-block;
23   margin-right: 5px;
24   margin-top: -5px;
25 }
26
27 header #last-updated {
28   font-size: 0.7em;
29   white-space: nowrap;
30   text-align: center;
31 }
32
33 footer {
34   text-align: center;  
35   padding: 2em 0;
36   font-size: 0.8em;
37   clear: both;
38   color: #333;
39 }
40
41 footer p {
42   margin: 1em;
43 }
44
45 #error-overlay {
46   text-align: center;
47   font-style: italic;
48   padding: 2em;
49   background-color: #ffa0a0;
50   margin-bottom: 2em;
51 }