unfallkarte/css/style.css

98 lines
1.3 KiB
CSS
Raw Permalink Normal View History

2020-07-30 18:36:57 +02:00
body {
font-family: arial, helvetica, sans-serif;
}
.main {
margin-top: 4em;
}
.logo {
width: 180px;
background-color: white;
margin: 1em 0 2em 2em;
text-align: center;
}
.small {
size: smaller;
}
#mapid {
margin-top: 5px;
2021-04-22 09:58:22 +02:00
min-height: 100vh;
2020-07-30 18:36:57 +02:00
}
#dialog {
display: none;
position: absolute;
top: 30px;
left: 40px;
width: 500px;
z-index: 1200;
background-color: #fff;
}
#dialog_comment {
display: none;
position: absolute;
top: 300px;
left: 400px;
width: 500px;
z-index: 1200;
background-color: #fff;
}
#comment {
width:28em;
height:10em;
}
#description {
width: 28em;
height: 10em;
}
.comment {
border-top: 1px solid darkgrey;
padding: 3px 0 3px 0;
}
#hint {
color: red;
font-weight: bold;
text-align: right;
}
label {
margin-left: 0.4em;
margin-top:0.2em;
}
.dialog-list {
list-style-type: none;
padding-left: 0px;
}
i.wa {
display: inline-block;
border-radius: 60px;
box-shadow: 0px 0px 2px #888;
padding: 0.5em 0.6em;
color: white;
width: 2.1em;
text-align: center;
}
#loader {
position: fixed; /* or absolute */
top: 50%;
left: 50%;
z-index: 1000;
display:none;
2020-09-05 17:36:49 +02:00
}
2023-07-30 17:44:03 +02:00
h5 {margin-top:8px;}
2023-07-28 20:11:45 +02:00
2023-07-30 16:58:10 +02:00
.statistik td, th {border: 1px solid grey; font-size: smaller;}