]> git.openstreetmap.org Git - nominatim-ui.git/blob - src/assets/css/details.css
first commit
[nominatim-ui.git] / src / assets / css / details.css
1 #details-page h1 {
2   margin: 10px 0;
3   padding-left: 8px;
4 }
5 #details-page h2 {
6   font-size: 2em;
7   padding-left: 8px;
8   background-color: white;
9 }
10 #details-page h3 {
11   font-size: 1.5em;
12   padding-left: 8px;
13 }
14
15 #details-page tr.all-columns {
16   background-color: white !important; 
17   border: none;
18 }
19 #details-page tr.all-columns td {
20   border-top: none !important;
21   padding-left: 0 !important;
22 }
23
24 #details-page .table {
25   width: 100%;
26 }
27 #details-page .table td {
28   font-size: 0.9em;
29 }
30 #details-page .table>thead>tr>td, .table>tbody>tr>td {
31   padding: 2px 8px;
32 }
33 #details-page .name{
34   font-weight: bold;
35 }
36 #details-page .notused{
37   color:#ddd;
38 }
39 #details-page .noname{
40   color:#800;
41 }
42 #details-page #map {
43   width:100%;
44   min-height: auto;
45   height:300px;
46   border: 1px solid #666;
47 }
48 #details-page .mapicon {
49   margin: 10px 0;
50 }