From 3f41bc9a82ef7e46f5480fb8279772a0d9b8b4d5 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Tue, 27 May 2014 16:09:03 +0200 Subject: [PATCH] normalize height for absolute Profile control positioning --- css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 12cbc09..5f9c023 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }