mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
39 lines
428 B
CSS
39 lines
428 B
CSS
|
.content {
|
||
|
background-color: #F7F7F7;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.row {
|
||
|
margin-left: 0;
|
||
|
margin-right: 0;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.details-icon {
|
||
|
margin-top: 10px;
|
||
|
font-size: x-large;
|
||
|
}
|
||
|
|
||
|
.details-main {
|
||
|
font-size: x-large;
|
||
|
}
|
||
|
|
||
|
.details-sub {
|
||
|
color: #555;
|
||
|
}
|
||
|
|
||
|
.details-sub div {
|
||
|
padding-left: 5px;
|
||
|
padding-right: 5px;
|
||
|
}
|
||
|
|
||
|
.sebm-google-map-container {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
#map {
|
||
|
width: 400px;
|
||
|
height: 400px;
|
||
|
}
|