From: Jan Michel Date: Mon, 24 Jun 2013 17:04:34 +0000 (+0200) Subject: added title X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=7c435f583b0c83be154374f4714e8ea3767304a3;p=mvdsensorcontrol.git added title --- diff --git a/xml_spielwiese/cgitest.pl b/xml_spielwiese/cgitest.pl index 94731a8..b461a18 100755 --- a/xml_spielwiese/cgitest.pl +++ b/xml_spielwiese/cgitest.pl @@ -23,6 +23,7 @@ printJavaScripts(); print < +

JTAG Configuration File Editor

debug text
@@ -37,9 +38,9 @@ Current File: unknown
-
+ diff --git a/xml_spielwiese/styles.css b/xml_spielwiese/styles.css index 85fa1f5..d22ae93 100644 --- a/xml_spielwiese/styles.css +++ b/xml_spielwiese/styles.css @@ -10,25 +10,45 @@ table { font-size: 12; } -#roterBereich { +#debug { position:absolute; - top:130px; - left:30px; - width:320px; + top:10px; + left:800px; + width:220px; padding:10px; margin:0px; +} + + +#fileSelection { + float:left; + position:relative; + width:700px; + padding:10px; + margin:50px 0 0 20px; + border:2px solid #EEAA00; + border-radius:20px; + box-shadow: 0 0 5px 5px #aaa, 0 0 4px 1px #ea0 inset; +} + +#roterBereich { + clear:both; + float:left; + position:relative; + width:320px; + padding:10px; + margin:50px 10px 0 20px ; border:2px solid #EE0000; border-radius:20px; box-shadow: 0 0 5px 5px #aaa, 0 0 4px 1px red inset; } #blauerBereich { - position:absolute; - top:130px; - left:400px; + float:left; + position:relative; width:320px; padding:10px; - margin:0px; + margin:50px 10px 0 20px; border:2px solid #0000EE; border-radius:20px; box-shadow: 0 0 5px 5px #aaa, 0 0 4px 1px blue inset;