normalize height for absolute Profile control positioning

This commit is contained in:
Norbert Renner 2014-05-27 16:09:03 +02:00
parent 9f2e15bff0
commit 3f41bc9a82

View file

@ -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;
}