99 lines
1.0 KiB
CSS
99 lines
1.0 KiB
CSS
h1 {
|
|
color: black;
|
|
}
|
|
|
|
#overlay{
|
|
|
|
}
|
|
|
|
.hidden{
|
|
display: none;
|
|
}
|
|
|
|
.show{
|
|
display: block;
|
|
}
|
|
|
|
#map {
|
|
height: 50vh;
|
|
width: 100%;
|
|
float: left;
|
|
}
|
|
|
|
#location {
|
|
height: 30px;
|
|
width: 30px;
|
|
}
|
|
|
|
#MapControls {
|
|
height: 50vh;
|
|
width: 50vh;
|
|
float: left;
|
|
}
|
|
|
|
|
|
#idee {
|
|
height: 50vh;
|
|
width: 50vh;
|
|
float: left;
|
|
}
|
|
|
|
|
|
.ideeBilder {
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|
|
|
|
|
|
.herz {
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|
|
|
|
#currentLocation {
|
|
height: 30px;
|
|
width: 30px;
|
|
}
|
|
|
|
#cancel {
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
|
|
|
|
p.commentText{
|
|
display: inline-block;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
p.commentLikeNumber{
|
|
display: inline-block;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
img.commentLike{
|
|
width: 15px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.image-preview ._list {
|
|
padding-top: 20px;
|
|
}
|
|
.image-preview ._item {
|
|
padding: 0 0 10px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
width: 100px;
|
|
word-break: break-word;
|
|
font-size: 12px;
|
|
line-height: normal;
|
|
}
|
|
.image-preview ._item img {
|
|
display: block;
|
|
width: 80px;
|
|
height: 80px;
|
|
padding: 0 10px 6px;
|
|
}
|
|
|