minor layout fix
This commit is contained in:
parent
9a6be1d010
commit
6ebc758e25
5 changed files with 26 additions and 11 deletions
12
style.css
12
style.css
|
@ -327,17 +327,23 @@ ul#stationList > li.station > div.stationSummary div.stationTitle > div.elevator
|
|||
}
|
||||
ul#stationList > li.station > details {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
ul#stationList > li.station > details summary {
|
||||
width: 100%;
|
||||
list-style: none;
|
||||
display: inline-flex;
|
||||
cursor: pointer;
|
||||
margin-left: calc(var(--space-m) + var(--type-icon-size));
|
||||
}
|
||||
ul#stationList > li.station > details summary > span {
|
||||
border: solid 2px var(--station-border);
|
||||
display: inline-flex;
|
||||
padding: var(--space-m) var(--space-l);
|
||||
border-radius: var(--btn-radius);
|
||||
cursor: pointer;
|
||||
margin-left: calc(var(--space-m) + var(--type-icon-size));
|
||||
}
|
||||
ul#stationList > li.station > details summary:hover {
|
||||
ul#stationList > li.station > details summary:hover > span {
|
||||
background-color: var(--station-bg-hover);
|
||||
border-color: var(--station-border-hover);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue