normalize height for absolute Profile control positioning
This commit is contained in:
parent
9f2e15bff0
commit
3f41bc9a82
1 changed files with 9 additions and 1 deletions
|
|
@ -44,6 +44,8 @@ div.elevation {
|
|||
}
|
||||
.title {
|
||||
padding-top: 4px;
|
||||
/* normalize height, for absolute Profile control positioning */
|
||||
height: 17px;
|
||||
}
|
||||
.title-name {
|
||||
font-size: larger;
|
||||
|
|
@ -68,6 +70,12 @@ div.elevation {
|
|||
float: left;
|
||||
}
|
||||
|
||||
select {
|
||||
max-width: 180px;
|
||||
/* normalize height, for absolute Profile control positioning */
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 4px;
|
||||
|
|
@ -117,7 +125,7 @@ td {
|
|||
|
||||
.leaflet-leftpane .leaflet-control:last-child {
|
||||
position: absolute;
|
||||
top: 432px;
|
||||
top: 441px;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue