From 7c435f583b0c83be154374f4714e8ea3767304a3 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 24 Jun 2013 19:04:34 +0200 Subject: [PATCH] added title --- xml_spielwiese/cgitest.pl | 5 +++-- xml_spielwiese/styles.css | 36 ++++++++++++++++++++++++++++-------- 2 files changed, 31 insertions(+), 10 deletions(-) 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; -- 2.43.0