]> git.openstreetmap.org Git - nominatim-ui.git/blob - src/assets/css/common.css
1141b33568a8071d75691d131fc1fc2f4194e82a
[nominatim-ui.git] / src / assets / css / common.css
1 body {
2   font-size: 0.85em;
3 }
4
5 header {
6   width: 100%;
7   padding: 5px 15px;
8   z-index: 5;
9 }
10
11 header .brand {
12   white-space: nowrap;
13 }
14
15 header .brand a:hover{
16   text-decoration: none;
17 }
18
19 header .brand h1 {
20   display: inline;
21   font-size: 1.5em;
22   color: #333;
23 }
24
25 header .brand > img {
26   display: inline-block;
27   margin-right: 5px;
28   margin-top: -5px;
29 }
30
31 header #last-updated {
32   font-size: 0.7em;
33   white-space: nowrap;
34   text-align: center;
35   display: none;
36 }
37
38 header .dropdown-menu {
39   z-index: 1005;
40 }
41
42 footer {
43   text-align: center;  
44   padding: 2em 0;
45   font-size: 0.8em;
46   clear: both;
47   color: #333;
48 }
49
50 footer p {
51   margin: 1em;
52 }
53
54 #loading {
55   display: none;
56   position: absolute;
57   top: 0;
58   width: 100%;
59   background-color: #eee;
60   z-index: 100;
61   padding: 10px;
62   text-align: center;
63 }
64
65 #error-overlay {
66   text-align: center;
67   font-style: italic;
68   padding: 2em;
69   background-color: #ffa0a0;
70   margin-bottom: 2em;
71 }
72
73 .btn-outline-secondary {
74   background-color: white;
75 }