mirror of
https://gitlab.aliens-lyon.fr/savrillo/gpens.git
synced 2026-03-18 00:21:03 +01:00
22 lines
260 B
CSS
22 lines
260 B
CSS
#map {
|
|
width: 100%;
|
|
}
|
|
|
|
#searchResultInfos {
|
|
background-color: #BBBBBB;
|
|
}
|
|
|
|
#selectedSalleInfos {
|
|
background-color: #BBBBBB;
|
|
line-height: 150%;
|
|
}
|
|
|
|
#selectedSalleInfos h2 {
|
|
display: inline;
|
|
}
|
|
|
|
#room-debug-id {
|
|
font-family: italic;
|
|
font-size: 1ex;
|
|
}
|