From f95e515f204d6d33008c217b4a62abdba6839aa6 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Thu, 10 May 2012 14:44:20 +0100 Subject: [PATCH] fixed bug with IE and select elements, made config box nicer --- WebContent/main.css | 39 +++++++++++++++++++++++++-------------- WebContent/main.html | 5 ++--- 2 files changed, 27 insertions(+), 17 deletions(-) diff --git a/WebContent/main.css b/WebContent/main.css index add3a9166..103368cfb 100644 --- a/WebContent/main.css +++ b/WebContent/main.css @@ -151,19 +151,6 @@ html, body { } -/* general styles for gui box content */ -.label -{ - font-weight:bold; - margin-bottom:10px; -} -.inner-label -{ - padding:0px 20px 0px 5px; -} - - - /* styles for main-input areas */ #input-mask-header { @@ -187,7 +174,7 @@ html, body { /* styles for main-input input-mask-header */ #gui-language-toggle { - position:absolute; + position:relative; } .top-left-button @@ -410,6 +397,30 @@ html, body { } +/* styles for config and mapping boxes */ +#gui-language-toggle-2 +{ + position:relative; +} +#gui-units-toggle +{ + position:relative; +} +.config-select +{ + width:100px; +} +.label +{ + font-weight:bold; + margin-bottom:10px; +} +.inner-label +{ + padding:0px 20px 0px 5px; +} + + /* buttons */ .button { diff --git a/WebContent/main.html b/WebContent/main.html index 65bb780cf..96cdad7f6 100644 --- a/WebContent/main.html +++ b/WebContent/main.html @@ -93,10 +93,10 @@ or see http://www.gnu.org/licenses/agpl.txt.
Language:
-
+
Units:
-
+
@@ -141,7 +141,6 @@ or see http://www.gnu.org/licenses/agpl.txt.
-